StruxaEggs Explorer

Nightingale

Game

Nightingale is an open world survival crafting game, where you’ll adventure across the mysterious and dangerous Fae Realms. As a daring Realmwalker, you’ll defeat monstrous enemies, survive hostile environments, and build elaborate estates in a visually stunning Gaslamp Fantasy world.

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

Startup Command

./NWX/Binaries/Linux/NWXServer-Linux-Shipping NWX -ini:Game:[/Script/Engine.GameSession]:MaxPlayers={{MAX_PLAYER}} $( [ "$CHEATS" == "1" ] && printf %s '-EnableCheats' ) -port={{SERVER_PORT}} -multihome=0.0.0.0

Docker Images

LabelImage
Ubuntu 24ghcr.io/ptero-eggs/steamcmd:ubuntu_24.04

Environment Variables

NameVariableDefaultRules
Steam User
This is a required setting and cannot be set to anonymous.
STEAM_USERnonenullable|string
Steam Password
Steam User Password
STEAM_PASSnonenullable|string
Game ID
The ID corresponding to the game to download and run using SRCDS
SRCDS_APPID3796810string
Steam Auth
Steam account auth code. Required if you have 2fa enabled
STEAM_AUTHnonenullable|string|max:5
Auto Update Server
This is to auto-update the game server
AUTO_UPDATE1required|boolean
Difficulty
Starting map difficulty, choose from [easy, medium, hard, extreme]. Used for the very first map, if one is not supplied from an imported character.
Difficultyeasyrequired|in:easy,medium,hard,extreme
Password
By default the server will start with no password required for players to connect. It is recommended to set one to ensure only players you intend can connect.
PASSWORDchangemenullable|max:20
Admin Password
If an admin password is set, players with the correct password can authenticate in-game in order to kick and ban other players.
ADMIN_PASSWORDletmeinrequired|string|max:20
Max players
By default Nightingale supports a maximum of six players in a realm. This maximum can bechanged through a command-line argument. Please note that increasing the maximum number of players past six is unsupported and may result in unintended behaviour.
MAX_PLAYER6required|numeric
Cheats Mode
To allow use of the cheat/debug menu and commands, add the enable cheats command-line argument. Players will need to authenticate with the admin password to use the cheats in-game.
CHEATS1required|boolean