RuneScape: Dragonwilds Server Config Reference
Complete DedicatedServer.ini configuration reference for RuneScape: Dragonwilds dedicated servers with all settings explained.
All settings are in DedicatedServer.ini under the [/Script/Dominion.DedicatedServerSettings] section.
Config File Location
RSDragonwilds/Saved/Config/Linux/DedicatedServer.iniDo not edit the config while the server is running — changes will be lost.
Full Example
From the real config file:
[/Script/Dominion.DedicatedServerSettings]
AdminPassword=YourAdminPassword
OwnerId=your-player-id-here
WorldPassword=
ServerName=My Dragonwilds Server
DefaultWorldName=My World
ServerGuid=D373C2DA4C8D58E52DAFC4B77E18138E
ServerGuidis auto-generated. Do not edit it.
Settings Reference
Mandatory (server won't 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
| 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
- 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
Server logs are at:
RSDragonwilds/Saved/Logs/RSDragonwilds.logCheck logs to verify server version, diagnose startup issues, and confirm world loading.
Related Guides
How is this guide?

Ban Players on Your RuneScape: Dragonwilds Server
Ban and unban disruptive players from your RuneScape: Dragonwilds dedicated server.
How to Configure Your RuneScape: Dragonwilds Server
Edit DedicatedServer.ini settings on your RuneScape: Dragonwilds dedicated server — owner ID, server name, passwords, and world management.