Difference between revisions of "Unturned: RocketMod"
From Free Knowledge Base- The DUCK Project: information for everyone
m (→RCON) |
m (Admin moved page Unturned: Rocket to Unturned: RocketMod without leaving a redirect: ok) |
(No difference)
|
Revision as of 09:32, 8 December 2021
RCON
Remote Console connection is made with a simple telnet client. You can use the 'telnet' command on linux or software for Windows such as Putty or CRT. RCON must be enabled on your Unturned server. Navigate to the configuration file and set the service to 'true' then restart the server.
- Edit Rocket.config.xml ( Servers/server/Rocket/Rocket.config.xml )
- Change <RCON Enabled="false" Port="0" Password="" to <RCON Enabled="true" Port="25444" Password="yourpassword"
- Save and restart the server
Example Rocket.config.xml
<?xml version="1.0" encoding="utf-8"?> <RocketSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RCON Enabled="true" Port="25444" Password="l9FccX92q" EnableMaxGlobalConnections="true" MaxGlobalConnections="1" EnableMaxLocalConnections="true" MaxLocalConnections="1" /> <AutomaticShutdown Enabled="false" Interval="86400" /> <WebConfigurations Enabled="false" Url="" /> <WebPermissions Enabled="false" Url="" Interval="180" /> <LanguageCode>en</LanguageCode> <MaxFrames>60</MaxFrames> </RocketSettings>