# Adding Admins to Your The Front Server (/docs/the-front/adding-admins)



import { Step, Steps } from 'fumadocs-ui/components/steps';

Adding admins to your The Front server allows trusted players to use admin commands for server management, player moderation, and gameplay adjustments.

Adding an Admin [#adding-an-admin]

<div className="fd-steps">
  <div className="fd-step">
    Stop Your Server [#1-stop-your-server]

    Access the [XGamingServer Panel](https://panel.xgamingserver.com) and `Stop` your server.
  </div>

  <div className="fd-step">
    Find Your Steam ID [#2-find-your-steam-id]

    You will need the [SteamID64](https://steamid.io/) of each player you want to add as an admin.
  </div>

  <div className="fd-step">
    Open the Configuration [#3-open-the-configuration]

    Go to `Files` and locate the server configuration file. Look for the admin settings within `ServerConfig.ini` or the dedicated admin configuration file.

    Add the SteamID64 of each admin player to the admin list.
  </div>

  <div className="fd-step">
    Start Your Server [#4-start-your-server]

    Start your server to apply the changes.
  </div>
</div>

Using Admin Commands [#using-admin-commands]

Once you are set as an admin, you can open the in-game console and use admin commands. Common commands include:

| Command           | Description                   |
| ----------------- | ----------------------------- |
| `/kick [player]`  | Kick a player from the server |
| `/ban [player]`   | Ban a player from the server  |
| `/unban [player]` | Remove a player's ban         |
| `/save`           | Force save the server         |

> 📝 **Note:** Command syntax may vary depending on the game version. Check the official The Front documentation for the most up-to-date command list.

If you need help with admin setup, join our [Discord](https://discord.xgamingserver.com) and we will assist you.
