Does Updating Rust Server DELETE OXIDE?? | Rust Admin Academy |

3 min read 1 year ago
Published on Aug 03, 2024 This response is partially generated with the help of AI. It may contain inaccuracies.

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.

  1. Launch your Rust server.
  2. Use the following commands in your server console:
    • version to check your Rust version.
    • oxide.version to check your Oxide version.
  3. 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.

  1. Shut down your Rust server.

  2. Navigate to your server's folder, typically located in your installation directory.

  3. 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.
  4. 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.

  1. Open your batch file (e.g., start.bat) using Notepad++ or a text editor.

  2. Modify the map seed or size as necessary:

    <map_seed>
    <map_size>
    
  3. Save the changes.

  4. 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.

  1. Download the latest version of Oxide from uMod.
  2. Extract the downloaded ZIP file to your Rust server folder.
  3. 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.

  1. Start your Rust server again.
  2. Use the commands:
    • version to check Rust's version.
    • oxide.version to ensure Oxide is functioning.
  3. 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.

  1. Navigate to the oxide/data folder.
  2. 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.