017
Archive 017Tool

Robin Docker

Modern web interface for managing Docker containers with remote nodes support, application templates and detailed analytics. Alternative to Portainer and Dokploy

tools · websites

Robin Docker
01 /About

Modern web interface for managing Docker containers with remote nodes support, application templates and detailed analytics. Alternative to Portainer and Dokploy.

GitHub

02 /🐳 Container Management
  1. 01Start, stop, restart and complete container removal
  2. 02Real-time log viewing via WebSocket
  3. 03Metrics monitoring: CPU, memory, network, disk
  4. 04Execute commands inside containers (exec)
  5. 05View container processes (top)
  6. 06Container backup and restore
03 /🌐 Remote Nodes
  1. 01Connect multiple Docker hosts
  2. 02SSH connection to remote servers
  3. 03Docker API connection
  4. 04Agent model for autonomous nodes
  5. 05Manage containers on all nodes from single interface
04 /👥 Access Control
  1. 01Roles: Admin, User, Viewer
  2. 02Granular permissions for containers and nodes
  3. 03Page access management
  4. 04JWT authentication with brute force protection
  5. 05Logging of all user actions
05 /📦 Templates & Compose
  1. 01One-click installation of popular applications
  2. 02Portainer-compatible templates support
  3. 03Docker Compose project management
  4. 04Edit docker-compose.yml files
  5. 05Environment variables configuration
06 /📊 Analytics & Monitoring
  1. 01Detailed resource usage statistics
  2. 02Real-time CPU, memory, disk monitoring
  3. 03Network activity and open ports
  4. 04Metrics history with time filtering
  5. 05Data visualization through charts
07 /🔒 Security
  1. 01JWT authentication with secret validation
  2. 02Password hashing via bcrypt
  3. 03Helmet for security headers
  4. 04Rate limiting for attack protection
  5. 05Input validation
  6. 06Protection against SQL injection and Command Injection
  7. 07Suspicious activity logging
08 /🛠️ Technical
  1. 01Backend: Node.js + Express + TypeScript
  2. 02Frontend: React + TypeScript + Vite
  3. 03Database: PostgreSQL 15
  4. 04Caching: Redis 7
  5. 05Real-time: Socket.io for logs and metrics
  6. 06Docker API: dockerode for interaction
  7. 07Responsive design with mobile layout