# How to Upload a Save to Your RuneScape: Dragonwilds Server (/docs/runescape-dragonwilds/import-save)



import { Step, Steps } from 'fumadocs-ui/components/steps';

The server loads the latest `.sav` file from `RSDragonwilds/Saved/Savegames/`. If the folder is empty, it creates a new default world.

> **DO NOT rename save files.** The server expects the original filename. Renaming causes progress loss.

Upload a Save [#upload-a-save]

<Steps>
  <Step>
    Find your local save [#find-your-local-save]

    On your PC, save files are at:

    ```
    C:\Users\YourUsername\AppData\Local\RSDragonwilds\Saved\SaveGames\
    ```
  </Step>

  <Step>
    Stop the server [#stop-the-server]

    In the [XGamingServer Panel](https://panel.xgamingserver.com), go to **Console** and stop the server.
  </Step>

  <Step>
    Back up existing saves [#back-up-existing-saves]

    In **Files**, navigate to `RSDragonwilds/Saved/Savegames/` and download any existing save files as a backup.
  </Step>

  <Step>
    Clear the Savegames folder [#clear-the-savegames-folder]

    Delete all files inside `RSDragonwilds/Saved/Savegames/` — but **do not delete the folder itself**.
  </Step>

  <Step>
    Upload your save [#upload-your-save]

    Upload your `.sav` file to `RSDragonwilds/Saved/Savegames/`. **Do not rename it.**
  </Step>

  <Step>
    Start the server [#start-the-server]

    Start from **Console**. The server loads the uploaded world.
  </Step>
</Steps>

Create a Custom World and Upload [#create-a-custom-world-and-upload]

To use a world with custom settings (Standard, Custom, Creative):

1. Run Dragonwilds locally via Steam
2. Create a new world with your desired settings
3. Enter the world and wait for textures to load (\~1–2 minutes)
4. Exit the world
5. Follow the upload steps above — copy the `.sav` from your local `SaveGames` to the server

Related Guides [#related-guides]

* [Server Configuration](/docs/runescape-dragonwilds/configure-your-server)
* [World Management](/docs/runescape-dragonwilds/world-management)
