> ## 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 Use Admin Commands in 7 Days to Die

> Learn how to use admin commands in 7 Days to Die, including the debug menu, creative mode, teleportation, and player management on your server.

## Managing Your 7D2D Server

Administering a 7 Days to Die (7D2D) server gives you complete control over the world, player permissions, and game mechanics. This guide explains how to use the essential tools at your disposal to manage your community effectively.

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

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

***

## Granting Admin Status

Before you can use commands in-game, you must grant yourself the appropriate permission level. Permissions are primarily managed via the server's console (Telnet or the Game Panel Console).

<Steps>
  <Step title="Access the Console">
    Log in to your [Game Panel](https://panel.freakhosting.com) and select your 7D2D server.
  </Step>

  <Step title="Enter the Admin Command">
    In the console, type the following command and press Enter:

    ```bash theme={null}
    admin add <SteamID64> 0
    ```
  </Step>

  <Step title="Verify Permission Levels">
    The number at the end represents the permission level:

    * **0:** Owner (Full Access)
    * **50:** Moderator (Partial Access)
    * **1000:** Guest (No Access)
  </Step>
</Steps>

<Note>
  ### Advanced Permissions

  Specific command permissions for each level can be further customized in the `serveradmin.xml` file located in the server's root directory.
</Note>

***

## Essential In-Game Commands

Once you have granted yourself admin rights, press **F1** while in-game to open the console. Use the following commands to manage your server:

<Tabs>
  <Tab title="Debug & Creative">
    Access powerful developer tools to build or test your server.

    * **Debug Menu (`dm`):** Toggles the Debug Menu. After enabling, press **Esc** to access God Mode, Fly Mode, and time sliders.
    * **Creative Menu (`cm`):** Toggles the Creative Menu. Press **U** to open an inventory containing every item in the game.
  </Tab>

  <Tab title="Player Management">
    Maintain order on your server with these essential commands.

    * **Teleport:** `teleport <player> <target>` - Move players or yourself instantly.
    * **Kick:** `kick <player> "reason"` - Remove a player from the current session.
    * **Ban:** `ban <player> <duration> <unit> "reason"` - Prevent a player from joining (e.g., `ban SteamID 2 day "Griefing"`).
  </Tab>
</Tabs>

<Check>
  ### Command Success

  If the command is accepted, the console will display a confirmation message. If you receive a "Permission Denied" error, double-check your admin level in `serveradmin.xml`.
</Check>

***

<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 | **7 Days to Die:** Server Management Simplified.
</div>
