Monitor Your Servers via Telegram

Comprehensive server monitoring with RAM, disk, uptime, and process tracking. Plus Docker container management - all through your favorite messenger. No complex dashboards, just chat with your servers.

/memory
🧠 Memory Usage
💾 Total: 16.0 GB
📊 Used: 8.2 GB (51.2%)
✅ Available: 7.8 GB
/disk
💽 Disk Usage
🟢 / - 45.2 GB / 100 GB (45%)
🟡 /var - 18.5 GB / 25 GB (74%)
/uptime
⏰ System Uptime
🚀 Uptime: 5 days, 12 hours
📅 Boot: 2025-10-21 09:30:15

Why ServerEye?

Telegram Integration

Monitor your servers directly from Telegram. No need for additional apps or complex dashboards.

Docker Management

Start, stop, and restart Docker containers with simple commands. Full container lifecycle control.

Comprehensive Monitoring

Monitor CPU temperature, RAM usage, disk space, system uptime, and top processes. Complete system visibility in real-time.

Secure by Design

Built-in security features, container validation, and protection of critical system services.

Distributed Architecture

Microservices architecture with Redis message broker for reliable communication.

Easy Setup

Simple installation process with pre-built binaries for all major operating systems.

Available Commands

System Monitoring

/temp Get CPU temperature
/memory Get RAM usage details
/disk Get disk space usage
/uptime Get system uptime
/processes Get top processes
/status Get server status
/servers List your servers

Container Management

/containers List Docker containers
/start_container <id> Start a container
/stop_container <id> Stop a container
/restart_container <id> Restart a container

Quick Installation

# 1. Download ServerEye
wget https://raw.githubusercontent.com/godofphonk/ServerEye/master/downloads/servereye-linux-amd64

# 2. Make executable and install
chmod +x servereye-linux-amd64
sudo ./servereye-linux-amd64 --install

# 3. Copy the server key it shows and send to your Telegram bot

# That's it! 🎉
# 1. Download ServerEye (Run PowerShell as Administrator)
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/godofphonk/ServerEye/master/downloads/servereye-windows-amd64.exe" -OutFile "servereye.exe"

# 2. Install
.\servereye.exe --install

# 3. Copy the server key it shows and send to your Telegram bot

# That's it! 🎉
# Using Docker Compose
curl -O https://raw.githubusercontent.com/godofphonk/ServerEye/master/deployments/docker-compose.yml

# Configure environment
cp .env.example .env
# Edit .env with your settings

# Start services
docker-compose up -d