How to Host a RuneScape: Dragonwilds Dedicated Server (Easy)

This guide will show you everything you need to host a RuneScape: Dragonwilds dedicated server at home and walk you step by step through getting your server running on your PC.

Arnau FalconArnau Falcon
Mar 30, 20262 min read
Hero image for How to Host a RuneScape: Dragonwilds Dedicated Server (Easy)

System Requirements

First of all, make sure you have the requirements to run a RunScape: Dragonwilds dedicated server.

Networking and Ports

For friends to join your world, your server needs to be reachable online. This involves port forwarding:

  • Default ports: Servers use UDP port 7777. If you run multiple worlds, the next server will use 7778, then 7779, etc.
  • Forward ports on all routers: Every router between your computer and the internet must allow traffic on these ports.
  • Firewall settings: Make sure your computer’s firewall allows connections on the server port.
  • ISP limitations: Some internet providers block port forwarding or make it tricky. You might need to check with them or use a dedicated server hosting provider.

Installing the Dedicated Server

You can get the Dragonwilds server software either through Steam or SteamCMD:

Option A – Steam:

  • Open Steam.
  • Search for RuneScape: Dragonwilds – Dedicated Servers”.
  • Download and install it like any other game.

Option B – SteamCMD (Advanced):

  • Open a command prompt and run:
    steamcmd +force_install_dir C:\MyServerFolder +login anonymous +app_update 4019830 +quit
  • This installs the server in your chosen folder.

Once installed, you can launch the server either via Steam or by running RSDragonwilds.exe in the server folder.

To make troubleshooting easier, it’s a good idea to use these launch options:

-log -NewConsole

  • -log → shows a detailed log of server activity.
  • -NewConsole → opens a separate window for live updates.

How to set this in Steam:

  • Go to your Library > RuneScape: Dragonwilds Dedicated Server.
  • Right-click > Properties > Set Launch Options.
  • Enter: -log -NewConsole

Keeping Versions in Sync

Your server version and your game client version must match exactly. Otherwise, your world might not appear or players can’t join.

  • Check the server version at the top of the log window when it starts.
  • Check your client version in the top-left corner of the Dragonwilds game.

Pro tip

After updates, always restart your server to match the latest game version.


Not at all! A reasonably modern computer with decent RAM (8GB+) and a stable internet connection is enough for most home servers. The bigger your world and the more players, the more resources you’ll need.

No, your server needs to be running to accept connections. If you want 24/7 uptime without keeping your PC on all the time, you can consider hosting a dedicated server provider like DatHost.

This is usually due to port forwarding, firewall issues, or a mismatch in server version. Make sure UDP port 7777 (or your chosen port) is forwarded to your computer, your firewall allows the server through, and the world name matches exactly in the config file.

Yes! You can run multiple server instances on different ports (7778, 7779, etc.). Each one will need its own folder and config file. This is great if you want separate worlds for different friend groups or testing.