Page 1 of 1

How do I connect to RCON with Rocket?

Posted: Mon Sep 25, 2017 8:56 pm
by Vanderburg
You can use PuTTY to connect to RCON through Rocket for Unturned. PuTTY can be downloaded here: http://www.putty.org/

You'll need to edit the following line in your /Servers/Rocket/Rocket.config.xml file via FTP:

Code: Select all

<RCON Enabled="false" Port="27115" Password="changeme"/>
Change the "false" to "true" and then change the password to something other than "changeme, so no one else can connect.

You'll then use PuTTY to connect to the IP address of your game server (Found on the Description tab of your game server control panel), with the port and Admin password listed in the code block above.