StruxaEggs Explorer

Sunkenland

Game

Get ready for a Waterworld-themed survival game with modular base building, sunken city scavenging, crafting, base defense, and invasions of NPC clans for resources and territory. Ready for the water apocalypse?

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

Startup Command

wine ./Sunkenland-DedicatedServer.exe -nographics -batchmode -worldGuid {{WORLD_GUID}} -region {{REGION}} -password {{PASSWORD}}  -maxPlayerCapacity {{MAX_PLAYER}} -publicIP {{SERVER_IP}} -publicPort {{SERVER_PORT}}

Docker Images

LabelImage
ghcr.io/ptero-eggs/yolks:wine_latestghcr.io/ptero-eggs/yolks:wine_latest

Environment Variables

NameVariableDefaultRules
App ID
The ID corresponding to the game to download.
SRCDS_APPID2667530required|numeric|digits_between:1,10
Auto Update Server
This is to auto-update the game server.
AUTO_UPDATE1required|boolean
Windows Install
This is required to install the correct version. Removing or touching this will overwrite the files with a non-existing Linux releases.
WINDOWS_INSTALL1required|string|in:1
[SYSTEM] WINEDEBUG
don't change this !!!
WINEDEBUG-allrequired|string|max:20
World GUID
The world GUID is the later part of the world save file, for example, in this save file 'YourWorldName~11223344-5566-7788-99aa-bbccffeeff00', the part after '~' symbol is the guid, i.e.'11223344-5566-7788-99aa-bbccffeeff00'. Specify Which World to start the game, if the world save file with entered GUID cannot be found, the server will fail to start and shut down itself
WORLD_GUID11223344-5566-7788-99aa-bbccddeeff00required|string
Region
Set the custom Region. Default is ASIA. Please check Region Code Table below. Asia=asia, Chinese Mainland=cn, Japan=jp, Europe=eu, South America=sa South Korea=kr, USA, East=us, USA, West=usw
REGIONasiarequired|string
Max Player
Set the Max Player Count. The minimum value is 3 and the maximum value is 15. Default is 3
MAX_PLAYER3required|numeric|between:3,15
Server Password
Set the password. Default is empty; Note that using characters other than ASCII may result in password verification failure. The length limit is 8
PASSWORD12345678required|string|max:8
[SYSTEM] WINETRICKS_RUN
WINETRICKS_RUNmono vcrun2022required|string
Server Name
Name of the server
SERVER_NAMEPterodactyl Worldnullable|string