# How Saves Work on Your Starrupture Server (/docs/starrupture/manual-save)



Starrupture autosaves at a configurable interval set in `DSSettings.txt`:

```json
{
  "SaveGameInterval": 300
}
```

Default is `300` seconds (5 minutes). The save file is stored in the session folder matching `SessionName`.

> There is no documented manual save command. Rely on the autosave interval. Lower it if you want more frequent saves.

Related Guides [#related-guides]

* [Server Configuration](/docs/starrupture/server-configuration)
* [Upload a Save](/docs/starrupture/import-save)
