Server Name The public name of your server other players will see when browsing servers. | SERVER_NAME | A Pterodactyl Hosted Server | required|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_PASSWORD | none | nullable|alpha_dash |
Max Players The maximum number of players allowed to be connected to your server at once. | MAX_PLAYERS | 10 | required|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_SECONDS | 300 | required|integer|between:10,900 |
Steam App ID Steam App ID to install | SRCDS_APPID | 3937860 | required|numeric|in:3937860 |
Windows Install Install Windows version of App from steam | WINDOWS_INSTALL | 1 | required|boolean|in:1 |
Wine Debug Disable wine debug messages | WINEDEBUG | -all | required|string|max:20 |
XVFB Disable X virtual framebuffer | XVFB | 0 | required|boolean|in:0,1 |