# How to Add Admins on Your RuneScape: Dragonwilds Server (/docs/runescape-dragonwilds/admin-setup)



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

Dragonwilds uses a **password-based admin system**. Any player who enters the Admin Password gets access to the Server Management screen. The server **Owner** (matching `OwnerID` in config) has additional privileges.

Set the Admin Password [#set-the-admin-password]

<Steps>
  <Step>
    Stop the server [#stop-the-server]

    In the [XGamingServer Panel](https://panel.xgamingserver.com), go to **Console** and stop the server.
  </Step>

  <Step>
    Edit the config [#edit-the-config]

    Click **Files** in the sidebar and open `RSDragonwilds/Saved/Config/Linux/DedicatedServer.ini`. Set:

    ```ini
    Admin Password=YourAdminPassword
    ```
  </Step>

  <Step>
    Save and start [#save-and-start]

    Click **Save Content** and start from **Console**.
  </Step>
</Steps>

Authenticate In-Game [#authenticate-in-game]

Once connected, open **Pause Menu → Settings → Server Management** and enter the Admin Password. You remain admin until the password is changed.

Owner vs Admin [#owner-vs-admin]

| Role                      | Ban online players | Ban offline players | Unban players |
| ------------------------- | :----------------: | :-----------------: | :-----------: |
| **Owner** (OwnerID match) |         Yes        |         Yes         |      Yes      |
| **Admin** (password auth) |         Yes        |          No         |       No      |

> There are no console commands. All admin actions are performed through the Server Management UI.

Related Guides [#related-guides]

* [Server Configuration](/docs/runescape-dragonwilds/configure-your-server)
* [User Management](/docs/runescape-dragonwilds/user-management)
