Self-host Actual Budget
Personal financedeployed & timed by usprices checked · Jul 2026
A fast, local-first envelope-budgeting app with optional self-hosted sync. Most people are up and budgeting in minutes — privacy without the spreadsheet.
YNAB / yr$180
Self-hosted / yr~$55
You keep$125/yr
Key facts
CategoryPersonal finance
LicenseMIT
StackJavaScript, Node.js
Min RAM512 MB
Dockeryes
Difficulty
What you need
- Any VPS with at least 512 MB of RAM
- A domain you control — most self-hosted setups need HTTPS in front of them
- Under an hour if you've used Docker before
Install with Docker Compose
Save this as compose.yml and run docker compose up -d:
# Actual Budget — sync server
docker run -d --name actual \
-p 5006:5006 -v actual-data:/data \
actualbudget/actual-server:latest
# open http://SERVER_IP:5006