Skip to content

Manage your finances

Actual Budget

Do your finances with Actual Budget

Actual Budget

Actual Budget is a free, open-source personal finance app built around the envelope budgeting method.

  • Privacy-focused: Users can self-host their data or use encrypted cloud syncing.
  • Key Features:
    • Multi-account tracking
    • Transaction importing
    • Customizable financial reports
    • Optional syncing via services like PikaPods
  • Ideal for: Those who want a transparent, self-hosted alternative to proprietary budgeting tools.

Edit: footer header
Status: Stable
Architecture: x86-64 arm64
Maintainer: @igorpecovnik
Documentation: Link
Installation: 🐳 Docker

armbian-config --cmd ABU001

Warning: HTTPS Certificate Required

After initially installing the Actual server, you might get stuck at the step:
“Initializing the connection to the local database…”

The issue is due to the server not having an HTTPS certificate.
After activating an HTTPS certificate for the Actual server, everything should work fine.

If you still encounter issues even after setting up HTTPS, we highly recommend reaching out to the Actual Budget Discord server — the developers and community there are very kind and helpful.

Actual Budget remove:
armbian-config --cmd ABU002
Actual Budget purge with data folder:
armbian-config --cmd ABU003

Wallos

Install Wallos subscription tracker

Wallos

Wallos is a self-hosted finance tracker and subscription management application. It helps you monitor recurring expenses, track subscriptions, and manage your financial commitments in one centralized location. With Wallos, you can visualize spending patterns, set renewal reminders, and take control of your recurring payments.

This Docker-based application runs as a lightweight web service, providing an intuitive interface for managing all your subscriptions and recurring expenses. The data is stored locally in SQLite database, ensuring your financial information remains private and under your control.

Subscription Tracking

  • Add and manage all your subscriptions (Netflix, Spotify, cloud services, etc.)
  • Track monthly, yearly, or one-time payments
  • Categorize expenses by type (streaming, software, utilities, etc.)
  • Set custom renewal dates and reminders

Financial Overview

  • Visual dashboard showing total monthly/yearly expenses
  • Breakdown by category and service provider
  • Currency conversion support for international subscriptions
  • Export data to CSV for further analysis

Data Management

  • Upload custom logos for service providers
  • Local SQLite database storage (no cloud dependency)
  • Automatic backups through Docker volume mounts
  • Import/export functionality for data portability

Once installed, access Wallos by navigating to:

http://your-server-ip:8282

On first access, you’ll be guided through the initial setup: 1. Create your admin account 2. Configure currency preferences 3. Set up default categories 4. Start adding subscriptions

Wallos data is stored in Docker volumes for persistence:

  • Database volume: /var/www/html/db → stored at ${config_dir}/db
  • Logos volume: /var/www/html/images/uploads/logos → stored at ${config_dir}/logos

Container won’t start

  • Check port conflicts: docker ps -a | grep wallos
  • Verify volume mounts exist and have correct permissions
  • Review logs: docker logs wallos

Cannot access web interface

  • Confirm container is running: docker ps | grep wallos
  • Check firewall rules allow port 8282
  • Verify correct IP address if accessing remotely

Data loss after restart

  • Ensure Docker volumes are properly mounted
  • Check that persistence directories are not cleaned on reboot
  • Verify backup of ${config_dir} before making changes
Bash
docker logs -f wallos

Edit: footer header
Status: Stable
Architecture: x86-64 aarch64 armhf riscv64
Maintainer: @armbian
Documentation: Link
Installation: 🐳 Docker

armbian-config --cmd WAL001

Key Use Cases

Personal Finance Management

  • Subscription Awareness: Track all recurring payments in one place
  • Budget Planning: See exactly how much you spend monthly on subscriptions
  • Renewal Reminders: Never miss a payment or forget to cancel unwanted services
  • Cost Optimization: Identify unused or redundant subscriptions to cancel

Family Finance

  • Shared Dashboard: Multiple family members can access the same instance
  • Categorization: Organize expenses by person or category
  • Total Visibility: Get a complete picture of household recurring expenses

Small Business

  • Service Tracking: Monitor software subscriptions, SaaS tools, and business services
  • Expense Categorization: Separate personal and business subscriptions
  • Financial Planning: Forecast recurring costs for better budget management
Remove Wallos:
armbian-config --cmd WAL002
Purge Wallos:
armbian-config --cmd WAL003