StruxaEggs Explorer

Path Of Titans

Game

Path of Titans is a multiplayer dinosaur survival video game. Survive as a dinosaur in a rich ecosystem filled with intelligent AI creatures and up to 200 other players.

Author: danielivanvladimir.revin@gmail.comSource: pterodactyl/game-eggsUpdated: 5/24/2026

Startup Command

./AlderonGamesCmd-Linux --game path-of-titans --server true --beta-branch {{BETA_BRANCH}} --auth-token {{AG_AUTH_TOKEN}} --install-dir ./server/ && ./server/PathOfTitansServer.sh {{SERVER_MAP}}?listen?MaxPlayers={{SERVER_MAX_PLAYERS}} -RconPort={{RCON_PORT}} -nullRHI -ServerName={{SERVER_NAME}} -ServerGUID={{SERVER_GUID}} -BranchKey={{BETA_BRANCH}} -Database={{SERVER_DB}} -log

Docker Images

LabelImage
ghcr.io/ptero-eggs/yolks:debianghcr.io/ptero-eggs/yolks:debian

Environment Variables

NameVariableDefaultRules
Server Map
SERVER_MAPIslandrequired|string|max:20
Max Players
SERVER_MAX_PLAYERS100required|numeric|max:200
Server name
SERVER_NAMEYoutServerNamerequired|string|max:25
GUID
Use https://guidgenerator.com/
SERVER_GUIDnonerequired|string|max:40
Branch
Choose between production or demo-public-test
BETA_BRANCHproductionrequired|string|max:15
Database mode
Server can use a Local or Remote Database. Specified using Local or Remote. We recommend using a Local Database unless you plan on connecting shared character data between servers.
SERVER_DBLocalrequired|string|in:Local,Remote
Auth Token
Get your AUTH token there https://alderongames.com/oauth/hosting-token !!YOU NEED TO OWN THE GAME!!
AG_AUTH_TOKENnonerequired|string|max:1500
Query port
QUERY_PORT7778required|integer|between:1024,65535
Rcon port
RCON_PORT7779required|integer|between:1024,65535