# Actual Budget • [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 [![Screen Shot 2025-03-07 at 17.55.05.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/screen-shot-2025-03-07-at-17-55-05.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-17-55-05.png) [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 ## Screenshots

Actual Server v25.3.1

[![Screen Shot 2025-03-07 at 17.55.05.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/screen-shot-2025-03-07-at-17-55-05.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-17-55-05.png)[![Screen Shot 2025-03-07 at 17.55.17.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/screen-shot-2025-03-07-at-17-55-17.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-17-55-17.png)[![Screen Shot 2025-03-07 at 17.55.22.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/screen-shot-2025-03-07-at-17-55-22.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-17-55-22.png)
[![Screen Shot 2025-03-07 at 17.55.28.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/screen-shot-2025-03-07-at-17-55-28.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-17-55-28.png)[![Screen Shot 2025-03-07 at 17.55.35.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/screen-shot-2025-03-07-at-17-55-35.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-17-55-35.png)[![Screen Shot 2025-03-07 at 17.55.39.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/screen-shot-2025-03-07-at-17-55-39.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-17-55-39.png)
[![Screen Shot 2025-03-07 at 17.57.02.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/screen-shot-2025-03-07-at-17-57-02.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-17-57-02.png)
# Setup & Configuration We need to install the service through Portainer and configure any necessary settings. # Preparation There are some things we need to do in preparation to install this service. ## Volumes
Persistent Data This is where the service will store its own application data and ensures we can quickly update the service image.

Ensure your user has permissions to access the folder.

## Environment
TZ This is the current time zone formatted using the [tz database.](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)

*For example:* America/Vancouver

# Installation The service can be installed through the Portainer web interface.

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 ``` # Updating

Re-Deploy the Stack

This service has been optimized for running in Docker. 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 # Development

This 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](https://actualbudget.org/docs/) - [Official Discord](https://discord.gg/8JfAXSgfRf) - [Official GitHub Repository](https://github.com/actualbudget/actual) - [Official Website](https://actualbudget.org/) - [Installation Guide](https://actualbudget.org/docs/install/) - [Frequently Asked Questions](https://actualbudget.org/docs/faq) - [General Troubleshooting](https://actualbudget.org/docs/troubleshooting/server) ## GoCardless - [Official Website](https://gocardless.com/en-us/) - [Privacy Center](https://gocardless.com/privacy/) - [Frequently Asked Questions](https://gocardless.com/en-us/faq/merchants/) ## SimpleFin - [Official Website](https://www.simplefin.org/) - [Mission Statement](https://beta-bridge.simplefin.org/info/mission) - [Privacy Statement](https://beta-bridge.simplefin.org/info/privacy) - [Security Statement](https://beta-bridge.simplefin.org/info/security) - [Protocol Documentation](https://www.simplefin.org/protocol.html)