Video tutorial coming soon.
Deploy Akaunting on Ubuntu with Docker — a free, open-source accounting platform with invoicing, expense tracking, multi-currency support, and financial reporting. No subscription fees, full data ownership.
Grab the automated bash script from GitHub to follow along with the video.
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/accounting/akaunting/akaunting-ubuntu.sh
chmod +x akaunting-ubuntu.sh
sudo bash akaunting-ubuntu.sh
The script installs Docker, starts Akaunting with a MySQL database, and sets up the environment automatically.
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/accounting/akaunting/akaunting-ubuntu.sh
chmod +x akaunting-ubuntu.sh
sudo bash akaunting-ubuntu.sh
Open your browser and navigate to Akaunting. Run the first-time setup wizard to create your admin account:
http://<your-server-ip>:8080
Configure your company name, currency, timezone, and fiscal year start. Akaunting supports multiple companies from a single installation.
Create customers, add items or services with pricing, then generate professional invoices. Use the App Store to add bank feeds, payroll, or tax modules as you grow.
| Port | Purpose |
|---|---|
| 8080 | Akaunting Web UI |