Effectively managing an Unturned server requires knowledge of essential admin commands and understanding permission systems. This guide covers the most important commands and tools for server administrators on Wasabi Hosting.
/ban <player/SteamID> [reason] // Ban a player/unban <SteamID> // Unban a player/kick <player> [reason] // Kick a player/teleport <fromPlayer> [toPlayer] // Teleport players/tp <player> // Teleport to a player/tphere <player> // Teleport a player to you/spy <player> // Spectate a player/experience <player> <amount> // Give experience/reputation <player> <amount> // Give reputation/heal [player] // Heal a player/kill [player] // Kill a player/god [player] // Toggle god mode/vanish // Toggle invisibility
/shutdown [seconds] // Shutdown the server/save // Force a server save/time <0-24> // Set the time of day/weather <0-100> // Set the weather intensity/day // Set time to day/night // Set time to night/announce <message> // Broadcast a message
/rocket // Shows Rocket help/p <permission> // Check if you have a permission/reloadplugins // Reload all plugins/ban <player> <duration> [reason] // Ban with duration/bans // View all bans/unban <player> // Unban a player/kits // View available kits/kit <kitName> [player] // Give a kit/heal [player] // Heal player/v <vehicleName> // Spawn vehicle by name/i <itemName> [amount] // Give item by name/more // Get more of held item/position // Show coordinates/home // Teleport to home/sethome // Set home location/tpa <player> // Request teleport to player/tpaccept // Accept teleport request/tpdeny // Deny teleport request
/balance // Check your balance/pay <player> <amount> // Pay another player/setbalance <player> <amount> // Set a player's balance (admin)/experience <player> <amount> // Give experience points
Advanced Teleportation
Enhanced teleport functionality:
Copy
/tpall // Teleport all players to you/tprandom // Teleport to a random location/tploc <x> <y> <z> // Teleport to coordinates/tpbed // Teleport to your bed/tpmarker // Teleport to map marker/tpback // Return to previous position
These commands can be used in the Wasabi Hosting Gamepanel console:
Copy
save // Force saveshutdown [seconds] // Shutdown the serverban <steamID> [reason] // Ban by Steam IDunban <steamID> // Unban by Steam IDkick <player/steamID> [reason] // Kick a playersay <message> // Broadcast a messageteleport <playerA> <playerB> // Teleport playersgive <player> <itemID> <amount> // Give items
/map // View map/marker <name> <color> // Create marker/clearmarkers // Remove all markers/locate <player> // Show player on map/chart // Create full map chart
/freeze <player> // Freeze a player/unfreeze <player> // Unfreeze a player/skill <player> <skill> <level> // Set skill level/flagskill <player> <skill> // Max a skill/maxskills <player> // Max all skills/resetplayer <player> // Reset player progress/inventory <player> // View player inventory/clear <player> // Clear player inventory
You can configure commands to run automatically at server startup or at intervals:
Create or edit /Rocket/AutoCommands.config.xml:
Copy
<AutoCommands> <Interval>300</Interval> <Commands> <Command>say Server will save in 10 seconds</Command> <Command delay="10">save</Command> <Command>say Server saved successfully</Command> </Commands></AutoCommands>
This will run the specified commands every 300 seconds (5 minutes)
If commands aren’t working on your Wasabi Hosting Unturned server:
Check syntax - Commands are case-sensitive
Verify permissions - Make sure the user has the correct permissions
Check plugin compatibility - Some plugins conflict with each other
Look at logs - Check /Rocket/Logs/ for error messages
Test in single-player - Try the command in a single player game
Restart the server - Permission changes often require a restart
By understanding these commands and permission systems, you’ll be equipped to effectively manage your Unturned server on Wasabi Hosting. If you need further assistance, contact our support team.