Does Updating Rust Server DELETE OXIDE?? | Rust Admin Academy |
Table of Contents
Introduction
This tutorial provides a step-by-step guide on updating your Rust server while managing the Oxide plugin. It addresses common concerns, such as whether updating the server will delete Oxide and how to properly wipe your server data. Following these steps will ensure your server runs smoothly after an update.
Step 1: Check Server and Oxide Versions
Before proceeding with updates, confirm that your server and Oxide versions are outdated.
- Launch your Rust server.
- Use the following commands in your server console:
version
to check your Rust version.oxide.version
to check your Oxide version.
- Compare the displayed versions with the latest available versions on uMod.
Step 2: Prepare for Wiping the Server
If you decide to wipe your server, you need to manage specific files.
-
Shut down your Rust server.
-
Navigate to your server's folder, typically located in your installation directory.
-
Identify the following file types:
- Player Information Files: These include player states, identities, and blueprints.
- Map Saves: If you want to wipe the map, delete the corresponding save files.
-
If you wish to retain player blueprints, do not delete those files.
Step 3: Update Server and Oxide
With the server prepared, you can now proceed to update both Rust and Oxide.
-
Open your batch file (e.g.,
start.bat
) using Notepad++ or a text editor. -
Modify the map seed or size as necessary:
<map_seed> <map_size>
-
Save the changes.
-
Run the updater file (e.g.,
updater.bat
) to download the latest Rust updates. This may take a few minutes.
Step 4: Reinstall Oxide
After updating Rust, you need to reinstall Oxide.
- Download the latest version of Oxide from uMod.
- Extract the downloaded ZIP file to your Rust server folder.
- Drag and drop the extracted
oxide
folder into the main Rust server directory, replacing existing files as prompted.
Step 5: Verify Updates
After reinstalling Oxide, verify that both Rust and Oxide are up to date.
- Start your Rust server again.
- Use the commands:
version
to check Rust's version.oxide.version
to ensure Oxide is functioning.
- Compare the versions with the latest from uMod.
Step 6: Clean Up Data Files
During a wipe cycle, consider deleting specific data files that you do not want to carry over.
- Navigate to the
oxide/data
folder. - Identify and delete files that should not persist through wipes, such as:
player_unstored_data
(if applicable)backpacks
(optional, if not managed by plugins)teleportation
data files
Conclusion
By following these steps, you can effectively update your Rust server and manage the Oxide plugin without losing essential data. Regular updates and clean-ups are vital for maintaining a healthy and enjoyable gaming environment. For further assistance or tutorials, consider subscribing to Rust Admin Academy for more insights on server management.