Skip to content

Self-host Firefly III

updated Jul 2026prices checked · Aug 2026Install verified on Ubuntu 26.04 · Jul 2026 · how we test

A powerful self-hosted personal finance manager built on double-entry accounting — budgets, rules, reports, and bank import. Serious money management, privately.

YNAB / yr$180
Self-hosted / yr~$55
You keep$125/yr
Pocket the difference — spin it up on a cheap VPS in minutes.Start free on Kamatera → (opens in new tab)

Key facts

CategoryPersonal finance
LicenseAGPL-3.0
StackPHP, Laravel
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
  • About an afternoon — budget time for troubleshooting

Install with Docker Compose

Save this as compose.yml and run docker compose up -d:

# Firefly III + MariaDB (set APP_KEY to 32 random chars)
services:
  app:
    image: fireflyiii/core:latest
    ports: ["8080:8080"]
    environment: { DB_CONNECTION: mysql, DB_HOST: db, DB_DATABASE: firefly, DB_USERNAME: firefly, DB_PASSWORD: secret, APP_KEY: base64:CHANGE_ME_32_RANDOM_CHARS }
  db: { image: mariadb:11 }
# docker compose up -d  →  http://SERVER_IP:8080

An alternative to

Head-to-head

More self-hosted tools

We use analytics cookies (Google Analytics, PostHog) to see which guides are useful. No ad networks, no cross-site tracking. See our privacy policy.