# How To Add Admins to Your Myth of Empires Server (/docs/myth-of-empires/adding-admins)



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

Adding admins to your Myth of Empires server lets trusted players manage the game world, spawn items, and moderate other players. Admin permissions are configured through the server configuration files.

<div className="fd-steps">
  <div className="fd-step">
    Open the XGamingServer Panel [#1-open-the-xgamingserver-panel]

    Log in to the [XGamingServer Panel](https://panel.xgamingserver.com).
  </div>

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

    Make sure your server is **stopped** before making changes.
  </div>

  <div className="fd-step">
    Get the Player's Steam ID [#3-get-the-players-steam-id]

    You need the Steam64 ID of the player you want to make an admin. Players can find their Steam64 ID at [steamid.io](https://steamid.io/).
  </div>

  <div className="fd-step">
    Open Files [#4-open-files]

    In the sidebar, click **Files**.
  </div>

  <div className="fd-step">
    Locate the Admin Configuration [#5-locate-the-admin-configuration]

    Navigate to the server configuration directory and find the admin configuration file. Add the player's Steam64 ID to the admin list.
  </div>

  <div className="fd-step">
    Save and Start Your Server [#6-save-and-start-your-server]

    Click **Save** and then **Start** your server.
  </div>
</div>

Using In-Game Console [#using-in-game-console]

Once you are listed as an admin, you can also grant admin permissions through the in-game console.

<div className="fd-steps">
  <div className="fd-step">
    Open the Console [#1-open-the-console]

    Press the **tilde (\~)** key to open the in-game console while connected to your server.
  </div>

  <div className="fd-step">
    Add an Admin [#2-add-an-admin]

    Use the appropriate admin command to add another player as an admin by their Steam ID.
  </div>

  <div className="fd-step">
    Verify Permissions [#3-verify-permissions]

    The new admin should now have access to admin commands and the admin panel.

    > 💡 **Tip:** Only grant admin access to players you trust. Admins have full control over the server world and can spawn items, teleport, and ban other players.
  </div>
</div>
