How to Enable Automatic Saving on Your Unturned Server
Automatic saving periodically writes your world state to disk, reducing data loss if the server crashes unexpectedly. This feature is configured through RocketMod.
Before you start: Install RocketMod on your server first.
Enable automatic saving
- Log in to the game panel.
- Navigate to
Servers\UnturnedServerByHH\Rocket\using the File Manager. - Click the pencil icon next to
Rocket.Unturned.config.xml. - Find the line containing
AutomaticSaveand setEnabled="true". - Set the save interval by editing the
Intervalvalue (in seconds). For example, to save every 5 minutes:<AutomaticSave Enabled="true" Interval="300" /> - Save the file and restart the server.
The server will now save automatically at the interval you specified. Adjust Interval to a lower value for more frequent saves or a higher value to reduce disk activity.