# RuneScape: Dragonwilds Server Config Reference (/docs/runescape-dragonwilds/config-reference)



All settings are in `DedicatedServer.ini` under the `[/Script/Dominion.DedicatedServerSettings]` section.

Config File Location [#config-file-location]

```
RSDragonwilds/Saved/Config/Linux/DedicatedServer.ini
```

> Do not edit the config while the server is running — changes will be lost.

Full Example [#full-example]

From the real config file:

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

> `ServerGuid` is auto-generated. Do not edit it.

Settings Reference [#settings-reference]

Mandatory (server won't start without these) [#mandatory-server-wont-start-without-these]

| Setting            | Type   | Description                                                  |
| ------------------ | ------ | ------------------------------------------------------------ |
| `OwnerId`          | String | Your Player ID from the in-game Settings menu. **Required.** |
| `ServerName`       | String | Display name in the server browser                           |
| `DefaultWorldName` | String | Name of the world created on first startup                   |
| `AdminPassword`    | String | Password for the Server Management screen                    |

Optional [#optional]

| Setting         | Type   | Description                                                                      |
| --------------- | ------ | -------------------------------------------------------------------------------- |
| `WorldPassword` | String | Join password. Leave empty for public. Supersedes any password in the world save |
| `ServerGuid`    | String | Auto-generated unique server identifier. Do not edit                             |

Server Requirements [#server-requirements]

* **RAM:** 2 GB + 1 GB per player
* **Max players:** 6 (total RAM needed: 8 GB)
* **Ports:** 7777 UDP (game), 7778 UDP (secondary)
* **Steam App ID:** 4019830 (dedicated server)

Logs [#logs]

Server logs are at:

```
RSDragonwilds/Saved/Logs/RSDragonwilds.log
```

Check logs to verify server version, diagnose startup issues, and confirm world loading.

Related Guides [#related-guides]

* [Server Configuration](/docs/runescape-dragonwilds/configure-your-server)
* [Admin Setup](/docs/runescape-dragonwilds/admin-setup)
* [How to Join](/docs/runescape-dragonwilds/join-server)
