7 Days to Die /// How to enable RCON (Telnet)

In default, RCON(Telnet) is enabled, you can only change a passsword. You can find the connection port on the main page of your server, always server port + 3

  1. In your game panel, click Configuration Files.
  2. Open the Configuration Editor for the "serverconfigmain.xml".
  3. Scroll down to the Admin interfaces section, here you should see the ability to change your Telnet password
  4. Change the dropdown menu selection to "Enable Telnet", you can then configure your password as desired
  5. Save your changes, these will then be in effect the next time your server is started

Or you can use Text Editor and simple change what you wont

<property name="TelnetEnabled" value="true"/> <!-- Enable/Disable the telnet -->
<property name="TelnetPassword" value="y06W0Go0IX"/> <!-- Password to gain entry to telnet interface. If no password is set the server will only listen on the local loopback interface -->
<property name="TelnetFailedLoginLimit" value="10"/> <!-- After this many wrong passwords from a single remote client the client will be blocked from connecting to the Telnet interface -->
<property name="TelnetFailedLoginsBlocktime" value="10"/> <!-- How long will the block persist (in seconds) -->

  • 7 days to die rcon
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do I add administrator rights

To add yourself as an admin within the game follow this guide Log into the game panel, select...

7 Days to Die /// Darkness Falls and Undead Legacy

We have both of these modes pre-built, including the ability to update them. Shut down the...

7 Days to Die /// uMOD and Custom Mod Manager

You can also use third-party add-ons on the server that don't come from Steam Workshop. One such...

7 Days to Die /// WebMap

In case you want to have WebMap on your server, you need to install Alloc's server fixes Click...

7 Days to Die /// How do I generate my map

If you do not want to use any of the pre-generated maps, you can create your own map. There are...