StruxaEggs Explorer

SuperTuxKart

Game

Egg for hosting a SuperTuxKart Server.

Author: mattamn107@github.comSource: pterodactyl/game-eggsUpdated: 5/24/2026

Startup Command

./bin/supertuxkart --server-config={{CONFIG_NAME}} --lan-server={{SERVER_NAME}} --network-console --port="{{SERVER_PORT}}" --difficulty={{DIFFICULTY}} --mode={{MODE}} --max-players={{MAX_PLAYERS}} --motd="{{MOTD}}"

Docker Images

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

Environment Variables

NameVariableDefaultRules
Server Name
The Name of the Server
SERVER_NAMEPterodactyl_Serverrequired|string|max:50
Config File Name
Name of the Config File.
CONFIG_NAMEconfig.xmlrequired|regex:/^([\w\d._-]+)(\.xml)$/
Mode
0 = Normal Race 1 = Time Trial 2 = Battle 3 = Soccer 4 = Follow The Leader 5 = Capture the Flag
MODE0required|string|in:0,1,2,3,4,5
Difficulty
Speed of the carts and AI difficulty 0 = Beginner 1 = Intermediate 2 = Expert 3 = SuperTux
DIFFICULTY0required|string|in:0,1,2,3
Max Players
How many players can there be in the server.
MAX_PLAYERS8required|numeric|between:1,24
Message of the Day
Message of the Day displayed in the server.
MOTDnonerequired|string|max:100