How to prepare your Rust server for a wipe

Wipes are a regular part of Rust. Every first Thursday of the month, the mandatory "force wipe" takes place, but many servers wipe more frequently. Proper preparation ensures a smooth transition.

Types of wipes

  • Map wipe: the world is reset. All buildings, vehicles and loot disappear. Players keep their blueprints.
  • Blueprint wipe (BP wipe): all learned blueprints are reset. Players start over learning recipes.
  • Full wipe: both the map and blueprints are reset.

Step 1: Create a backup

Make a backup before wiping, in case you need to retrieve something:

  • Download your current map files (*.map and *.sav files) via SFTP or the file manager.
  • Keep a copy of your oxide or carbon folder with plugin configurations.
  • Save the server.cfg file separately.

Step 2: Update Oxide/uMod plugins

  1. Check umod.org for available updates for your plugins.
  2. Download the latest versions and upload them to oxide/plugins.
  3. Watch for changelogs that mention breaking changes requiring configuration adjustments.
  4. Some plugins have wipe-specific settings you can configure in advance.

Step 3: Perform the map wipe

  1. Stop the server via the game panel.
  2. Delete the .map and .sav files in the root directory of your server (but not your configuration files).
  3. Want a BP wipe too? Also delete the player.blueprints.*.db file.
  4. Optionally: change the server.seed in server.cfg for a new map layout.
  5. Restart the server. A new map is generated automatically.

Step 4: Inform players

  • Announce the wipe at least 24 hours in advance on your Discord server or website.
  • Specify the wipe type (map, BP or full) and the exact date and time.
  • Communicate any new rules, plugins or map settings.

After the wipe

  • Verify all plugins load correctly.
  • Test the new map by logging in yourself.
  • Monitor server performance in the first hours after the wipe, as that is when the server is busiest.

Tip: at HostValues you can rent a Rust server with easy wipe management via the panel.


Still stuck? Open a support ticket, our team is happy to help.

Back to the knowledge base