RuneScape: Dragonwilds Worlds, Saves and Backups
Where Dragonwilds saves live, how the server picks which world to load, how to upload an existing world safely, and how to back up before an update.
Everything your group has built in Ashenfall lives in a single save file on your server. This page covers where that file is, how the server decides which world to load, how to move an existing world onto a server, and how to back it up before you need to.
The three facts that explain most world problems
1. The server loads the most recent
.savfile it finds in its save folder. 2. If it finds none, it creates a new world named after your Default World Name setting. 3. Changing that setting later does not rename an existing world — the name travels with the save.
Where saves live
Jagex documents the layout, and it is the same on a hosted server:
| What | Where |
|---|---|
| World saves | RSDragonwilds/Saved/Savegames |
| Server log | RSDragonwilds/Saved/Logs/RSDragonwilds.log |
| Server config file | RSDragonwilds/Saved/Config/LinuxServer/DedicatedServer.ini |
| Your local saves (your own PC) | C:\Users\<your_username>\AppData\Local\RSDragonwilds\Saved\SaveGames |
You can reach the server-side paths through your panel's file manager or over SFTP.
A note on the config path
Jagex's guide points at
Saved/Config/Linux/. On our platform the server's configuration lives underSaved/Config/LinuxServer/. Either way you should not need to edit it — your panel settings are re-applied to the game on every start and override what is in the file. See Server settings and startup variables.
How the server picks a world
Jagex states the rule precisely:
"When a Dedicated Server starts, it loads the latest
.savfile available inRSDragonwilds/Saved/Savegames. If the folder doesn't contain a.savfile, the dedicated server will create a default Standard world with the default config.ini values applied."
Two consequences worth internalising:
The newest file wins. If you drop a second .sav into that folder, the server loads whichever is most recent — not whichever you meant. This is the single most common way people accidentally roll their world back.
A world's name is baked in. The Default World Name setting names a world at the moment the server creates it. After that, the name lives in the save. Renaming the setting on a server that already has a world changes nothing that players can search for.
"My world reset itself"
It almost certainly did not. Either the save folder was emptied (so the server created a fresh Standard world on the next boot), or a different, newer
.savfile is present and the server is loading that instead. Check the folder contents and the file timestamps before assuming data loss — and do not start the server again until you have, because another boot can create yet another save.
Uploading an existing world
Moving a world from your own PC to the server is a file copy — but the order matters, and getting it wrong is how people lose things. Jagex's own procedure:
- Stop the server. Not "restart later" — stopped, now. Copying files under a running server is how saves get corrupted.
- Back up what is already there. Copy every file out of the server's
RSDragonwilds/Saved/Savegamesto somewhere safe first, even if you are certain you do not want it. - Empty
RSDragonwilds/Saved/Savegameson the server. This is the step that guarantees the server loads your world and not a leftover one, because the newest file wins. - Copy your local
.savfromC:\Users\<your_username>\AppData\Local\RSDragonwilds\Saved\SaveGamesinto the server'sRSDragonwilds/Saved/Savegames. - Start the server.
Once it is up, remember that players search for the world's own name, which is the name it had on your PC — not whatever your Default World Name setting says. If people cannot find it, that is usually why. See Server not showing up.
Step 3 is not optional
Skipping the "empty the folder" step is the classic failure. The server loads the newest
.sav, and if the world it generated on first boot happens to be newer than the one you just uploaded, it will load that instead — and you will conclude the upload failed when the files are sitting right there.
Creating a world with custom settings
There is no way to configure world generation options on the server itself. A dedicated server with an empty save folder always creates a default Standard world. If you want anything else — Custom, Creative, or particular settings — you generate it on your own PC first and upload it. Jagex's procedure:
- Launch RuneScape: Dragonwilds on your PC.
- Create a new world with the settings you want.
- Enter the world, then exit it. This is what makes the game actually write the save to disk.
- Follow the upload steps above.
Do this before you invite anyone
Deciding you want a Creative world after twenty hours of Standard means starting over. If your group has a preference, generate the world you want and upload it before the first session.
Backups
Jagex's official backup guidance is, in full, to copy the save files somewhere else and "rename the files to include the backup save in their names to makes things simpler". That is accurate, and it is a manual process that depends on you remembering.
Use your panel's backup feature instead — it captures the server's files without you having to identify which ones matter. How to create a backup covers the mechanics.
When to take one:
- Before any game update, and especially before the 1.0 release on 15 September 2026.
- Before uploading a world, on both sides — the one you are replacing and the one you are uploading.
- Before changing world-affecting settings.
- On a schedule, so that "before" is already handled. See How to setup Schedules.
A backup you have never restored is a hope, not a backup
Once, on a quiet evening, confirm you can actually get a world back from a backup. Finding out that your backups were capturing the wrong thing is much cheaper before you need them.
Restoring a world
The safe sequence, which is the upload procedure with a different source:
- Stop the server.
- Copy the current contents of
RSDragonwilds/Saved/Savegamessomewhere else — even the broken state. If the restore goes wrong you want the option of going back. - Empty
RSDragonwilds/Saved/Savegames. - Put the
.savyou are restoring into the now-empty folder, on its own. - Start the server and verify in-game before telling anyone it is fixed.
Never restore onto a running server
Stop it first, every time. Writing save files underneath a running game is how a recoverable problem becomes an unrecoverable one.
Running more than one world
A dedicated server runs one world at a time — the most recent .sav in the folder. To swap between worlds, stop the server, move the current save out, put the other one in on its own, and start again.
There is no in-game world-switching menu on a dedicated server. If you want two worlds available simultaneously, you need two servers.
Save integrity and restarts
Two pieces of Jagex guidance are worth carrying into any restart.
Before forcing a restart, Jagex advises that "users on Dedicated Servers are encouraged to collect any belongings from gravestones and rest at beds before forcing restarts of servers" — written explicitly "to protect save file integrity".
And always stop the server cleanly rather than killing it. A graceful stop lets the game finish writing its save. More on the restart cycle in How to update your server.
Jagex has fixed save-related bugs before
The 0.11.0.8 patch on 7 April 2026 resolved an issue so that "Players connecting to a dedicated server should not experience rollbacks on progress from previous sessions", and another where "config files were overwritten on server shutdown". Both are fixed — but they are a reminder that a game in active development is exactly when backups earn their keep.
Worlds and the 1.0 release
Jagex's position on wipes, stated in its FAQ before the launch date was announced, is that it is "endeavoring to avoid wipes whenever possible; this includes updates and our eventual full release."
That is an intention, not a guarantee, and it was written before 1.0 was scheduled. Jagex has announced no world migration step, no save format change and no wipe for 15 September 2026.
Announced, not observed
Everything in this section is Jagex's stated intent before the fact. The correct response to "they intend not to wipe worlds" is still to take a backup before the update. See Dragonwilds 1.0: what changes for server owners.
Quick reference
| Task | Key step |
|---|---|
| Find your saves | RSDragonwilds/Saved/Savegames |
| Which world loads? | The newest .sav in that folder |
| Empty folder? | Server creates a new Standard world |
| Upload a world | Stop → back up → empty the folder → copy in → start |
| Custom world settings | Generate on your PC, then upload |
| Rename a world | Not possible after creation — the name lives in the save |
| Restore | Stop → keep a copy of the current state → empty → place → start |
| Before any restart | Clear gravestones, rest at beds, stop cleanly |
Related
- Getting started with your RuneScape: Dragonwilds server
- Server settings and startup variables
- How to update your server
- Server not showing up
- How to upload files via SFTP · How to create a backup
Made with 💜 by GameServerKings

Need a RuneScape: Dragonwilds server?
Deploy an instantly-provisioned RuneScape: Dragonwilds server on high-clock hardware — DDoS protected, no contracts, cancel anytime.
From $7.80 /month