Dragonwilds · Building

RuneScape: Dragonwilds · Building

Dedicated Servers/Windows

Windows-based dedicated servers can be set up with the following code (created by [ oi_caveman]) and instructions below. # Paste the following into a notepad file, and click "save-as" with the .bat extension. # Save it in the same folder as the Dedicated Server's main directory, where it contains the .exe to run the server. @echo off setlocal cls set "ESC=�" set "CYAN=%ESC%[96m" set "GREEN=%ESC%[92m" set "RED=%ESC%[91m" set "YELLOW=%ESC%[93m" set "RESET=%ESC%[0m" set "INSTALL_DIR=%~dp0" set "STEAMCMD_PATH=C:\steamcmd\steamcmd.exe" set "APP_ID=4019830" set "CONFIG_PATH=%INSTALL_DIR%RSDragonwilds\Saved\Config\WindowsServer\DedicatedServer.ini" set "BACKUP_PATH=%INSTALL_DIR%DedicatedServer_Backup.ini" echo %CYAN%Detected path:%RESET% %INSTALL_DIR% echo. if exist "%CONFIG_PATH%" ( echo %CYAN%[STEP 1]%RESET% Backing up DedicatedServer.ini... copy /Y "%CONFIG_PATH%" "%BACKUP_PATH%" >nul echo %GREEN%Backup created successfully.%RESET% ) else ( echo %YELLOW%[SKIP]%RESET% DedicatedServer.ini not found. ) echo. echo %CYAN%[SO FAR SO GOOD]%RESET% Updating DragonWilds (ID: %APP_ID%)... echo %YELLOW%SteamCMD is running, please wait...%RESET% "%STEAMCMD_PATH%" +force_install_dir "%INSTALL_DIR%." +login anonymous +app_update %APP_ID% validate +quit echo. echo %CYAN%[Progressing well]%RESET% Restoring your owner ID and settings... if exist "%BACKUP_PATH%" ( if not exist "%INSTALL_DIR%RSDragonwilds\Saved\Config\WindowsServer\" ( mkdir "%INSTALL_DIR%RSDragonwilds\Saved\Config\WindowsServer\" ) copy /Y "%BACKUP_PATH%" "%CONFIG_PATH%" >nul echo. echo %GREEN%[GOOD STUFF m8]%RESET% Update finished. echo %GREEN%Your owner ID is safe and server updated successfully!%RESET% ) else ( echo. echo %RED%[ERROR] No backup found. You may need to enter your owner ID again manually in your ini, sorry m8.%RESET% ) echo. echo %CYAN%------------------------------------------------------------%RESET% echo You can now close this window and start your server. pause

Updated 2026-09-20Game version 1.0

Key details

Dedicated Servers/Windows at a glance

The most useful available stats and details in one place.

Direct answer

What is Dedicated Servers/Windows?

Windows-based dedicated servers can be set up with the following code (created by [ oi_caveman]) and instructions below. # Paste the following into a notepad file, and click "save-as" with the .bat extension. # Save it in the same folder as the Dedicated Server's main directory, where it contains the .exe to run the server. @echo off setlocal cls set "ESC=�" set "CYAN=%ESC%[96m" set "GREEN=%ESC%[92m" set "RED=%ESC%[91m" set "YELLOW=%ESC%[93m" set "RESET=%ESC%[0m" set "INSTALL_DIR=%~dp0" set "STEAMCMD_PATH=C:\steamcmd\steamcmd.exe" set "APP_ID=4019830" set "CONFIG_PATH=%INSTALL_DIR%RSDragonwilds\Saved\Config\WindowsServer\DedicatedServer.ini" set "BACKUP_PATH=%INSTALL_DIR%DedicatedServer_Backup.ini" echo %CYAN%Detected path:%RESET% %INSTALL_DIR% echo. if exist "%CONFIG_PATH%" ( echo %CYAN%[STEP 1]%RESET% Backing up DedicatedServer.ini... copy /Y "%CONFIG_PATH%" "%BACKUP_PATH%" >nul echo %GREEN%Backup created successfully.%RESET% ) else ( echo %YELLOW%[SKIP]%RESET% DedicatedServer.ini not found. ) echo. echo %CYAN%[SO FAR SO GOOD]%RESET% Updating DragonWilds (ID: %APP_ID%)... echo %YELLOW%SteamCMD is running, please wait...%RESET% "%STEAMCMD_PATH%" +force_install_dir "%INSTALL_DIR%." +login anonymous +app_update %APP_ID% validate +quit echo. echo %CYAN%[Progressing well]%RESET% Restoring your owner ID and settings... if exist "%BACKUP_PATH%" ( if not exist "%INSTALL_DIR%RSDragonwilds\Saved\Config\WindowsServer\" ( mkdir "%INSTALL_DIR%RSDragonwilds\Saved\Config\WindowsServer\" ) copy /Y "%BACKUP_PATH%" "%CONFIG_PATH%" >nul echo. echo %GREEN%[GOOD STUFF m8]%RESET% Update finished. echo %GREEN%Your owner ID is safe and server updated successfully!%RESET% ) else ( echo. echo %RED%[ERROR] No backup found. You may need to enter your owner ID again manually in your ini, sorry m8.%RESET% ) echo. echo %CYAN%------------------------------------------------------------%RESET% echo You can now close this window and start your server. pause

Compare it inside the Buildings database or continue with the related records below.

Player questions

Frequently asked questions

What is Dedicated Servers/Windows in RuneScape: Dragonwilds?+

Windows-based dedicated servers can be set up with the following code (created by [ oi_caveman]) and instructions below. # Paste the following into a notepad file, and click "save-as" with the .bat extension. # Save it in the same folder as the Dedicated Server's main directory, where it contains the .exe to run the server. @echo off setlocal cls set "ESC=�" set "CYAN=%ESC%[96m" set "GREEN=%ESC%[92m" set "RED=%ESC%[91m" set "YELLOW=%ESC%[93m" set "RESET=%ESC%[0m" set "INSTALL_DIR=%~dp0" set "STEAMCMD_PATH=C:\steamcmd\steamcmd.exe" set "APP_ID=4019830" set "CONFIG_PATH=%INSTALL_DIR%RSDragonwilds\Saved\Config\WindowsServer\DedicatedServer.ini" set "BACKUP_PATH=%INSTALL_DIR%DedicatedServer_Backup.ini" echo %CYAN%Detected path:%RESET% %INSTALL_DIR% echo. if exist "%CONFIG_PATH%" ( echo %CYAN%[STEP 1]%RESET% Backing up DedicatedServer.ini... copy /Y "%CONFIG_PATH%" "%BACKUP_PATH%" >nul echo %GREEN%Backup created successfully.%RESET% ) else ( echo %YELLOW%[SKIP]%RESET% DedicatedServer.ini not found. ) echo. echo %CYAN%[SO FAR SO GOOD]%RESET% Updating DragonWilds (ID: %APP_ID%)... echo %YELLOW%SteamCMD is running, please wait...%RESET% "%STEAMCMD_PATH%" +force_install_dir "%INSTALL_DIR%." +login anonymous +app_update %APP_ID% validate +quit echo. echo %CYAN%[Progressing well]%RESET% Restoring your owner ID and settings... if exist "%BACKUP_PATH%" ( if not exist "%INSTALL_DIR%RSDragonwilds\Saved\Config\WindowsServer\" ( mkdir "%INSTALL_DIR%RSDragonwilds\Saved\Config\WindowsServer\" ) copy /Y "%BACKUP_PATH%" "%CONFIG_PATH%" >nul echo. echo %GREEN%[GOOD STUFF m8]%RESET% Update finished. echo %GREEN%Your owner ID is safe and server updated successfully!%RESET% ) else ( echo. echo %RED%[ERROR] No backup found. You may need to enter your owner ID again manually in your ini, sorry m8.%RESET% ) echo. echo %CYAN%------------------------------------------------------------%RESET% echo You can now close this window and start your server. pause

Where can I compare Dedicated Servers/Windows with similar entries?+

Open the Buildings collection to compare it with other entries from RuneScape: Dragonwilds.

When was this page updated?+

The information on this page was last checked on 2026-09-20.