StruxaEggs Explorer

Terraria Vanilla

Game

Dig, fight, explore, build! Nothing is impossible in this action-packed adventure game.

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

Startup Command

./TerrariaServer.bin.x86_64 -config serverconfig.txt

Docker Images

LabelImage
Debianghcr.io/ptero-eggs/yolks:debian

Environment Variables

NameVariableDefaultRules
Terraria version
the version of Terraria that is to be used. You can use the full version number or the file number. (ex. 1.3.5.3 or 1353) Get version numbers here - https://terraria.wiki.gg/wiki/Server#Downloads
TERRARIA_VERSIONlatestrequired|string|max:20
World Name
The name for the world file.
WORLD_NAMEworldrequired|string|max:20
Max Players
The maximum number of players a server will hold.
MAX_PLAYERS8required|numeric|max:255
World Size
Defines the worlds size. 3 sizes 1 (small), 2 (medium), 3 (large).
WORLD_SIZE1required|numeric|in:1,2,3
Difficulty
World Difficulty Options: 0(normal), 1(expert), 2(master), 3(journey)
WORLD_DIFFICULTY3required|numeric|in:0,1,2,3
MOTD
Server MOTD
SERVER_MOTDWelcome!required|string|max:128
World Seed
The Seed to use when creating the World
WORLD_SEEDnonenullable|string|max:20
Password
The password which should be used.
PASSWORDnonenullable|string
NPCStream
Reduces enemy skipping but increases bandwidth usage. The lower the number the less skipping will happen, but more data is sent. 0 is off.
NPCSTREAM0required|int|between:0,60