How do I connect to RCON with Rocket?

Post Reply
User avatar
Vanderburg
Former staff
Former staff
Posts: 1253
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Nov 13, 2010 7:27 am
Location: Dallas, TX

How do I connect to RCON with Rocket?

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