Skip to content

EscluseGame Server Hosting Platform

Deploy, manage, and monitor game servers with minimal configuration

Quick Start

bash
# Install the agent on your node
curl -sSL https://get.esluce.com/agent | bash

# Configure your API key in /etc/escluse-agent/config.toml
api_key = "your-api-key"
api_url = "https://api.esluce.com"

# Start the agent
sudo systemctl start escluse-agent