Documentation

Everything you need to know about our services, APIs, and game server management.

Getting Started

Learn the basics of setting up and managing your game server.

Learn more

API Reference

Detailed documentation of our RESTful API endpoints.

Learn more

Game Guides

Game-specific setup guides and configuration tutorials.

Learn more

Quick Start

Get your game server up and running in minutes with our simple API:

curl -X POST \
  https://api.yourdomain.com/v1/servers \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "game": "minecraft",
    "plan": "pro",
    "location": "us-east"
  }'
Need help? Check out ourAuthentication Guide