StruxaEggs Explorer

Sons Of The Forest

Game

Sons of the Forest is a horror survival game and sequel to The Forest by Endnight Games, Ltd.. Sent to find a missing billionaire on a remote island, you find yourself in a cannibal-infested hellscape. Craft, build, and struggle to survive, alone or with friends.

Author: eggs@goover.devSource: pterodactyl/game-eggsUpdated: 5/24/2026

Startup Command

wine ./SonsOfTheForestDS.exe -userdatapath "/home/container/serverconfig" -dedicatedserver.IpAddress "0.0.0.0" -dedicatedserver.GamePort "{{SERVER_PORT}}" -dedicatedserver.QueryPort "{{QUERY_PORT}}" -dedicatedserver.BlobSyncPort "{{BLOBSYNC_PORT}}" -dedicatedserver.MaxPlayers "{{MAX_PLAYERS}}" -dedicatedserver.Password "{{SRV_PW}}" -dedicatedserver.GameMode "{{GAME_MODE}}" -dedicatedserver.SkipNetworkAccessibilityTest "{{SKIP_TESTS}}" -dedicatedserver.SaveSlot "{{SAVE_SLOT}}" -dedicatedserver.LogFilesEnabled "true" -dedicatedserver.TimestampLogFilenames "true"

Docker Images

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

Environment Variables

NameVariableDefaultRules
QueryPort
UDP port used by Steam to list the server and enable the discovery services.
QUERY_PORT27016required|integer|between:1024,65536
BlobSyncPort
BlobSyncPort UDP port used by the BlobSync system to initialize game systems and exchange data.
BLOBSYNC_PORT9700required|integer|between:1024,65536
Server Name
Name of the server visible in the server list, and in the Steam contacts.
SRV_NAMEPterodactyl hosted Serverrequired|string|max:60
Max Players
The maximum number of players allowed simultaneously on the server.
MAX_PLAYERS4required|integer|between:1,8
Password
SRV_PWchangemenullable|string
Gamemode
Sets the difficulty game mode when creating a new save. This parameter is ignored if loading a save (save mode set to “continue” with a save that exists on the slot). If the game mode is set to “custom”, then the custom game mode settings will be read from CustomGameModeSettings option, described later.
GAME_MODEnormalstring|in:normal,hard,hardsurvival,peaceful,custom
Auto Update
AUTO_UPDATE1required|boolean
SRCDS_APPID
SRCDS_APPID2465200required|string|max:20
WINEDEBUG
WINEDEBUG-allrequired|string|max:20
WINEARCH
WINEARCHwin64required|string|max:20
WINEPATH
WINEPATH/home/containerrequired|string|max:20
WINETRICKS_RUN
WINETRICKS_RUNmono vcrun2019required|string
WINDOWS_INSTALL
WINDOWS_INSTALL1required|string|in:1
Skip network Test
if you have problems to connect to your server, set this to TRUE
SKIP_TESTSfalserequired|string|in:true,false
Save Slot
If you uploaded an existing save from your PC you can enter the save slot number here.
SAVE_SLOT0000000001required|numeric|max:30

Features

steam_disk_space