# How to Manage Saves on Your Satisfactory Server (/docs/satisfactory/save-management)



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

Save Location [#save-location]

* **Linux:** `~/.config/Epic/FactoryGame/Saved/SaveGames/server/`
* **Windows:** `%LocalAppData%\FactoryGame\Saved\SaveGames\server\`

Uploading a Save [#uploading-a-save]

Via Server Manager [#via-server-manager]

1. Open Server Manager in-game
2. Go to **Manage Saves** tab
3. Click **Upload Save** and select your local save file
4. Click **Load** to activate it

Via Files (Panel) [#via-files-panel]

1. Stop server
2. Upload `.sav` file to the saves directory via **Files**
3. Start server, open Server Manager, load the save from Manage Saves

Downloading a Save [#downloading-a-save]

Via Server Manager → Manage Saves → Download. Or via the HTTPS API.

Auto-Save [#auto-save]

Configure the autosave interval in Server Settings. Rotating autosave count is set in Engine.ini:

```ini
[/Script/FactoryGame.FGSaveSession]
mNumRotatingAutosaves=3
```

Blueprints [#blueprints]

Upload `.sbp` and `.sbpcfg` files to the `blueprints/` directory in the save folder. Restart for them to appear.

Reset Admin Password [#reset-admin-password]

Delete `ServerSettings.7777.sav` from the save directory and restart. The server must be re-claimed.

Related Guides [#related-guides]

* [Server Configuration](/docs/satisfactory/server-config)
