StruxaEggs Explorer

tshock legacy

Game

The t-shock modded terraria server. https://tshock.co/

Author: parker@parkervcp.comSource: pterodactyl/game-eggsUpdated: 5/24/2026

Startup Command

mono TerrariaServer.exe -ip 0.0.0.0 -port {{SERVER_PORT}} -maxplayers {{MAX_PLAYERS}} -world {{WORLD_NAME}}.wld -autocreate {{WORLD_SIZE}}

Docker Images

LabelImage
monoghcr.io/ptero-eggs/yolks:mono_latest

Environment Variables

NameVariableDefaultRules
Max Players
The maximum number of players a server will hold.
MAX_PLAYERS8required|numeric|digits_between:1,3
World Size
Defines the worlds size. 3 sizes 1 (small), 2 (medium), 3 (large).
WORLD_SIZE1required|numeric|digits_between:1,3
World Name
The name for the world file.
WORLD_NAMEworldrequired|string|max:20
Tshock Version
The version on tshock that will be installed. Latest available is: v4.5.18!
TSHOCK_VERSIONv4.5.18required|string|max:20