obtaining a competitive 6s server

πŸ–₯️ SERVER RENTING INFO

βœ… Easiest Method: serveme.tf

  1. Go to https://na.serveme.tf/
  2. Fill out:
    • Time slot (max 2 hours, reserve within 3 hours of start)
    • Map
    • Config (5cp or koth)
    • Server location: Chicago (SDR) or Dallas preferred, Kansas as backup, avoid LA
  3. Click Save to reserve

Note: For SDR servers (e.g., SDR Chicago), use the serveme website for easy RCON access.

πŸ” RCON BASICS

Set RCON password (once per session):

rcon_password YOUR_PASSWORD

rcon is required as it authorizes you to run any commands, if you don't do this you cannot change any server settings, so you must run the rcon password before you do anything below.

πŸ—ΊοΈ MAP COMMANDS

Change to a map:

rcon changelevel MAP_NAME

Map List with Copyable Commands

Note that when you change the level to a different gametype you have to execute the correct config as specified below. Additionally you may have to change the winlimit if it was previously modified to 1 to end the game early.

βš™οΈ CONFIG SETUP

5CP Configs

KOTH Configs

⏱️ TIME AND ROUND LIMITS

Change Game Length

I don't normally use these commands.

Change Round Limit (Use this to end a current match that's happening)

The above command only ends the map early if any team has scored at least one round, otherwise to end it, I recommend just using the changelevel command back to the same map.

πŸ‘’ PLAYER MANAGEMENT

Kick or Ban Players

  1. Type status in console
  2. Find the userid of the player
  3. Kick: rcon kickid USERID
  4. Ban: rcon banid USERID

Force Disconnect All Players

Change the server password:

rcon sv_password NEW_PASSWORD

edit this page