Server Name The name your server will show up as in the in-game server browser. | HOSTNAME | A Pterodactyl Hosted TF2 Server | required|string|max:64 |
Default Map The map your server loads on startup. Popular choices: ctf_2fort, cp_dustbowl, pl_badwater, koth_harvest_event. | SRCDS_MAP | ctf_2fort | required|string|max:25 |
Max Players The maximum number of players allowed to join your server at once. | MAX_PLAYERS | 24 | required|integer|max:128 |
Server Password If set, players must enter this password to join your server. Leave blank to let anyone join. | SERVER_PASSWORD | none | nullable|string|max:32 |
Admin (RCON) Password Password used by remote admin tools to manage your server (change maps, kick players, etc). Leave blank to disable remote admin access. | RCON_PASSWORD | none | nullable|string|max:32 |
Game Server Login Token (GSLT) A free token from Valve that makes your server show up in the public server browser. Get one at https://steamcommunity.com/dev/managegameservers (choose "Team Fortress 2"). Leave blank to run a private server that only people you directly invite can join. | STEAM_GSLT | none | nullable|string|max:32 |
Client Port A second network port the game uses alongside the main server port. Additional Allocation required - set this to match a secondary port you've allocated to this server. | SRCDS_CPORT | 27005 | required|integer|between:1025,65535 |
SourceTV Port The port used for SourceTV, a feature that lets people spectate or record matches on your server. Additional Allocation required - set this to match a secondary port you've allocated to this server. | SRCDS_STV | 27020 | required|integer|between:1025,65535 |
Auto Update Automatically update the server to the latest version every time it restarts. | AUTO_UPDATE | 1 | required|boolean |
Game ID Internal Steam identifier used to download and update the server. Do not change. | SRCDS_APPID | 232250 | required|string|in:232250 |
Game Folder Internal folder name the server software runs from. Do not change. | SRCDS_GAME | tf | required|string|max:20 |