# How to Upload a Save to Your Conan Exiles Server (/docs/conan-exiles/import-save)



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

Save File Location [#save-file-location]

| Map            | File            | Server Path                        |
| -------------- | --------------- | ---------------------------------- |
| Exiled Lands   | `game.db`       | `ConanSandbox/Saved/game.db`       |
| Isle of Siptah | `DLC_Siptah.db` | `ConanSandbox/Saved/DLC_Siptah.db` |

**Singleplayer (Windows):**

```
C:\Program Files (x86)\Steam\steamapps\common\Conan Exiles\ConanSandbox\Saved\
```

Uploading [#uploading]

<Steps>
  <Step>
    Stop your server from **Console** in the [XGamingServer Panel](https://panel.xgamingserver.com).
  </Step>

  <Step>
    Click **Files** and navigate to `ConanSandbox/Saved/`.
  </Step>

  <Step>
    Upload your `game.db` (or `DLC_Siptah.db`), replacing the existing file.
  </Step>

  <Step>
    Start the server from **Console**.
  </Step>
</Steps>

The save format is identical between singleplayer and dedicated — direct copy works.

Restoring a Backup [#restoring-a-backup]

The server creates auto-backups named `game_backup_1.db`, `game_backup_2.db`, etc.

<Steps>
  <Step>
    Stop the server.
  </Step>

  <Step>
    Rename the desired backup to `game.db`.
  </Step>

  <Step>
    Start the server.
  </Step>
</Steps>

Related Guides [#related-guides]

* [Server Configuration](/docs/conan-exiles/server-config)
* [Wipe & Reinstall](/docs/conan-exiles/wipe-reinstall)
