Manage your infrastructure without the command-line complexities. This tool places the full potential of Ansible and Docker at your fingertips through a clean, engaging dashboard. It's an agentless solution that works seamlessly over SSH, requiring no extra software on your servers.
Designed for developers and IT teams who want simplicity without sacrificing power, it allows you to move from deployment to monitoring with clicks, not code. Being fully open-source, it offers transparency and the flexibility to adapt the software to your specific needs.
Key capabilities include:
services:
squirrel-servers-manager:
image: ghcr.io/squirrelcorporation/squirrelserversmanager:latest
container_name: squirrel-servers-manager
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- ./data:/app/data
environment:
- NODE_ENV=production
- PORT=3000
- SECRET_KEY=${SECRET_KEY}
- ADMIN_USERNAME=${ADMIN_USERNAME}
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
SECRET_KEY=your_super_secret_key_here
ADMIN_USERNAME=admin
ADMIN_PASSWORD=your_secure_admin_password
Auto-fetched 30 minutes ago
Auto-fetched 30 minutes ago