Server name The name of your server (this will show in the master list) Do not include spaces | SERVER_NAME | PterodactylServer | required|string|max:50 |
Max Players The amount of players that can join your server at once. Maximum is 12. | MAX_PLAYERS | 12 | required|integer|min:1|max:12 |
WebSockets Port WebSockets port (optional). Use 0 to disable. | WEBSOCKETS_PORT | 0 | required|integer|min:0|max:65535 |
RCON WebSockets Port RCON WebSocket port (optional). Use 0 to disable. | RCON_PORT | 0 | required|integer|min:0|max:65535 |
RCON Password The password for RCON access. | RCON_PASSWORD | RconPassword | nullable|string|max:100 |
Greet Message This message is shown to players when they join. | GREET_MESSAGE | Welcome! Be friendly and have fun! | nullable|string|max:200 |
Admin PlayFab ID Your Playfab ID will show up in the server logs as 1 YOUR_NAME joined the server [YOUR_PLAYFAB_ID]) | ADMIN_PLAYFAB_ID | IDHere | nullable|string|max:100 |
Server Password If set, players must enter this password to join. | SERVER_PASSWORD | ServerPassword | nullable|string|max:100 |