# How to Upload a Save to Your Enshrouded Server (/docs/enshrouded/import-save)



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

Local Save Locations [#local-save-locations]

**Steam Cloud enabled:**

```
C:\Program Files (x86)\Steam\userdata\[steamid]\1203620\remote
```

**Steam Cloud disabled:**

```
C:\Users\[user]\Saved Games\Enshrouded
```

Save File Names [#save-file-names]

| World | File Name                    |
| :---: | ---------------------------- |
|   1   | `3ad85aea` + `3ad85aea_info` |
|   2   | `3bd85c7d`                   |
|   3   | `38d857c4`                   |

Uploading [#uploading]

1. Stop your server
2. In the [XGamingServer Panel](https://panel.xgamingserver.com), click **Files**
3. Navigate to `savegame/`
4. Upload the save file (must be named `3ad85aea` for world slot 1)
5. Start the server

Backup [#backup]

Always back up the entire `savegame/` folder before changes.

Related Guides [#related-guides]

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