How do I use rcon in-game?

Post Reply
User avatar
Edge100x
Founder
Founder
Posts: 12945
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

How do I use rcon in-game?

Post 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
Post Reply