# How to Configure Your RuneScape: Dragonwilds Server (/docs/runescape-dragonwilds/configure-your-server)









import { Step, Steps } from 'fumadocs-ui/components/steps';
import { Files, Folder, File } from 'fumadocs-ui/components/files';

RuneScape: Dragonwilds dedicated servers are configured through `DedicatedServer.ini`.

Config File Location [#config-file-location]

<Files>
  <Folder name="RSDragonwilds" defaultOpen>
    <Folder name="Saved" defaultOpen>
      <Folder name="Config" defaultOpen>
        <Folder name="Linux" defaultOpen>
          <File name="DedicatedServer.ini" />
        </Folder>
      </Folder>

      <Folder name="Savegames" />

      <Folder name="Logs">
        <File name="RSDragonwilds.log" />
      </Folder>
    </Folder>
  </Folder>
</Files>

How to Edit [#how-to-edit]

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

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

    > **Important:** Changing config values while the server is running will result in those changes being lost.
  </Step>

  <Step>
    Open DedicatedServer.ini [#open-dedicatedserverini]

    Click **Files** in the sidebar and navigate to `RSDragonwilds/Saved/Config/Linux/DedicatedServer.ini`.

        <img alt="DedicatedServer.ini in the editor" src={__img0} placeholder="blur" />
  </Step>

  <Step>
    Edit and save [#edit-and-save]

    Make your changes under `[/Script/Dominion.DedicatedServerSettings]`. Click **Save Content**.
  </Step>

  <Step>
    Start the server [#start-the-server]

    Start from **Console**.
  </Step>
</Steps>

Configuration Reference [#configuration-reference]

All settings live under `[/Script/Dominion.DedicatedServerSettings]`:

```ini
[/Script/Dominion.DedicatedServerSettings]
OwnerId=your-player-id
ServerName=My Dragonwilds Server
DefaultWorldName=My World
AdminPassword=YourAdminPassword
WorldPassword=
```

Mandatory Settings [#mandatory-settings]

These **must** be set before the server will start:

| Setting            | Description                                                                                                                          |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
| `OwnerId`          | Your RuneScape: Dragonwilds Player ID. Found in-game at the bottom of the Settings Menu. **The server will not start without this.** |
| `ServerName`       | Display name in the server browser                                                                                                   |
| `DefaultWorldName` | Name of the world created on first startup                                                                                           |
| `AdminPassword`    | Password for the Server Management screen. Anyone who enters it becomes Admin                                                        |

Optional Settings [#optional-settings]

| Setting         | Description                                                                                 |
| --------------- | ------------------------------------------------------------------------------------------- |
| `WorldPassword` | Restricts access — leave empty for public. Supersedes any password stored in the world save |

Finding Your Player ID [#finding-your-player-id]

<img alt="How to find your Player ID" src={__img1} placeholder="blur" />

1. Launch RuneScape: Dragonwilds
2. Open **Settings** from the main menu
3. Scroll to the bottom — your **Player ID** is displayed
4. Click the **Copy** button

<img alt="Player ID in settings" src={__img2} placeholder="blur" />

Use this as the `OwnerId` in your config.

Server Requirements [#server-requirements]

* **RAM:** 2 GB + 1 GB per player (8 GB for max 6 players)
* **Max players:** 6
* **Ports:** 7777 UDP (game), 7778 UDP (secondary)

> For the full config reference, see the [Config Reference](/docs/runescape-dragonwilds/config-reference).

Related Guides [#related-guides]

* [Admin Setup](/docs/runescape-dragonwilds/admin-setup)
* [How to Join](/docs/runescape-dragonwilds/join-server)
* [Upload a Save](/docs/runescape-dragonwilds/import-save)
* [Config Reference](/docs/runescape-dragonwilds/config-reference)
