NolimitHost
Last updated: September 18, 2026
Your SCUM world is stored as a single SQLite database split across three files. This guide shows you how to upload an existing save so your server loads it.
On the server, the save is in SCUM/Saved/SaveFiles/. It consists of three files that always travel together:
| File | Contents |
|---|---|
SCUM.db | The database: world, bases, vehicles, characters, and progress. |
SCUM.db-wal | Write-ahead log of the database. |
SCUM.db-shm | Shared-memory file for the write-ahead log. |
The file name is always SCUM.db - it is not based on the server name.
In the NolimitHost Game Panel, select your SCUM server and stop it from the Console page. The server writes to the database constantly while it runs, so it must be stopped first.
SCUM/Saved/SaveFiles/.SCUM.db, SCUM.db-wal, and SCUM.db-shm..db-wal or .db-shm behind, they can overwrite parts of the database you upload on the next start. Always delete all three before uploading.
SCUM.db.SCUM.db, -wal, and -shm) together rather than just the .db, so the database state is consistent.
SCUM/Saved/SaveFiles/, including any SCUM_XXXXX.db-backup files the server created.To restore, stop the server, delete the current files, upload the backup set, and start again.
This website uses cookies to ensure security, session management, and basic functionality. For details on all cookies used and how to manage your preferences, please see our Privacy Policy.