Home Rust Setting Up a Rust Server with PvE Mode

Setting Up a Rust Server with PvE Mode

Last updated on Feb 13, 2025

By default, Rust is a PvP survival game, but some server owners prefer PvE gameplay where players can cooperate, build, and explore without the threat of player combat. Setting up a PvE Rust server requires adjusting damage settings, raiding rules, and AI behavior.

This guide will walk you through enabling PvE mode, disabling player damage, and configuring AI behavior using VolticHost Game Panel.


πŸ“Œ Prerequisites


1️⃣ Disable Player Damage and PvP Combat

  1. Log in to VolticHost Game Panel.

  2. Click on your Rust server.

  3. Navigate to the Console tab.

  4. Enter the following command to disable player damage:

    server.pve true
    
  5. Prevent players from damaging each other:

    server.damageplayerfalse
    
  6. Press Enter to apply the changes.

βœ… PvP is now disabled, and your server is in PvE mode!


2️⃣ Prevent Raiding and Structure Damage

To stop players from destroying bases, disable structure damage:

  1. Open the Console tab.

  2. Enter the command:

    server.decay false
    
  3. Disable explosive damage to structures:

    server.bulletdamagemultiplier 0
    server.meleedamagemultiplier 0
    server.explosivedamagemultiplier 0
    
  4. Press Enter to apply the changes.

βœ… Players can no longer raid each other’s bases!


3️⃣ Modify NPC Behavior for PvE Playstyle

If you want AI enemies like Scientists and Bradley APC to remain aggressive, keep PvE engaging by adjusting their behavior:

npc.enabled true
npc.damage true
npc.spawn_max_population_military_tunnels 10
  • npc.enabled true β†’ Keeps AI enemies active.

  • npc.damage true β†’ Allows AI to attack players.

  • npc.spawn_max_population_military_tunnels 10 β†’ Adjusts AI difficulty in key areas.

βœ… Your Rust server now features PvE combat against AI!


4️⃣ Use Oxide for Advanced PvE Customization

If you need more control over PvE mechanics, install TruePVE from uMod:

  1. Install Oxide from the Mod Manager.

  2. Download TruePVE from uMod and upload the .cs file to:

    /oxide/plugins/
    
  3. Edit the TruePVE.json config file to customize damage rules, PvE zones, and player interactions.

  4. Restart the server.

βœ… Oxide now gives you complete control over your PvE server!


5️⃣ Restart the Server to Apply Changes

  1. Navigate to the Console tab in VolticHost Game Panel.

  2. Click Stop to shut down the server.

  3. Wait a few seconds, then click Start to relaunch the server with PvE settings.

βœ… Your Rust server is now running in PvE mode!


πŸŽ‰ Conclusion

You've successfully set up a Rust server with PvE mode, disabled raiding, and configured AI combat using VolticHost Game Panel! Your players can now explore, build, and fight AI enemies without PvP conflicts. πŸš€

For more assistance, contact VolticHost Support.