StruxaEggs Explorer

tshock

Game

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

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

Startup Command

./TShock.Server -ip 0.0.0.0 -port {{SERVER_PORT}} -maxplayers {{MAX_PLAYERS}} -world {{WORLD_NAME}}.wld -autocreate {{WORLD_SIZE}}

Docker Images

LabelImage
Dotnet 6ghcr.io/ptero-eggs/yolks:dotnet_6

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. default is latest non-pre-release
TSHOCK_VERSIONlatestrequired|string|max:20