How to Enable Automatic Saving on Your Unturned Server

Published June 9, 2026 · By Host Havoc Technical Support Team

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

  1. Log in to the game panel.
  2. Navigate to Servers\UnturnedServerByHH\Rocket\ using the File Manager.
  3. Click the pencil icon next to Rocket.Unturned.config.xml.
  4. Find the line containing AutomaticSave and set Enabled="true".
  5. Set the save interval by editing the Interval value (in seconds). For example, to save every 5 minutes:
    <AutomaticSave Enabled="true" Interval="300" />
    
  6. 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.