# CrowdSec [Actual Budget](https://actualbudget.org/) is a privacy-focused app for managing your finances using the 'envelope' budgeting method. Plan for expenses and view a running financial report. Using a paid third-party service you can configure automatically download transaction information from your bank to keep an archive of your personal finances. # Overview  [Actual Budget](https://actualbudget.org/) is a privacy-focused app for managing your finances using the 'envelope' budgeting method. Plan for expenses and view a running financial report. Using a paid third-party service you can configure automatically download transaction information from your bank to keep an archive of your personal finances.
Tryout an [Actual Budget demo](https://demo.actualbudget.org/).
- Built for end-to-end encryption to ensure your data security and can run while completely offline. - Automatically sync transactions from your bank using the third-party [GoCardless](https://gocardless.com/en-us/) or [SimpleFin](https://www.simplefin.org/) services. - View monthly information about your finances and build personalized reports. # Media ## ScreenshotsApp v1.0
Cockpit v287.1-0+deb12u3
[](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-27-at-19-07-12.png) | [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-27-at-19-07-30.png) | [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-27-at-19-07-42.png) |
[](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-27-at-19-50-37.png) |
Ensure your user has permissions to access the folder.
Ensure your user has permissions to access the folder.
Ensure your user has permissions to access the folder.
You can find available Environmental Variables in their documentation.
*For example:* America/Vancouver
Keep these securely stored in a password manager, such as [VaultWarden](https://hub.subspace.services/books/vaultwarden "VaultWarden").
It is important to use secure, randomly generated password.
You can use a random alphanumeric string from a password manager, or open the terminal and run the command: ``` tr -dc 'A-Za-z0-9!"#$%&'\''()*+,-./:;<=>?@[\]^_`{|}~'It is important to use secure passphrase that is easy-to-remember.
Learn about [creating a new stack](https://hub.subspace.services/books/portainer/page/creating-a-new-stack "Creating a New Stack").
## Docker Compose Use the following code to install the service: ```yaml --- services: actual-server: image: docker.io/actualbudget/actual-server:latest container_name: actual-server network_mode: bridge environment: - TZ=America/Vancouver volumes: # Persistent Data - /srv/actual-budget:/data ports: - 5006:5006 restart: unless-stopped ``` ## Environment Use the following environment to configure the service using the values prepared earlier: ```bash TZ=America/Vancouver ``` # UpdatingRe-Deploy the Stack
Backup and Re-Deploy the Stack
This service has been optimized for running in Docker thanks to [LinuxServer.io](https://linuxserver.io). This allows you to [re-deploy the stack through Portainer](https://hub.subspace.services/books/portainer/page/updating-a-stack "Updating a Stack") to download the latest updates. # User Manual # DevelopmentThis software is released under the [MIT license](https://opensource.org/license/mit).
You can learn more about how to contribute to Actual Budget through their [documentation](https://actualbudget.org/docs/contributing/). The development team also accepts [sponsorships](https://opencollective.com/actual). # Resources ## Official - Official Documentation - Official Discord - Official Matrix - Official Rocket.Chat - Official Forum - Official GitHub Repository - Official GitLab Repository - Official Website - Wikipedia Entry - Installation Guide - Frequently Asked Questions - General Troubleshooting ## LinuxServer.io - Docker Image - [Official Website](https://www.linuxserver.io/) - [Official Documentation](https://docs.linuxserver.io/) - [Official Discord](https://linuxserver.io/discord) - [Official Forum](https://discourse.linuxserver.io/) - [Official GitLab Repository ](https://gitlab.com/Linuxserver.io) - [Frequently Asked Questions](https://docs.linuxserver.io/FAQ/)