Open Source|All improvements go through Pull Requests with automated CI checks before review by@Leo-Galli|Join Discord|Contributing guide
Game hosting

Game hosting

Complete game hosting product line on top of the Pterodactyl bridge. Every game is a Pterodactyl egg, a Docker image and a catalog entry.

Catalog API

GET /api/catalog/games          # list all games
GET /api/catalog/games/{slug}   # game details + presets

Supported games

GameSlugDefault port
Minecraft Javaminecraft-java25565
Minecraft Bedrockminecraft-bedrock19132
Ark: Survival Evolvedark7778
Valheimvalheim2456
Rustrust28015
Palworldpalworld8211

How it works

  1. Client selects a game from the store.
  2. Aetheris picks a Pterodactyl node with the matching egg.
  3. Server is provisioned with the game's Docker image.
  4. Client gets console access via the VNC console.

Quick links

See also: Pterodactyl bridge, Server provisioning.