Control Panel
Manage honeypot protocol configuration and monitor system status
System Status
Loading status...
Loading protocol configuration...
Deploy Honeypot Instance
Deploy Ghost Mode to a new server
Server Requirements
- • 2 CPU cores minimum (4 recommended)
- • 4GB RAM minimum (8GB recommended)
- • 20GB disk space
- • Ubuntu 22.04 LTS or Debian 12
- • Docker 24+ and Docker Compose v2
- • Public IP address with ports 22, 80, 443
Quick Install
Run this command on your server to install Ghost Mode automatically
curl -fsSL https://leuca.io/install.sh | sh
Manual Installation
Or follow these steps for manual setup
# Download docker-compose.yml curl -LO https://github.com/leuca-io/ghost-mode/releases/latest/download/docker-compose.yml # Create environment file cp .env.example .env # Edit configuration nano .env # Start services docker compose up -d