Website - Documentation - Demo
Squirrel Servers Manager is an all-in-one configuration and container management tool, powered by Ansible and Docker, with a focus on UI/UX. It is designed to provide a user-friendly alternative to well-known established tools, while being totally open-source and free.
curl https://raw.githubusercontent.com/SquirrelCorporation/SquirrelServersManager/refs/heads/master/getSSM.sh | bash
See QuickStart
For the others methods, Edit the .env
file before anything.
Clone the project, edit the .env
file and run:
docker compose up
Clone the project, edit the .env
file and run:
docker compose -f docker-compose.dev.yml up
See Troubleshoot
By default, SSM automatically reports anonymized basic usage statistics. This helps us understand how SSM is used and track its overall usage and growth. This data does not include any sensitive information. To disable anonymized telemetry, follow these steps:
Set TELEMETRY_ENABLED
to false
in your .env
file.
Note: This is an Alpha version. It may not work on your system. We are looking for testers and contributors. Absolutely no warranties.