Server management platform with AI-powered operations.
- SSH Terminal - Web-based terminal with split-screen support
- Server Monitoring - Real-time CPU, memory, disk, network metrics
- File Manager - SFTP file browsing, editing, upload/download
- World Map - Visual server locations with status indicators
- AI Assistant - Multi-model AI for server diagnostics and commands
- Notifications - Telegram, email, webhook alerts
- SSH Key Management - Generate and deploy SSH keys
docker compose -f docker/docker-compose.yml up -dAccess at http://localhost:8080
npm install
npm run devCopy .env.example to .env and configure:
cp .env.example .env- Frontend: React 19, TypeScript, Tailwind CSS, Vite
- Backend: Node.js, Express, SQLite (Drizzle ORM)
- Terminal: xterm.js
- Map: Leaflet
- AI: OpenAI, Anthropic Claude
MIT