Favicon of Squirrel Servers Manager

Squirrel Servers Manager

Simplify server and container management with an open-source dashboard. Harness the power of Ansible and Docker through an intuitive, agentless interface.

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:

  • Metrics & Statistics: Monitor server vitals like CPU and RAM to detect anomalies.
  • Playbook Management: Handle your Ansible playbooks, both local and remote, and execute them on your devices.
  • Container Management: View all running containers, check their stats, and get alerts for available updates.
  • Automations: Configure actions to run based on triggers, such as a playbook execution.
  • Security: Your secrets and authentication information are kept secure using Ansible Vault and Bcrypt.

Directory Structure

squirrel-servers-manager
data
.env
docker-compose.yml

docker-compose.yml

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}

.env

SECRET_KEY=your_super_secret_key_here
ADMIN_USERNAME=admin
ADMIN_PASSWORD=your_secure_admin_password

Share:

Ad
Favicon

 

  
 

Similar to Squirrel Servers Manager

Favicon

 

  
  
Favicon

 

  
  
Favicon