Manager is a free accounting software for small businesses. It is available as a desktop application, but it can also be self-hosted on a server.
Manager can be installed on various Linux distributions as a desktop application or a server application for self-hosting.
We will use the server edition.
# For x64 systems
wget https://github.com/Manager-io/Manager/releases/latest/download/ManagerServer-linux-x64.tar.gz
# For arm systems
wget https://github.com/Manager-io/Manager/releases/latest/download/ManagerServer-linux-arm64.tar.gz
Alternatively, use the Docker image for easy deployment:
docker pull managerio/manager-server
docker run -d -p 8080:8080 managerio/manager-server
For enhanced security and SSL support, set up a reverse proxy using Nginx or Apache in front of the Manager server.
For any queries, feel free to reach out through our contact page.