StruxaEggs Explorer

Voyagers of Nera

Game

Voyagers of Nera is a cooperative survival-crafting game for up to 10 players set in a vast ocean full of ancient ruins and diverse biomes. Nera is a magical ocean world full of beauty, magic, and danger. You are an Echo, descendants of the long-extinct protectors of this world.

Author: eggs@purpleflaghosting.comSource: pterodactyl/game-eggsUpdated: 5/24/2026

Startup Command

wine BoatGame/Binaries/Win64/BoatGameServer-Win64-Shipping.exe -Port={{SERVER_PORT}} -log -LoggingInShippingEnabled=true & tail -c0 --pid=$? -F BoatGame/Saved/Logs/BoatGame.log

Docker Images

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

Environment Variables

NameVariableDefaultRules
Server Name
The public name of your server other players will see when browsing servers.
SERVER_NAMEA Pterodactyl Hosted Serverrequired|max:50|regex:/^[A-Za-z0-9\-_ ]+$/
Server Password
The password required for players to join your game. A blank value means the server will not be password-protected and is joinable by any player.
SERVER_PASSWORDnonenullable|alpha_dash
Max Players
The maximum number of players allowed to be connected to your server at once.
MAX_PLAYERS10required|integer|between:1,10
Autosave Timer
How often your server will automatically save. It’s not recommended to adjust this setting unless you specifically have a reason to.
AUTOSAVE_TIMER_SECONDS300required|integer|between:10,900
Steam App ID
Steam App ID to install
SRCDS_APPID3937860required|numeric|in:3937860
Windows Install
Install Windows version of App from steam
WINDOWS_INSTALL1required|boolean|in:1
Wine Debug
Disable wine debug messages
WINEDEBUG-allrequired|string|max:20
XVFB
Disable X virtual framebuffer
XVFB0required|boolean|in:0,1