System Status

Everything you need to know about your Moneypile deployment

Current Release

Latest Version

v1.0.0

Release Date

Jan 15, 2024

Actual Budget Core

v25.7.1

Your Instance Status

Check your Moneypile instance health

Quick Health Check

curl http://localhost:3000/health

Application responds on configured port

Database connection is active

Actual sync server is reachable

Data Locations

Where Moneypile stores your data

SQLite Database

./config/moneypile.db

Actual Budget Data

./actual-data/

Configuration

.env.local

đź’ˇ Tip: Back up these directories regularly to protect your financial data

System Requirements

Resource recommendations based on usage patterns

Minimal Personal use

CPU: 1 vCPU

RAM: 512MB

Storage: 1GB

For: 1-2 users

Recommended Family use

CPU: 2 vCPUs

RAM: 2GB

Storage: 10GB

For: 3-5 users

Performance Power users

CPU: 4+ vCPUs

RAM: 4GB+

Storage: 20GB+

For: 5+ users

Diagnostic Commands

Useful commands for troubleshooting your instance

Check installed versions

docker exec moneypile npm list

View recent logs

docker logs moneypile --tail 100

Check disk usage

du -sh ./config ./actual-data

Create backup

tar -czf backup.tar.gz config/ actual-data/

Docker

Recommended

The easiest way to deploy Moneypile with all dependencies included.

View Docker Guide

Node.js

Advanced

Run directly with Node.js 18+ for development or custom deployments.

View Node Guide

Kubernetes

Enterprise

Deploy to Kubernetes with Helm charts for scalable installations.

View K8s Guide

Browser Compatibility

Chrome

v90+

Firefox

v88+

Safari

v14+

Edge

v90+

Mobile browsers are supported for viewing. Desktop recommended for data entry.