Rust | How to wipe your rust server
In this comprehensive guide designed specifically for Rust game server hosting, we will explore three powerful methods to wipe your server effectively, offering options for every hosting style and preference.
Understanding Rust Wipes (Important)
Rust performs an official force wipe on the first Thursday of every month.
On this day:
- The Rust server files are updated
- The map is typically wiped
- Many servers also wipe blueprints
Because of this, our control panel provides two different wipe scheduling options, which behave differently.
Understanding this difference is important before setting up automated wipes.
Normal Way (Manual File Deletion)
This method gives you full manual control over what gets deleted.
- Log in to your game control panel.
- View your game service and stop the server.
- Open the file manager.

- Navigate to the folder
server/my_server_identity.

- You can delete the following:
- Map and Save files: delete the
.mapand.savfile extensions. - Blueprints: delete
player.blueprints.db. - Death records: delete
deaths.db.
- Map and Save files: delete the
- Start your server.
This method is best for:
- Full manual control
- One-off wipes
- Troubleshooting specific save issues
Easy Way (Manual Button)
This method automates the deletion process for you.
- Log in to your game control panel.
- Stop your server.
- Click on the
Wipe Serverbutton.

- Tick the checkboxes for the items you want to delete.
- Click
Execute.

- Your server will now be wiped.
This performs an immediate wipe and does not relate to Rust’s monthly force wipe unless you manually run it on that day.
Scheduled Wipes
There are two different scheduled wipe types available. They are not the same.
Option 1: Wipe Server (Standard Scheduled Wipe)
This is a normal scheduled wipe that runs exactly according to the schedule you configure.
How it works:
- Runs on the exact date/time you configure
- Can be weekly, monthly, or custom
- Does NOT automatically detect Rust's monthly force wipe
- Will run even if it falls on the first Thursday
Setup Instructions:
- Log in to your game control panel.
- Click on
Scheduled Tasks. - Click
Newto create a new task. - Select
Wipe Server. - Choose the schedule type and set the start times.
- Click on the
Script Parameterstab and select what you want to wipe. - Click the
Advancedtab and specify the server's behavior if players are connected. - Click
Save.
Important Limitation:
The scheduler does not support advanced patterns like:
- "First Thursday of the month"
- "Every Thursday except the first Thursday"
If you schedule this to run weekly on Thursdays, it will also run on Rust’s force wipe day.
Option 2: Wipe on Rust Wipe Day (Force Wipe Aware)
This option is specifically designed to align with Rust’s official monthly wipe.
How it works:
- The task should be set to run daily at a chosen time
- The system internally detects Rust’s force wipe day
- It will only execute on the first Thursday of the month
- It will not run on other days
Setup Instructions:
- Log in to your game control panel.
- Click on
Scheduled Tasks. - Click
New. - Select
Wipe on Rust wipe day. - Set the schedule type to Daily.
- Choose your desired execution time (e.g., 20:00).
- Configure wipe options in
Script Parameters. - Configure behavior in the
Advancedtab. - Click
Save.

Recommended Configuration
For most servers:
- Use Wipe on Rust wipe day for the monthly force wipe.
- Use Wipe Server for weekly or custom wipes.
If you want:
- Weekly wipes
- But to skip Rust’s monthly force wipe day
This cannot currently be configured directly in the scheduler interface and may require custom logic.
Summary of Differences
| Feature | Wipe Server | Wipe on Rust wipe day |
|---|---|---|
| Manual or Scheduled | Both | Scheduled Only |
| Weekly scheduling | Yes | No |
| Monthly numeric date scheduling | Yes | No |
| Detects first Thursday automatically | No | Yes |
| Designed for Rust force wipe | No | Yes |
If you are unsure which option to use, we recommend using Wipe on Rust wipe day for monthly wipes and Wipe Server for any additional weekly wipes.