Home Rust
🏹

Rust

Setup, configuration, and optimization guides for your Rust server.
By Derek
β€’ 27 articles

Setting Up a Rust Server on VolticHost

Running your own Rust server allows you to customize gameplay, manage player communities, and control server settings. Whether you're hosting a PvP, PvE, or modded server, setting it up correctly ensures smooth performance and stability. This guide will walk you through setting up a Rust server, configuring startup settings, and launching it using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel 1️⃣ Install and Start Your Rust Server 1. Log in to VolticHost Game Panel. 2. Click on your Rust server. 3. Navigate to the Startup tab. 4. Confirm that the following fields are set: - Server Name: Choose a custom name for your server. - Server Port: 28015 (default Rust port). - Server Identity: A unique identifier for saving world data. - Max Players: Set the player cap (e.g., 50). 5. Click Save Changes. 6. Navigate to the Console tab and click Start to launch your server. βœ… Your Rust server is now online! 2️⃣ Configure Basic Server Settings 1. Navigate to the File Manager tab. 2. Open the following file for editing: /server/rust/cfg/server.cfg 3. Add or modify the following settings: server.hostname "My Rust Server" server.description "Welcome to our Rust server! Enjoy a fun experience." server.url "https://discord.gg/example" server.maxplayers 50 server.worldsize 4000 server.seed 12345 4. Click Save File. βœ… Your server settings are now customized! 3️⃣ Set Up RCON for Remote Server Management 1. In the Startup tab, locate RCON Port and RCON Password. 2. Set a secure RCON password to prevent unauthorized access. 3. Click Save Changes. 4. Use a tool like RustAdmin or BattleMetrics RCON to connect: - RCON Address: YourServerIP:28016 - RCON Password: (Your password) βœ… You can now manage your Rust server remotely! 4️⃣ 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 restart the server. βœ… Your Rust server is now fully configured and online! πŸŽ‰ Conclusion You've successfully set up and configured your Rust server using VolticHost Game Panel! Players can now join your server and experience custom gameplay settings. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Configuring Rust Server Rates and Multipliers

Adjusting gather rates, loot multipliers, and XP progression allows you to customize the Rust gameplay experience to suit PvE, PvP, or modded servers. Server owners can increase resource collection, modify loot tables, or tweak player progression to create a unique environment. This guide will walk you through changing gather rates, modifying loot multipliers, and adjusting XP progression using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - Basic knowledge of server commands and plugins 1️⃣ Adjust Gather Rates (Resource Multiplier) 1. Log in to VolticHost Game Panel. 2. Click on your Rust server. 3. Navigate to the Console tab. 4. Use the following command to change gather rates (replace 2.0 with your desired multiplier): gather.rate dispenser * 2.0 - dispenser * applies the multiplier to all resources (wood, stone, metal, etc.). - To modify specific resources: gather.rate dispenser Wood 3.0 gather.rate dispenser Stone 2.5 gather.rate dispenser MetalOre 2.0 5. Press Enter to apply the changes. βœ… Your gather rates are now increased! 2️⃣ Modify Loot Multipliers If you want to increase loot drops, install the BetterLoot plugin (requires Oxide). 1. Navigate to the File Manager tab. 2. Go to: /oxide/config/BetterLoot.json 3. Modify the LootMultiplier value: { "LootMultiplier": 2.5 } 4. Click Save File and restart the server. βœ… Loot drops are now modified! 3️⃣ Adjust XP Progression and Player Levels Rust no longer has a built-in XP system, but you can use the Skill Tree or Rust XP Rework plugins. To modify Scrap earn rates (RP/XP alternative): 1. Open Console in VolticHost Game Panel. 2. Enter the following command: economics.deposit * 50 - This gives every player 50 Scrap on login. - Modify the amount as needed. βœ… Players now earn Scrap faster! 4️⃣ 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 restart the server. βœ… Your Rust server rates and multipliers are now active! πŸŽ‰ Conclusion You've successfully adjusted gather rates, modified loot drops, and customized progression for your Rust server using VolticHost Game Panel! Your server is now optimized for faster or more balanced gameplay. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Setting Up Rust Server Permissions and Admin Roles

Managing server permissions and admin roles allows you to control who has access to commands, administrative powers, and special privileges on your Rust server. This is essential for moderation, staff management, and preventing abuse. This guide will walk you through adding admins, setting up permissions, and using Oxide for advanced role management using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - The Steam64 ID of the players you want to give admin or moderator access 1️⃣ Add an Admin to Your Rust Server 1. Log in to VolticHost Game Panel. 2. Click on your Rust server. 3. Navigate to the Console tab. 4. Add an admin using the following command (replace Steam64ID with the player's actual Steam ID): ownerid Steam64ID "Admin Name" 5. To save changes, type: server.writecfg 6. Restart the server to apply changes. βœ… The player now has full admin access! 2️⃣ Add a Moderator (Limited Admin Privileges) 1. Open the Console in VolticHost Game Panel. 2. Use this command to assign a moderator role: moderatorid Steam64ID "Moderator Name" 3. Save changes with: server.writecfg 4. Restart the server. βœ… The player now has moderator access with limited commands! 3️⃣ Remove an Admin or Moderator If you need to remove an admin or moderator, use the following commands: - Remove an admin: removeowner Steam64ID - Remove a moderator: removemoderator Steam64ID - Save changes: server.writecfg βœ… The player has been removed from admin/moderator roles! 4️⃣ Use Oxide for Advanced Permission Management If you're using Oxide, you can create custom admin roles with different permission levels. 1. Install Oxide from the Mod Manager in VolticHost Game Panel. 2. Open the Console and use: oxide.grant group admin some.permission oxide.grant user Steam64ID some.permission 3. To list available permissions, use: oxide.show perms βœ… Oxide permissions are now active on your 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 restart the server. βœ… Your Rust server permissions are now fully set up! πŸŽ‰ Conclusion You've successfully set up admin and moderator roles, managed Oxide permissions, and configured user access for your Rust server using VolticHost Game Panel! Your server now has properly assigned staff roles for better moderation. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Installing and Managing Plugins for a Rust Server

Plugins allow you to add custom features, modify gameplay mechanics, and improve server administration on your Rust server. Using Oxide/uMod, you can install and configure mods such as teleportation, kits, economy systems, and anti-cheat tools. This guide will walk you through installing Oxide, adding plugins, and configuring them using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - Plugins downloaded from uMod.org 1️⃣ Install Oxide/uMod for Plugin Support 1. Log in to VolticHost Game Panel. 2. Click on your Rust server. 3. Navigate to the Mod Manager tab. 4. Find and install Oxide (uMod). 5. Once installed, restart the server from the Console tab. βœ… Oxide is now installed, and your server supports plugins! 2️⃣ Download and Install Plugins 1. Go to uMod.org and search for a plugin. 2. Download the .cs file for the plugin. 3. Navigate to File Manager in VolticHost Game Panel. 4. Go to: /oxide/plugins/ 5. Upload the .cs file to this folder. 6. Restart the server to apply the plugin. βœ… The plugin is now installed and ready to use! 3️⃣ Configure Plugin Settings Some plugins have configurable settings stored in the config folder. 1. Navigate to: /oxide/config/ 2. Find the .json file matching your installed plugin. 3. Open and modify the file as needed. 4. Click Save File and restart the server. βœ… Your plugin is now customized for your server! 4️⃣ Manage Plugins Using Console Commands Most plugins have in-game commands. To see available commands for a plugin: 1. Open the Console in VolticHost Game Panel. 2. Type: oxide.plugins 3. To reload a plugin after editing: oxide.reload PluginName 4. To unload a plugin: oxide.unload PluginName 5. To remove a plugin, delete the .cs file from the /oxide/plugins/ folder. βœ… You can now manage your plugins efficiently! 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 restart the server. βœ… Your Rust server plugins are now fully functional! πŸŽ‰ Conclusion You've successfully installed, configured, and managed plugins for your Rust server using VolticHost Game Panel! Your server can now run custom mods, automated commands, and unique gameplay features. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Wiping a Rust Server and Starting Fresh

Wiping a Rust server resets the world, blueprints, or player data, allowing for a fresh start. Many servers follow a weekly or monthly wipe schedule to maintain fairness and improve performance. This guide will walk you through performing a full, map-only, or blueprint wipe using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - Knowledge of the type of wipe needed (Full, Map, or Blueprint Wipe) 1️⃣ Stop the Server Before Wiping 1. Log in to VolticHost Game Panel. 2. Click on your Rust server. 3. Navigate to the Console tab. 4. Click Stop to shut down the server. βœ… The server is now ready to be wiped! 2️⃣ Perform a Full Server Wipe (Map + Blueprints + Player Data) 1. Navigate to the File Manager tab. 2. Delete the following folders and files: /server/rust/ - Storage: Removes all player bases, structures, and blueprints. - User Data: Clears player information (inventory, positions, etc.). - World File: Resets the map to a fresh seed. 3. Restart the server to apply changes. βœ… Your Rust server has been fully wiped! 3️⃣ Perform a Map-Only Wipe (Preserve Blueprints and Player Data) 1. Go to File Manager. 2. Navigate to: /server/rust/ 3. Delete only the map file (.map). The filename looks like: Procedural Map_5000_987654321.map 4. Restart the server. βœ… Your Rust map is now wiped while keeping blueprints and player data! 4️⃣ Perform a Blueprint Wipe (Preserve Map and Player Data) 1. Go to File Manager. 2. Navigate to: /server/rust/ 3. Delete the following files: player.blueprints.XXX.db - This resets all researched blueprints. 4. Restart the server. βœ… Blueprints have been wiped, but player inventories and map data remain! 5️⃣ Change the Map Seed for a Fresh World If you want a new map without wiping blueprints or data: 1. Navigate to the Startup tab. 2. Locate Seed and World Size fields. 3. Change the seed number (e.g., 12345 to 67890). 4. Click Save Changes and restart the server. βœ… Your server now generates a brand-new world! 6️⃣ Restart the Server to Apply Wipe Changes 1. Navigate to the Console tab in VolticHost Game Panel. 2. Click Start to launch the server with the new settings. βœ… Your Rust server is now running with a fresh wipe! πŸŽ‰ Conclusion You've successfully wiped your Rust server, whether fully, map-only, or blueprint-only, using VolticHost Game Panel! Your server is now refreshed and ready for players to start over. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Changing the Map and World Size on a Rust Server

Customizing the map and world size on your Rust server allows you to create a unique gameplay experience. Whether you want a large open world for exploration or a small competitive PvP arena, adjusting these settings ensures your server matches your community’s needs. This guide will walk you through changing the map seed, selecting a custom map, and adjusting world size using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel 1️⃣ Change the Map Seed and World Size 1. Log in to VolticHost Game Panel. 2. Click on your Rust server. 3. Navigate to the Startup tab. 4. Locate the following settings: - World Size: Default is 4000 (smaller maps = faster gameplay). - Seed: A unique number that determines the map’s generation. 5. Enter a new seed and world size to generate a fresh world. 6. Click Save Changes. βœ… Your new Rust map settings are now applied! 2️⃣ Use a Custom Map from RustEdit To upload a custom map instead of a procedural one: 1. Download a RustEdit custom map (.map file) from RustEdit.io. 2. Navigate to File Manager in VolticHost Game Panel. 3. Go to: /server/rust/ 4. Upload the .map file to this folder. 5. Navigate to the Startup tab and locate Level. 6. Change the map type to: Custom 7. In the Custom Map File Name field, enter the exact name of your uploaded map (e.g., mycustommap.map). 8. Click Save Changes and restart the server. βœ… Your Rust server is now running a custom map! 3️⃣ Set a Pre-Made Procedural or Official Map If you want to use official Rust maps, select from the following options: - Procedural Map (Default) - Barren (Optimized for performance) - Hapis Island (Handcrafted map) - Savas Island (Small PvP-focused map) To change the map type: 1. Navigate to Startup. 2. Find the Level setting. 3. Select one of the following: Procedural Map Barren HapisIsland SavasIsland 4. Click Save Changes and restart the server. βœ… Your Rust server is now using a pre-made official map! 4️⃣ 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 launch the server with the new map. βœ… Your Rust server map settings are now fully updated! πŸŽ‰ Conclusion You've successfully changed your Rust server map, adjusted the world size, and uploaded custom maps using VolticHost Game Panel! Your server now has a fresh world tailored to your gameplay preferences. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Setting Up Server Rules and Announcements on a Rust Server

Adding server rules and automated announcements ensures players are informed about guidelines, upcoming events, and server updates. Automating messages keeps your community engaged and enforces rules without manual intervention. This guide will walk you through setting up server rules, configuring welcome messages, and automating announcements using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - (Optional) Oxide/uMod installed for advanced announcement features 1️⃣ Set a Welcome Message (Message of the Day - MOTD) 1. Log in to VolticHost Game Panel. 2. Click on your Rust server. 3. Navigate to the Startup tab. 4. Locate the Server Description field. 5. Enter a custom welcome message. Example: Welcome to our Rust server! No griefing, friendly community, and active admins. Join our Discord: discord.gg/example 6. Click Save Changes. βœ… Your welcome message will now appear when players join! 2️⃣ Set Up Automated Chat Announcements If you want automated in-game messages for server rules, wipe schedules, or event reminders: 1. Navigate to File Manager in VolticHost Game Panel. 2. Open or create the following config file: /oxide/config/BetterChat.json 3. Add a message rotation setup: { "Announcements": [ "⚠️ Server wipes every Friday at 4 PM UTC!", "πŸ“Œ Join our Discord for updates: discord.gg/example", "πŸš€ VIP perks available - check out our website!" ], "MessageInterval": 600 } - MessageInterval: Time (in seconds) between messages. (600 = 10 minutes) 4. Click Save File and restart the server. βœ… Your Rust server now sends automated announcements! 3️⃣ Display Server Rules in Chat 1. Open the Console tab. 2. Enter the following command to set up a rules message: say "⚠️ Server Rules: 1. No cheating 2. No griefing 3. Respect others" 3. If using Oxide, install the Rules GUI plugin from uMod. 4. Restart the server for changes to apply. βœ… Players can now see server rules via chat or GUI! 4️⃣ 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 the new settings. βœ… Your server rules and announcements are now active! πŸŽ‰ Conclusion You've successfully set up server rules, welcome messages, and automated announcements for your Rust server using VolticHost Game Panel! Players will now receive important updates and guidelines automatically. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Enabling and Configuring Decay on a Rust Server

Decay in Rust is a game mechanic that gradually destroys player-built structures over time. Properly configuring decay prevents abandoned bases from cluttering the world while ensuring active players can maintain their structures. This guide will walk you through enabling, modifying, or disabling decay rates using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel 1️⃣ Enable or Disable Decay 1. Log in to VolticHost Game Panel. 2. Click on your Rust server. 3. Navigate to the Console tab. 4. Use one of the following commands: - Enable decay: decay.scale 1 - Disable decay completely: decay.scale 0 5. Press Enter to apply changes. βœ… Your decay settings are now active! 2️⃣ Adjust Decay Speed for Different Structures Rust allows you to modify decay rates for different structure types. To increase or decrease decay speed, use the following commands in the Console tab: decay.upkeep_grief_protection 24 decay.bracket_0_costfraction 0.25 decay.bracket_1_costfraction 0.50 decay.bracket_2_costfraction 0.75 decay.bracket_3_costfraction 1.0 - decay.upkeep_grief_protection (Default: 24) β†’ Time (in hours) before decay protection is removed. - decay.bracket_X_costfraction β†’ Controls how much upkeep a base requires based on its size. Lower values reduce resource consumption. βœ… Decay is now adjusted to fit your server's balance! 3️⃣ Modify Tool Cupboard Upkeep Rates If you want to lower or increase the amount of resources required for upkeep, modify the upkeep cost: decay.upkeep_period_minutes 1440 decay.upkeep_heal_scale 0.5 - decay.upkeep_period_minutes (Default: 1440 = 24 hours) β†’ How often resources are consumed from the Tool Cupboard. - decay.upkeep_heal_scale (Default: 0.5) β†’ Adjusts how quickly bases repair when upkeep is available. βœ… Players now have more control over base upkeep costs! 4️⃣ 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 the new decay settings. βœ… Your Rust server decay system is now fully configured! πŸŽ‰ Conclusion You've successfully enabled, modified, or disabled decay settings for your Rust server using VolticHost Game Panel! Your server now has balanced decay mechanics that encourage active gameplay while preventing base clutter. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Setting Up a Rust Server with PvE Mode

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 - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - (Optional) Oxide/uMod installed for additional PvE management 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.

Last updated on Feb 13, 2025

Installing and Using Rust Admin Tools for Server Management

Managing a Rust server efficiently requires the right admin tools to monitor players, enforce rules, and prevent cheating. Tools like RustAdmin, BattleMetrics RCON, and Oxide/uMod allow you to ban players, run commands, and manage the server remotely. This guide will walk you through installing and using Rust admin tools using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - (Optional) Oxide/uMod installed for advanced admin plugins 1️⃣ Enable RCON for Remote Administration 1. Log in to VolticHost Game Panel. 2. Click on your Rust server. 3. Navigate to the Startup tab. 4. Locate RCON Password and set a secure password. 5. Click Save Changes. βœ… RCON is now enabled for remote server management! 2️⃣ Connect to Your Server Using RustAdmin RustAdmin is a popular RCON tool for managing Rust servers. 1. Download RustAdmin from rustadmin.com. 2. Open the application and go to the Configuration tab. 3. Enter your server details: - IP: Your server’s IP address - Port: 28016 (RCON default port) - Password: Your RCON password 4. Click Connect. βœ… You can now manage your Rust server remotely using RustAdmin! 3️⃣ Run Admin Commands in RustAdmin Once connected, you can execute commands such as: - Kick a player: kick SteamID "Reason" - Ban a player: ban SteamID "Cheating" - Teleport a player: teleportplayer SteamID X Y Z - Give items to a player: giveitem SteamID "rifle.ak" 1 - Broadcast a message to all players: say "Server event starting soon!" βœ… Your server is now manageable via RustAdmin! 4️⃣ Use BattleMetrics for Advanced Server Tracking BattleMetrics is a web-based RCON tool that provides player tracking, live banning, and automated commands. 1. Visit BattleMetrics.com. 2. Create an account and add your server. 3. Enter your RCON details (IP, Port, and Password). 4. Use the BattleMetrics dashboard to: - Monitor players in real time. - Ban cheaters permanently. - Automate scheduled messages and commands. βœ… BattleMetrics is now tracking your server! 5️⃣ Install Oxide for In-Game Admin Management Oxide allows you to manage admins and permissions in-game. 1. Install Oxide (uMod) from the Mod Manager in VolticHost Game Panel. 2. Use these commands to assign admin roles: - Give admin privileges: oxide.grant user SteamID admin - Remove admin privileges: oxide.revoke user SteamID admin - List all permissions: oxide.show perms βœ… Oxide is now installed for advanced admin controls! 6️⃣ 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 admin tools. βœ… Your Rust server now has full admin management capabilities! πŸŽ‰ Conclusion You've successfully installed Rust admin tools, configured RCON, and set up remote server management using VolticHost Game Panel! You can now monitor players, enforce rules, and prevent cheating efficiently. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Setting Up and Managing Rust Server Blueprints

Blueprints in Rust control which items players can craft and require them to be unlocked through gameplay. Server owners can enable, disable, or modify blueprints to change progression speed, balance PvP, or create unique gameplay experiences. This guide will walk you through resetting blueprints, unlocking them for all players, and managing progression using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - (Optional) Oxide/uMod installed for advanced blueprint management 1️⃣ Wipe All Blueprints (Reset Progression) If you want all players to start fresh with no blueprints unlocked: 1. Log in to VolticHost Game Panel. 2. Click on your Rust server. 3. Navigate to the File Manager tab. 4. Delete the following file: /server/rust/player.blueprints.db 5. Restart the server. βœ… Blueprint progression has been fully wiped! 2️⃣ Unlock All Blueprints for Every Player To allow players to craft all items without unlocking them: 1. Open the Console tab. 2. Enter the following command: server.unlockall true 3. Press Enter to apply the change. βœ… All blueprints are now automatically unlocked for every player! 3️⃣ Adjust Blueprint Unlock Rate (For Balanced Progression) To increase or decrease how quickly players unlock blueprints: 1. Open the Console tab. 2. Adjust the blueprint scrap cost multiplier: server.scrapcostmultiplier 0.5 - 1.0 β†’ Default blueprint cost. - 0.5 β†’ Blueprints cost half the normal scrap amount. - 2.0 β†’ Blueprints cost twice as much scrap. 3. Press Enter to save the setting. βœ… Players now unlock blueprints at a custom rate! 4️⃣ Restrict Certain Blueprints (Block Specific Items) If you want to prevent players from unlocking or crafting specific blueprints, install NoBluePrints from uMod. 1. Install Oxide (uMod) from the Mod Manager. 2. Download NoBluePrints from uMod. 3. Upload the .cs file to: /oxide/plugins/ 4. Open: /oxide/config/NoBluePrints.json 5. Add the names of items you want to block from blueprints: "BlockedBlueprints": [ "rifle.ak", "explosive.timed", "rocket.launcher" ] 6. Click Save File and restart the server. βœ… Blocked items can no longer be researched or crafted! 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 updated blueprint settings. βœ… Blueprint management settings are now active! πŸŽ‰ Conclusion You've successfully reset, unlocked, or customized blueprints for your Rust server using VolticHost Game Panel! Your server now has customized crafting progression to fit your gameplay style. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Setting Up Rust Server Voting Rewards

Allowing players to vote for your Rust server on community listing sites increases visibility and attracts more players. By setting up voting rewards, you can incentivize players to vote daily by offering in-game items, resources, or currency. This guide will walk you through configuring server voting rewards using VoteReward and integrating a server with Rust voting sites using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - Oxide/uMod installed (required for VoteReward plugin) - Registered on Rust server listing sites (e.g., Rust-Servers.net, TrackyServer) 1️⃣ Install VoteReward Plugin 1. Log in to VolticHost Game Panel. 2. Navigate to Mod Manager and install Oxide (uMod). 3. Download VoteReward from uMod. 4. Upload the VoteReward.cs file to: /oxide/plugins/ 5. Restart the server to apply changes. βœ… VoteReward is now installed on your server! 2️⃣ Register Your Server on Voting Websites 1. Go to Rust-Servers.net or TrackyServer.com. 2. Create an account and add your server (enter IP, port, and details). 3. Copy the API key from the website. βœ… Your Rust server is now listed for voting! 3️⃣ Configure VoteReward for In-Game Rewards 1. Navigate to File Manager in VolticHost Game Panel. 2. Open: /oxide/config/VoteReward.json 3. Modify the reward settings. Example: { "Rewards": [ { "Command": "inventory.giveto {player} scrap 50", "Message": "πŸŽ‰ Thanks for voting! You've received 50 Scrap." }, { "Command": "inventory.giveto {player} wood 1000", "Message": "🌲 You've also received 1,000 Wood!" } ], "VoteSiteAPIKey": "YOUR-API-KEY-HERE" } 4. Replace "YOUR-API-KEY-HERE" with the API key from the voting site. 5. Click Save File and restart the server. βœ… Players now receive in-game rewards for voting! 4️⃣ Test Voting System 1. Go to the voting site and vote for your server. 2. Join your Rust server. 3. Run the command: votereward check 4. If configured correctly, you’ll receive the set rewards. βœ… The voting system is now fully functional! 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 the new voting rewards. βœ… Your Rust server is now configured with voting rewards! πŸŽ‰ Conclusion You've successfully set up server voting rewards for your Rust server using VolticHost Game Panel! Players can now vote for your server and receive in-game rewards, helping boost your server’s ranking and player count. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Setting Up Rust Server Auto Restart and Performance Monitoring

Auto-restarting your Rust server ensures stability, prevents crashes, and improves performance by clearing memory leaks and optimizing resource usage. Setting up scheduled restarts and performance monitoring helps maintain a smooth and lag-free gameplay experience for players. This guide will walk you through configuring auto restarts, monitoring server performance, and optimizing uptime using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - (Optional) Oxide/uMod installed for advanced restart management 1️⃣ Schedule Automatic Server Restarts 1. Log in to VolticHost Game Panel. 2. Click on your Rust server. 3. Navigate to the Schedules tab. 4. Click Create New Schedule. 5. Set a name (e.g., "Daily Restart") and choose a restart time (e.g., every 12 hours). 6. Click Create Schedule. βœ… Your Rust server now has a scheduled restart time! 2️⃣ Add a Restart Task to the Schedule 1. Under the created Restart Schedule, click New Task. 2. Select Send Power Action as the task action. 3. Set the action to Restart Server. 4. (Optional) Enable Ignore Server Status to restart even if the server is running. 5. Click Create Task. βœ… Your Rust server will now automatically restart at the set time! 3️⃣ Monitor Server Performance To track memory usage, CPU load, and uptime: 1. Navigate to the Statistics tab in VolticHost Game Panel. 2. Monitor CPU, RAM, and online player count. 3. If CPU usage is constantly high, consider reducing entity count with: entity.count 4. To remove unused entities and optimize performance, run: entity.cleanup βœ… Your server is now being monitored for performance issues! 4️⃣ Install Oxide Plugin for Advanced Restart Management (Optional) For more control over in-game warnings before restarts, install TimedExecute: 1. Navigate to Mod Manager in VolticHost Game Panel. 2. Install Oxide (uMod). 3. Download TimedExecute from uMod. 4. Upload the TimedExecute.cs file to: /oxide/plugins/ 5. Open the TimedExecute.json file in File Manager and add: { "Commands": [ { "Time": "11:55", "Command": "say ⚠️ Server restarting in 5 minutes!" }, { "Time": "12:00", "Command": "restart" } ] } 6. Click Save File and restart the server. βœ… Your server now sends restart warnings before rebooting! 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 automated restarts. βœ… Your Rust server now auto-restarts and is optimized for stability! πŸŽ‰ Conclusion You've successfully set up automatic server restarts, configured performance monitoring, and added scheduled warnings for your Rust server using VolticHost Game Panel! Your server will now run more efficiently, preventing crashes and lag spikes. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Setting Up a Rust Server with a No-Kill Zone (Safe Zone)

Creating a No-Kill Zone (Safe Zone) on a Rust server allows players to trade, build, and socialize without the risk of PvP combat. This is useful for community servers, RP servers, and PvE environments. This guide will walk you through creating a no-kill zone, preventing player damage, and managing PvP-free areas using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - Oxide/uMod installed for plugin-based safe zone management 1️⃣ Install ZoneManager for Custom Safe Zones 1. Log in to VolticHost Game Panel. 2. Navigate to Mod Manager and install Oxide (uMod). 3. Download ZoneManager from uMod. 4. Upload the ZoneManager.cs file to: /oxide/plugins/ 5. Restart the server to activate the plugin. βœ… ZoneManager is now installed for safe zone creation! 2️⃣ Create a Safe Zone Using ZoneManager 1. Open the Console tab in VolticHost Game Panel. 2. Fly to the location where you want the No-Kill Zone. 3. Run the command to create a new zone: zone_add 4. Get the zone ID by typing: zone_list 5. Apply safe zone settings to prevent player damage and raiding: zone_edit ZoneID nobuild true zone_edit ZoneID nodecay true zone_edit ZoneID noplayerdamage true zone_edit ZoneID npcsafe true βœ… Players inside the zone are now protected from PvP and raiding! 3️⃣ Customize Safe Zone Properties To prevent item looting inside the safe zone, use: zone_edit ZoneID undestr true To disable weapon usage, use: zone_edit ZoneID noweapon true To automatically kill players who attack others in the safe zone, enable: zone_edit ZoneID kill true βœ… Your safe zone now has full protection and restrictions! 4️⃣ Add Safe Zone Spawn Protection If you want new players to spawn in the safe zone: 1. Install the Spawns Database plugin from uMod. 2. Set a spawn point inside the safe zone with: spawns add SafeZoneSpawn 3. Assign it to new players using: spawns setdefault SafeZoneSpawn βœ… New players now spawn safely in a PvP-free area! 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 safe zone settings. βœ… Your Rust server now has a No-Kill Zone in place! πŸŽ‰ Conclusion You've successfully created a No-Kill Zone (Safe Zone), configured PvP restrictions, and enabled spawn protection for your Rust server using VolticHost Game Panel! Players can now safely trade, interact, and build within protected areas. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Setting Up a Rust Server with Clan and Team Systems

Adding clan and team systems allows players to form groups, manage alliances, and communicate easily on your Rust server. This is useful for PvP, faction-based, and roleplay servers that encourage teamwork. This guide will walk you through installing and configuring clan and team management plugins using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - Oxide/uMod installed for plugin-based team and clan management 1️⃣ Install Clans and Teams Plugins 1. Log in to VolticHost Game Panel. 2. Navigate to Mod Manager and install Oxide (uMod). 3. Download the following plugins from uMod: - Clans β†’ Allows players to create and manage clans. - Rust Teams β†’ Expands the built-in Rust team system. 4. Upload the Clans.cs and RustTeams.cs files to: /oxide/plugins/ 5. Restart the server to activate the plugins. βœ… Clans and Teams systems are now installed! 2️⃣ Configure Clan System (Clans Plugin) 1. Navigate to File Manager in VolticHost Game Panel. 2. Open the Clans.json config file in: /oxide/config/Clans.json 3. Modify the settings: { "MaxMembersPerClan": 10, "ClanTagLength": 4, "EnableFriendlyFire": false, "ClanChatPrefix": "[CLAN]" } 4. Click Save File and restart the server. βœ… Players can now create and manage their own clans! 3️⃣ Enable Advanced Team System (Rust Teams Plugin) 1. Open the RustTeams.json config file in: /oxide/config/RustTeams.json 2. Adjust settings such as team size, shared loot, and friendly fire: { "MaxTeamSize": 8, "SharedLoot": true, "EnableFriendlyFire": false } 3. Click Save File and restart the server. βœ… Players can now form larger teams with shared perks! 4️⃣ Clan and Team Commands Once installed, players can use the following commands: - Create a clan: /clan create [TAG] [Clan Name] - Invite a player to a clan: /clan invite [PlayerName] - Leave a clan: /clan leave - Disband a clan: /clan disband - Create a team: /team create - Invite a player to a team: /team invite [PlayerName] βœ… Players can now form and manage clans and teams with in-game commands! 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 clan and team settings. βœ… Your Rust server now supports clans and teams! πŸŽ‰ Conclusion You've successfully enabled a clan and team system, configured group settings, and provided players with faction-based gameplay for your Rust server using VolticHost Game Panel! Players can now form alliances, fight as teams, and manage their own clans. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Setting Up Rust Server Economics and In-Game Currency

Adding an economy system to your Rust server allows players to earn currency, buy items, and trade with others. This is useful for PvE, roleplay, and shop-based servers that encourage player-driven markets. This guide will walk you through installing and configuring an in-game economy system using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - Oxide/uMod installed for economy plugins - (Optional) GUI Shop plugin for a visual storefront 1️⃣ Install the Economics Plugin 1. Log in to VolticHost Game Panel. 2. Navigate to Mod Manager and install Oxide (uMod). 3. Download the Economics plugin from uMod. 4. Upload the Economics.cs file to: /oxide/plugins/ 5. Restart the server to activate the plugin. βœ… Economy system is now installed! 2️⃣ Configure the Economics Plugin 1. Navigate to File Manager in VolticHost Game Panel. 2. Open: /oxide/config/Economics.json 3. Modify the starting balance and earning rates: { "StartingBalance": 500, "EarnPerKill": 10, "EarnPerMinute": 1 } 4. Click Save File and restart the server. βœ… Players now earn currency and have a starting balance! 3️⃣ Install the GUI Shop Plugin (Optional) If you want players to spend their currency in a shop, install GUI Shop: 1. Download the GUI Shop plugin from uMod. 2. Upload the GUIShop.cs file to: /oxide/plugins/ 3. Open: /oxide/config/GUIShop.json 4. Modify the shop items and prices: { "ShopItems": { "rifle.ak": 500, "ammo.rifle": 50, "wood": 10 } } 5. Click Save File and restart the server. βœ… Players can now buy items using in-game currency! 4️⃣ Economy Commands for Players Players can use the following commands: - Check balance: /balance - Send money to another player: /transfer [PlayerName] [Amount] - Open the shop (if GUI Shop is installed): /shop βœ… Players can now manage their currency and trade with others! 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 economy settings. βœ… Your Rust server now has a fully functional in-game currency system! πŸŽ‰ Conclusion You've successfully set up an economy system, configured player earnings, and installed a shop system for your Rust server using VolticHost Game Panel! Players can now earn and spend currency, trade with others, and participate in a player-driven economy. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Setting Up Custom Events and Minigames on a Rust Server

Adding custom events and minigames to your Rust server enhances player engagement by introducing PvP arenas, treasure hunts, race tracks, and more. Using event plugins, you can create scheduled events, automated minigames, and custom competitions. This guide will walk you through installing event plugins, configuring minigames, and scheduling automated events using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - Oxide/uMod installed for event and minigame plugins 1️⃣ Install Event and Minigame Plugins 1. Log in to VolticHost Game Panel. 2. Navigate to Mod Manager and install Oxide (uMod). 3. Download event plugins from uMod: - Event Manager β†’ Controls all events and scheduling. - Arena Deathmatch β†’ PvP battle minigame. - Treasure Hunt β†’ Random loot spawns across the map. - Race Tracks β†’ Allows for vehicle racing competitions. 4. Upload the .cs files to: /oxide/plugins/ 5. Restart the server to activate the plugins. βœ… Event and minigame plugins are now installed! 2️⃣ Configure Custom Events 1. Navigate to File Manager in VolticHost Game Panel. 2. Open the EventManager.json file in: /oxide/config/EventManager.json 3. Modify event settings, such as start times, participant limits, and rewards: { "AutoStartEvents": true, "EventStartInterval": 30, "DefaultReward": "supply.signal" } 4. Click Save File and restart the server. βœ… Your server now runs scheduled events automatically! 3️⃣ Set Up a PvP Arena Event 1. Use the following command to create a PvP battle arena: event.create arena deathmatch 2. Set spawn points for players: event.setspawn arena X Y Z 3. Add weapons and loadouts for participants: event.setloadout arena rifle.ak 4. Enable the event with: event.enable arena βœ… Players can now participate in a PvP battle event! 4️⃣ Schedule a Treasure Hunt Event To automatically spawn hidden loot stashes across the map, use: 1. Open Console in VolticHost Game Panel. 2. Run the command: treasure.start 3. Modify the spawn interval in the Treasure Hunt config file: /oxide/config/TreasureHunt.json 4. Adjust settings like loot quality, difficulty, and announcement messages. βœ… Treasure Hunt events will now occur automatically! 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 event settings. βœ… Your Rust server now has fully automated events and minigames! πŸŽ‰ Conclusion You've successfully set up custom events, created PvP arenas, and scheduled automated treasure hunts for your Rust server using VolticHost Game Panel! Players can now participate in unique minigames and server-wide competitions. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Setting Up a Rust Server with Custom Loot Tables

Customizing loot tables in Rust allows you to adjust loot drops, change rarity levels, and balance loot progression to fit your server’s playstyle. Whether you want a hardcore survival experience or a loot-heavy PvP server, modifying loot tables ensures a unique gameplay experience. This guide will walk you through editing Rust loot tables, adjusting crate drops, and modifying loot chances using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - Oxide/uMod installed for loot customization plugins 1️⃣ Install the BetterLoot Plugin 1. Log in to VolticHost Game Panel. 2. Navigate to Mod Manager and install Oxide (uMod). 3. Download BetterLoot from uMod. 4. Upload the BetterLoot.cs file to: /oxide/plugins/ 5. Restart the server to activate the plugin. βœ… BetterLoot is now installed, allowing full control over loot tables! 2️⃣ Modify Loot Tables in BetterLoot Config 1. Navigate to File Manager in VolticHost Game Panel. 2. Open: /oxide/config/BetterLoot.json 3. Adjust the loot spawn chances and item drop rates: { "CrateLoot": { "small_crate": ["rifle.ak", "ammo.rifle", "metal.fragments"], "large_crate": ["explosive.timed", "c4", "armor.metal.plate"] }, "SpawnChances": { "rifle.ak": 0.2, "ammo.rifle": 0.5, "metal.fragments": 0.8 } } 4. Click Save File and restart the server. βœ… Loot drops are now customized to fit your server’s needs! 3️⃣ Modify Airdrop Loot Tables To customize airdrops, edit: /oxide/config/BetterLoot.json 1. Locate the "SupplyDrop" section. 2. Modify the loot pool: { "SupplyDrop": ["rifle.l96", "explosive.timed", "highvelocity.arrow"] } 3. Click Save File and restart the server. βœ… Airdrops now contain your custom loot selections! 4️⃣ Adjust Loot Spawn Rates in Rust To manually change crate spawn rates: 1. Open the Console tab in VolticHost Game Panel. 2. Use the following command to increase crate spawns: loot.spawn_rate 2.0 3. Use this command to reduce common item spawns: loot.random_probability 0.5 4. Press Enter to apply the changes. βœ… Loot now spawns at your customized rate! 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 new loot settings. βœ… Your Rust server now has custom loot tables applied! πŸŽ‰ Conclusion You've successfully customized Rust loot tables, modified crate drops, and balanced loot spawn rates using VolticHost Game Panel! Players can now enjoy a unique loot experience that fits your server’s playstyle. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Setting Up VIP Perks and Donor Ranks on a Rust Server

Offering VIP perks and donor ranks is a great way to reward supporters, encourage donations, and enhance player experience on your Rust server. With custom permissions, kits, and commands, you can provide exclusive benefits to VIP players. This guide will walk you through setting up VIP ranks, configuring permissions, and automating donor rewards using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - Oxide/uMod installed for permission-based VIP management - (Optional) Kits plugin for custom VIP loadouts 1️⃣ Install the Permissions Plugin 1. Log in to VolticHost Game Panel. 2. Navigate to Mod Manager and install Oxide (uMod). 3. Download the Permissions Manager plugin from uMod. 4. Upload the PermissionsManager.cs file to: /oxide/plugins/ 5. Restart the server to activate the plugin. βœ… VIP ranks can now be assigned using the permissions system! 2️⃣ Create a VIP Rank and Assign Permissions 1. Open the Console tab in VolticHost Game Panel. 2. Create a new VIP rank: oxide.group add vip 3. Assign VIP permissions (example: teleport, extra gather rates, chat colors): oxide.grant group vip teleportation.use oxide.grant group vip gather.rate 2 oxide.grant group vip chatcolor.red 4. Add a player to the VIP group: oxide.usergroup add SteamID vip βœ… Players in the VIP group now have access to exclusive perks! 3️⃣ Set Up Automatic VIP Rewards with Server Donations If you want donors to automatically receive VIP perks, install the ServerRewards plugin: 1. Download ServerRewards from uMod. 2. Upload the ServerRewards.cs file to: /oxide/plugins/ 3. Open: /oxide/config/ServerRewards.json 4. Modify the reward system to grant VIP status: { "VIPRewards": { "vip": { "cost": 5000, "permissions": ["teleportation.use", "gather.rate"] } } } 5. Restart the server to apply changes. βœ… Players can now earn VIP ranks through the donation system! 4️⃣ Create VIP Kits (Optional) If you want VIP players to redeem exclusive kits, install the Kits plugin: 1. Download Kits from uMod. 2. Upload the Kits.cs file to: /oxide/plugins/ 3. Create a VIP kit in the console: kit add VIP kit items "rifle.ak 1, ammo.rifle 100, metal.fragments 500" kit permission vip 4. Players can now claim their VIP kit using: /kit VIP βœ… VIP players now have access to exclusive kits! 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 VIP perks. βœ… Your Rust server now supports VIP ranks and donor rewards! πŸŽ‰ Conclusion You've successfully set up VIP ranks, assigned exclusive perks, and automated donor rewards for your Rust server using VolticHost Game Panel! Players can now support the server and enjoy premium benefits. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Setting Up a Rust Server with Roleplay (RP) Features

Creating a Roleplay (RP) Rust server allows players to immerse themselves in unique stories, factions, and professions. By adding custom chat commands, NPCs, jobs, and economy systems, you can enhance the RP experience. This guide will walk you through enabling RP features, adding economy and job systems, and configuring chat roles using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - Oxide/uMod installed for RP plugins - (Optional) Economy and chat plugins for enhanced RP features 1️⃣ Install Essential RP Plugins 1. Log in to VolticHost Game Panel. 2. Navigate to Mod Manager and install Oxide (uMod). 3. Download the following RP plugins from uMod: - BetterChat β†’ Adds custom chat roles. - Jobs β†’ Allows players to earn money from tasks. - ServerRewards β†’ Enables an RP economy system. 4. Upload the .cs files to: /oxide/plugins/ 5. Restart the server to activate the plugins. βœ… RP plugins are now installed on your Rust server! 2️⃣ Customize Chat Roles for RP Factions 1. Navigate to File Manager in VolticHost Game Panel. 2. Open: /oxide/config/BetterChat.json 3. Add custom RP chat tags for different roles: { "ChatTags": { "Police": "[Officer]", "Medic": "[Doctor]", "Trader": "[Merchant]" } } 4. Click Save File and restart the server. βœ… Players now have faction-specific chat roles! 3️⃣ Set Up Jobs for Players 1. Open the Console tab. 2. Use the following command to create an RP job: jobs add Police "Protect the town" 100 3. Assign a salary and allow players to earn currency: jobs setpay Police 50 4. Players can now join jobs with: /job join Police βœ… Players can now take on RP professions and earn in-game currency! 4️⃣ Enable an RP Economy System If you want players to earn and spend RP currency, configure ServerRewards: 1. Open: /oxide/config/ServerRewards.json 2. Adjust reward rates: { "EarnPerKill": 10, "EarnPerMinute": 1, "RewardItems": { "rifle.ak": 500, "wood": 10 } } 3. Click Save File and restart the server. βœ… Players can now earn and spend RP currency in the in-game store! 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 RP features. βœ… Your Rust server now supports full RP mechanics! πŸŽ‰ Conclusion You've successfully set up an RP Rust server with chat roles, jobs, and an economy system using VolticHost Game Panel! Players can now immerse themselves in roleplay experiences and build their own stories. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Setting Up Rust Server Anti-Cheat and Player Moderation Tools

Protecting your Rust server from cheaters, exploiters, and rule-breakers is crucial for maintaining a fair and enjoyable experience for all players. By installing anti-cheat plugins and moderation tools, you can automatically detect and ban cheaters, track suspicious activity, and enforce server rules efficiently. This guide will walk you through installing anti-cheat plugins, enabling player moderation commands, and tracking rule enforcement using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - Oxide/uMod installed for anti-cheat plugins - (Optional) BattleMetrics RCON for advanced player tracking 1️⃣ Install Anti-Cheat Plugins 1. Log in to VolticHost Game Panel. 2. Navigate to Mod Manager and install Oxide (uMod). 3. Download the following anti-cheat plugins from uMod: - Enhanced Ban System β†’ Tracks banned players. - NoEscape β†’ Prevents teleporting and logging out during combat. - AdminRadar β†’ Lets admins monitor suspicious players. 4. Upload the .cs files to: /oxide/plugins/ 5. Restart the server to activate the plugins. βœ… Your Rust server now has anti-cheat protection installed! 2️⃣ Enable Server-Side Anti-Cheat Features Rust includes built-in anti-cheat settings that can be activated via the console: 1. Open the Console tab in VolticHost Game Panel. 2. Enable VAC and EAC protection: server.secure true 3. Set the auto-ban threshold for high ping or packet manipulation: server.maxconnectionsperip 2 anticheat.enforcement 1 4. Press Enter to apply the changes. βœ… Your Rust server now enforces stricter anti-cheat rules! 3️⃣ Add Moderation Commands for Admins 1. Open the Console tab. 2. Grant admin permissions to your staff: ownerid SteamID "AdminName" 3. Use these moderation commands: - Ban a cheater: banid SteamID "Cheating" - Kick a disruptive player: kick SteamID "Toxic Behavior" - Mute a player in chat: mute SteamID - Track player reports: report βœ… Your admins can now moderate players efficiently! 4️⃣ Use BattleMetrics for Player Tracking (Optional) For advanced player tracking and banning, integrate BattleMetrics RCON: 1. Visit BattleMetrics.com. 2. Create an account and add your Rust server. 3. Enter your server RCON details (IP, Port, and Password). 4. Use the dashboard to: - Track cheaters and known offenders. - Set up auto-bans for repeat rule-breakers. - Monitor player chat logs. βœ… BattleMetrics now provides real-time player tracking! 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 anti-cheat settings. βœ… Your Rust server now has full moderation and anti-cheat protection! πŸŽ‰ Conclusion You've successfully installed anti-cheat plugins, enabled Rust's built-in protections, and set up admin moderation tools using VolticHost Game Panel! Your server is now secure against cheaters and rule-breakers, ensuring a fair experience for all players. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Setting Up Automated Welcome Messages and Server Rules in Rust

Creating automated welcome messages and rule enforcement ensures that new players understand your server guidelines immediately upon joining. This is helpful for PvP, PvE, and roleplay servers where clear communication is important. This guide will walk you through configuring automated welcome messages, server rules, and chat notifications using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - Oxide/uMod installed for message automation 1️⃣ Install the Welcome Messages Plugin 1. Log in to VolticHost Game Panel. 2. Navigate to Mod Manager and install Oxide (uMod). 3. Download Welcome Messages from uMod. 4. Upload the WelcomeMessages.cs file to: /oxide/plugins/ 5. Restart the server to activate the plugin. βœ… Your server will now send automated welcome messages! 2️⃣ Customize the Welcome Message 1. Navigate to File Manager in VolticHost Game Panel. 2. Open: /oxide/config/WelcomeMessages.json 3. Modify the welcome message: { "WelcomeText": "Welcome to Rust Paradise! Be sure to read the rules: discord.gg/example", "ShowOnJoin": true } 4. Click Save File and restart the server. βœ… New players now see a welcome message upon joining! 3️⃣ Automate Server Rules in Chat To display server rules every 30 minutes: 1. Download Timed Execute from uMod. 2. Upload the TimedExecute.cs file to: /oxide/plugins/ 3. Open: /oxide/config/TimedExecute.json 4. Add an automated rule message: { "Commands": [ { "Time": "30m", "Command": "say ⚠️ Server Rules: No cheating, No griefing, Respect admins." } ] } 5. Click Save File and restart the server. βœ… Server rules will now be posted in chat automatically! 4️⃣ 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 automated messages. βœ… Your Rust server now displays welcome messages and server rules automatically! πŸŽ‰ Conclusion You've successfully set up automated welcome messages and server rule notifications using VolticHost Game Panel! Players are now instantly informed about server guidelines, improving the player experience. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Setting Up Custom NPCs and AI on a Rust Server

Adding custom NPCs and AI enemies allows Rust server owners to create PvE encounters, NPC traders, enemy factions, and interactive AI-controlled events. Whether you're building a survival-focused world or an RPG-style experience, NPCs enhance gameplay by providing quests, combat, and economy features. This guide will walk you through installing and configuring NPCs and AI using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - Oxide/uMod installed for AI management - (Optional) BotSpawn and HumanNPC plugins for advanced AI customization 1️⃣ Install the BotSpawn Plugin for AI Enemies 1. Log in to VolticHost Game Panel. 2. Navigate to Mod Manager and install Oxide (uMod). 3. Download BotSpawn from uMod. 4. Upload the BotSpawn.cs file to: /oxide/plugins/ 5. Restart the server to activate the plugin. βœ… AI bots are now enabled on your Rust server! 2️⃣ Configure AI Enemies (BotSpawn Plugin) 1. Navigate to File Manager in VolticHost Game Panel. 2. Open: /oxide/config/BotSpawn.json 3. Adjust NPC spawn locations and behavior: { "CustomProfiles": { "BanditCampGuards": { "SpawnLocations": ["X Y Z"], "Health": 150, "Weapon": "rifle.ak", "AggressionLevel": 2 } } } 4. Click Save File and restart the server. βœ… AI enemies will now spawn in designated locations! 3️⃣ Create Interactive NPC Traders To add NPC shops, vendors, or quest-givers, install HumanNPC: 1. Download HumanNPC from uMod. 2. Upload the HumanNPC.cs file to: /oxide/plugins/ 3. Restart the server to activate the plugin. βœ… Your server now supports interactive NPCs! 4️⃣ Configure NPC Traders and Quests 1. Open the Console tab in VolticHost Game Panel. 2. Spawn an NPC at your location: npc_add 3. Customize the NPC’s name and dialogue: npc_setname TraderBob npc_setmessage "Welcome! Trade your scrap here." 4. Set up item trades: npc_additem "rifle.ak" 500 scrap 5. Save settings and restart the server. βœ… Players can now interact with NPC traders and buy/sell items! 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 NPC and AI settings. βœ… Your Rust server now features custom NPCs and AI-controlled enemies! πŸŽ‰ Conclusion You've successfully added custom NPC traders, AI enemies, and interactive AI mechanics to your Rust server using VolticHost Game Panel! Players can now engage with NPCs, fight AI enemies, and experience a dynamic Rust world. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Enabling Custom Weather Effects on a Rust Server

Custom weather effects enhance the immersion and challenge of a Rust server by adding rain, fog, storms, and dynamic temperature changes. Server owners can modify weather intensity, duration, and cycle speed to create unique gameplay environments. This guide will walk you through enabling custom weather settings, adjusting weather intensity, and scheduling dynamic weather cycles using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - Oxide/uMod installed (optional for advanced weather control) 1️⃣ Enable Weather Control Commands Rust includes built-in weather commands that allow you to manually adjust conditions: 1. Log in to VolticHost Game Panel. 2. Click on your Rust server. 3. Navigate to the Console tab. 4. Adjust specific weather settings: - Set fog density: weather.fog 0.3 - Change rain intensity: weather.rain 0.5 - Modify wind strength: weather.wind 0.8 - Set cloud coverage: weather.clouds 0.6 5. Press Enter to apply changes immediately. βœ… Your server now has customized weather conditions! 2️⃣ Schedule Dynamic Weather Changes To cycle through weather patterns automatically, use the following commands: 1. Open the Console tab in VolticHost Game Panel. 2. Adjust the weather cycle speed: weather.cycle 0.8 3. Set a randomized weather system: weather.force random 4. Enable weather persistence across restarts: server.writecfg βœ… Your Rust server now has automatic weather variation! 3️⃣ Use Plugins for Advanced Weather Effects (Optional) If you want custom weather events, install the Rust Weather Controller plugin: 1. Download Rust Weather Controller from uMod. 2. Upload the RustWeatherController.cs file to: /oxide/plugins/ 3. Restart the server to activate the plugin. βœ… You now have access to advanced weather customization options! 4️⃣ 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 weather settings. βœ… Your Rust server now features immersive and dynamic weather conditions! πŸŽ‰ Conclusion You've successfully enabled custom weather effects, scheduled automatic changes, and installed advanced weather control plugins using VolticHost Game Panel! Your server now feels more immersive with changing environmental conditions. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Configuring Radiation Zones on a Rust Server

Radiation zones in Rust add an extra layer of challenge by forcing players to prepare with protective gear, altering loot locations, and creating high-risk areas. Server owners can enable, disable, or modify radiation levels to fit their gameplay style. This guide will walk you through enabling radiation, adjusting radiation strength, and creating custom radioactive zones using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - Oxide/uMod installed (optional for custom radiation zones) 1️⃣ Enable Radiation on Your Server 1. Log in to VolticHost Game Panel. 2. Click on your Rust server. 3. Navigate to the Console tab. 4. Enable radiation with the following command: radiation.enabled true 5. Adjust the default radiation intensity: radiation.intensity 1.5 6. Click Enter to apply changes. βœ… Your Rust server now has active radiation zones! 2️⃣ Modify Radiation Strength and Range 1. Open the Console tab. 2. Adjust the radius of radiation zones: radiation.radius 50 3. Modify the damage taken from radiation exposure: radiation.damage 0.75 4. Increase or decrease radiation buildup speed: radiation.buildspeed 2.0 5. Press Enter to save changes. βœ… Radiation levels are now configured for your Rust server! 3️⃣ Create Custom Radiation Zones (Optional) If you want custom radioactive locations, install the Zone Manager plugin: 1. Download Zone Manager from uMod. 2. Upload the ZoneManager.cs file to: /oxide/plugins/ 3. Restart the server to activate the plugin. 4. In the Console, create a radiation zone at your position: zone_add 5. Get the zone ID: zone_list 6. Enable radiation for the zone: zone_edit ZoneID radiation true 7. Adjust radiation intensity inside the zone: zone_edit ZoneID radiation_intensity 2.0 βœ… Your custom radiation zone is now active! 4️⃣ 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 radiation settings. βœ… Your Rust server now has properly configured radiation zones! πŸŽ‰ Conclusion You've successfully enabled and configured radiation zones, modified their intensity, and created custom radioactive areas using VolticHost Game Panel! Players will now face new survival challenges in radiation-affected areas. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Enabling and Configuring Vehicle Spawns on a Rust Server

Vehicles in Rust provide faster travel, new gameplay mechanics, and an immersive survival experience. Server owners can adjust spawn rates, enable modular vehicles, and even add custom vehicle spawns for enhanced gameplay. This guide will walk you through enabling vehicle spawns, adjusting spawn rates, and customizing vehicle locations using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - Oxide/uMod installed (optional for custom vehicle control) 1️⃣ Enable Default Vehicle Spawns 1. Log in to VolticHost Game Panel. 2. Click on your Rust server. 3. Navigate to the Console tab. 4. Enable vehicle spawns with the following command: modularcar.spawn true 5. Adjust the spawn rate for vehicles: modularcar.spawn_rate 2.0 6. Click Enter to apply changes. βœ… Vehicles will now spawn naturally in Rust! 2️⃣ Modify Vehicle Spawn Locations 1. Open the Console tab. 2. Set specific vehicle spawn points: spawnmodularcar X Y Z (Replace X Y Z with coordinates of where the vehicle should appear.) 3. Adjust the vehicle fuel level on spawn: modularcar.spawn_fuel 50 4. Enable boats and helicopters to spawn: boattaxi.spawn true chinook.spawn true 5. Press Enter to save changes. βœ… Vehicles now spawn in designated locations with customized fuel levels! 3️⃣ Install Vehicle Control Plugins (Optional) To add advanced vehicle controls, install Vehicle License: 1. Download Vehicle License from uMod. 2. Upload the VehicleLicense.cs file to: /oxide/plugins/ 3. Restart the server to activate the plugin. βœ… Players can now own and control vehicles! 4️⃣ 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 vehicle settings. βœ… Your Rust server now supports fully customized vehicle spawns! πŸŽ‰ Conclusion You've successfully enabled vehicle spawns, customized spawn rates, and added optional vehicle ownership mechanics using VolticHost Game Panel! Players can now traverse the Rust world faster and enjoy vehicle-based gameplay. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025

Setting Up Rust Server Map Wipes and Scheduled Resets

Regular map wipes and server resets in Rust help maintain a fresh experience, prevent resource hoarding, and keep the game competitive. Server owners can schedule automated wipes, clear blueprints, and notify players in advance. This guide will walk you through scheduling Rust map wipes, configuring blueprint resets, and automating wipe notifications using VolticHost Game Panel. πŸ“Œ Prerequisites - A Rust server purchased at VolticHost.com - Access to VolticHost Game Panel - (Optional) Oxide/uMod installed for advanced wipe scheduling 1️⃣ Schedule an Automated Map Wipe 1. Log in to VolticHost Game Panel. 2. Click on your Rust server. 3. Navigate to the Schedules tab. 4. Click Create New Schedule. 5. Name it Rust Map Wipe and set it to run monthly or bi-weekly. 6. Click Create Schedule. βœ… Your Rust server will now automatically wipe on a set schedule! 2️⃣ Add a Map Wipe Task 1. Under the created Rust Map Wipe schedule, click New Task. 2. Set the action to Stop Server (before wiping). 3. Click Create Task. 4. Add another task to delete the world file: /server/rust/worlds/*.map 5. Add a third task to restart the server. βœ… Your server will now automatically wipe and restart! 3️⃣ Enable Blueprint Wipes (Optional) To reset all blueprints, delete the blueprint save file: 1. Open File Manager in VolticHost Game Panel. 2. Navigate to: /server/rust/player.blueprints.db 3. Delete the file and restart the server. βœ… All player blueprints are now wiped! 4️⃣ Notify Players Before a Wipe 1. Open Console in VolticHost Game Panel. 2. Schedule an automated warning message: say ⚠️ Map wipe happening in 30 minutes! Prepare accordingly. 3. Install Timed Execute from uMod for scheduled announcements. 4. Open the TimedExecute.json config file and add: { "Commands": [ { "Time": "23:30", "Command": "say ⚠️ The server will wipe in 30 minutes!" }, { "Time": "23:55", "Command": "say ⚠️ Wipe happening in 5 minutes! Log out safely." } ] } 5. Click Save File and restart the server. βœ… Players will now receive wipe warnings in chat automatically! 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 automated wipe settings. βœ… Your Rust server now handles wipes and resets efficiently! πŸŽ‰ Conclusion You've successfully automated map wipes, scheduled blueprint resets, and set up player notifications using VolticHost Game Panel! Your server will now maintain a fresh and competitive environment for players. πŸš€ For more assistance, contact VolticHost Support.

Last updated on Feb 13, 2025