Video coming soon…

📒 Setup Bigcapital — Self-Hosted Double-Entry Accounting

Deploy Bigcapital on Ubuntu with Docker — an open-source, double-entry accounting platform with proper financial reports, invoicing, and inventory, backed by MariaDB, MongoDB, and Redis, on port 8315.

⚠️ This script is provided for demo and testing purposes only. Not intended for production use.

📦 Resources & Setup Scripts

Grab the automated bash script from GitHub to follow along with the video.

Automated install script — one command deploys Bigcapital on port 8315 with its full stack — MariaDB, MongoDB, Redis, and a PDF engine — wired together. Real double-entry bookkeeping and financial statements on your own server.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/accounting/bigcapital/bigcapital-ubuntu.sh
chmod +x bigcapital-ubuntu.sh
./bigcapital-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/accounting/bigcapital/bigcapital-ubuntu.sh

2 Make it Executable

chmod +x bigcapital-ubuntu.sh

3 Run the Installer

./bigcapital-ubuntu.sh

4 Open Bigcapital and Set Up Your Organization

http://your-server-ip:8315

Ports Used

PortPurpose
8315Bigcapital web app (mapped from container port 80)
3306MariaDB — internal to the Docker network, not exposed
27017MongoDB — internal to the Docker network, not exposed
6379Redis — internal to the Docker network, not exposed

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions