> ## Documentation Index
> Fetch the complete documentation index at: https://help.freakhosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Enable Telnet for Remote Admin in 7D2D

> Securely enable and configure Telnet to manage your 7 Days to Die server using external tools like CSMM, RAT, or Alloc's Server Fixes.

## Remote Console Access via Telnet

Telnet is a important communication protocol that enables you to send commands to your server's console from outside the game environment. This functionality is essential for server owners who wish to use advanced management platforms such as CSMM (7D2D Web Dashboard), RAT (Remote Admin Tool), or Alloc's Server Fixes.

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Intermediate
  </Card>

  <Card title="Time" icon="clock">
    5 Minutes
  </Card>
</CardGroup>

***

## Configuration Steps

Telnet parameters are managed exclusively within the `serverconfig.xml` file.

<Steps>
  <Step title="Open serverconfig.xml">
    In your [Game Panel](https://panel.freakhosting.com), navigate to the **Files** tab and open the `serverconfig.xml` file.
  </Step>

  <Step title="Enable the Service">
    Locate the line for `TelnetEnabled` and change its value to `true`.

    ```xml theme={null}
    <property name="TelnetEnabled" value="true"/>
    ```
  </Step>

  <Step title="Set Port and Password">
    Specify the `TelnetPort` (the default is typically your game port plus one) and create a strong `TelnetPassword`.

    ```xml theme={null}
    <property name="TelnetPort" value="8081"/>
    <property name="TelnetPassword" value="your_secure_password"/>
    ```
  </Step>

  <Step title="Save and Restart">
    Save your changes and **Restart** your server via the **Console** tab to initialize the Telnet service.
  </Step>
</Steps>

<Warning>
  ### Critical Security Notice

  **Never leave the Telnet password blank.** An empty password allows anyone to scan your server's IP and gain full administrative control over your environment. Always use a complex, unique password to safeguard your server.
</Warning>

***

## Connection Methods

Once Telnet is active, you can interact with your console using several different tools.

<Tabs>
  <Tab title="Management Tools">
    Most administrators prefer specialized software designed for 7D2D:

    * **CSMM:** A complete web manager offering automation, teleports, and an extensive player database.
    * **RAT:** A strong desktop application providing granular control over every aspect of the server.
    * **Alloc's Fixes:** Often uses Telnet to relay real-time data for its popular web map.
  </Tab>

  <Tab title="Standard Clients">
    For basic console access, you can use general-purpose clients:

    * **PuTTY:** Select "Telnet" as the connection type, enter your IP and Telnet port, then click Open.
    * **Windows Telnet:** Enable the "Telnet Client" via Windows Features, then execute `telnet [IP] [PORT]` in the command prompt.
  </Tab>
</Tabs>

<Note>
  ### Troubleshooting Connection Issues

  If you cannot connect, ensure that the Telnet port (e.g., 8081) is open on your firewall and that your IP address is not being blocked by any security software.
</Note>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **Security:** Protecting your administrative keys.
</div>
