Apache Fineract is an open-source core banking platform for financial institutions, microfinance, and fintech, offering a robust REST API for clients, loans, savings, and accounting. This image runs Fineract on Ubuntu 24.04 LTS, hardened and fully patched, with the API and Swagger console on port 80 behind authentication, a unique per-VM admin credential generated on first boot, and data on a dedicated disk. Maintained by cloudimg.
## Apache Fineract on Ubuntu 24.04 LTS
Apache Fineract is a mature, scalable core banking engine that powers digital financial services worldwide, exposing a comprehensive REST API for client, loan, savings, and general-ledger operations. This image is built and maintained by cloudimg on a hardened, fully patched Ubuntu 24.04 LTS base.
### What's included
### Getting started
Retrieve the generated admin password with `sudo cat /root/fineract-credentials.txt`, then call the API with the tenant header: `curl -k -u mifos: