Page 1 of 1

How do I use rcon in-game?

Posted: Fri Apr 08, 2011 10:52 am
by Edge100x
  1. Go to the "Easy setup" page in your control panel. Set an rcon password and click "Commit changes".
  2. Visit the "Server control" page and restart your server.
  3. Open up your game client and connect to your server.
  4. Hit the "`" key (above "Tab" on most keyboards) and a developer console should appear. (If it does not, check your key binding options.)
  5. Type this command to initiate an rcon connection:

    Code: Select all

    rcon_connect addr:your.server.ip.address port:64101 pass:yourpassword
  6. Type further commands through the console, such as "status", in this format:

    Code: Select all

    rcon_command status
    We have a list of common commands here: http://www.nfoservers.com/forums/viewto ... =64&t=5148