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:
Normal Way
- 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.map
and.sav
file extensions.Blueprints:
deleteplayer.blueprints.db
file extension.Death records:
delete the deaths.db file extension.
- Start your server.
Easy Way
- Log in to your game control panel.
- Stop your server.
- Click on the
Wipe Server
button.
- Tick the checkboxes for the items you want to delete.
- Click
Execute.
- Your server will now be wiped.
Wiping on a Scheduled Task
- Log in to your game control panel.
- Click on
Scheduled Tasks.
- Click
New
to create a new task. - Select
Wipe Server.
- Choose the type of task and set the start times.
- Click on the
Script Parameters
tab and select what you want to wipe. - Click the
Advanced
tab and specify the server's behavior if players are connected during the wipe. - Click
Save
to finalize the scheduled task.
Wiping on Wipe Day Using a Scheduled Task:
- Log in to your game control panel.
- Click on
Scheduled Tasks.
- Click
New
to create a new task. - Select
Wipe on Rust wipe day.
- Set the type to daily and choose the desired time
(e.g., 8 PM).
- Configure the items you want to wipe in the
Script Parameters
tab. - Use the
Advanced
tab to set the server's response if players are connected during the wipe.
- Click
Save
to complete the process.