24/05/2020
Mastering RocketMod for Unturned: Your Comprehensive Installation and Usage Guide
Unturned, the popular free-to-play sandbox survival game, offers a vast world of exploration, crafting, and player-versus-player combat. However, for those looking to truly customise their server experience or add a wealth of new functionalities, the RocketMod framework is an indispensable tool. This guide will walk you through everything you need to know about installing and using RocketMod, including the recommended "Legally Distinct Missile" fork, how to add plugins, and essential commands to elevate your gameplay.

For many years, RocketMod has been the go-to modification for Unturned server administrators and players seeking to inject new life into their servers. It acts as a powerful plugin system, allowing for a wide array of customisations, from simple quality-of-life tweaks to entirely new gameplay mechanics. Understanding how to get this mod up and running is the first step to unlocking a truly personalised Unturned adventure.
Understanding RocketMod and its Forks
RocketMod is essentially a modification framework for Unturned. It provides the underlying structure that allows other custom scripts, known as plugins, to run within the game. These plugins can alter game behaviour, add new items, introduce new commands, and much more. Think of RocketMod as the engine, and plugins as the custom parts you can bolt on to make your server unique.

Following a period where the original community team behind RocketMod resigned, the game developers themselves, SDG, took over the maintenance. They now maintain a fork of the original Rocket called the Legally Distinct Missile (LDM). Using this LDM fork is highly recommended for several key reasons:
- Compatibility: It ensures that your RocketMod installation remains compatible with the latest versions of Unturned.
- Bug Fixes: The LDM fork addresses critical legacy issues found in older versions of Rocket, such as multithreading exceptions that could cause server instability and teleportation exploits that could be abused by players.
Therefore, when seeking to install RocketMod, your primary focus should be on obtaining and installing the Legally Distinct Missile version.
How to Install the Legally Distinct Missile (LDM)
The good news is that if you're setting up a dedicated server for Unturned, the latest version of RocketMod (the LDM fork) is often included. This means you might not even need to download it separately. Here's the recommended installation method:
- Locate the Rocket Module: Navigate to your Unturned game installation directory. Within this directory, you should find an Extras folder. Inside the Extras folder, you'll find the Rocket module, typically named Rocket.Unturned.
- Copy the Module: Copy the Rocket.Unturned module file.
- Paste into Modules Directory: Now, navigate to your Unturned dedicated server's installation folder. Within this folder, locate the Modules directory. Paste the copied Rocket.Unturned module into this Modules directory.
- Start Your Server: Once the module is in place, simply start your Unturned dedicated server. RocketMod should now be loaded and ready to go.
For those who prefer a more hands-on approach or are setting up a server from scratch, you can also clone or download the repository directly.

Alternative Installation: Cloning the Repository
If the dedicated server doesn't include the module, or you wish to manage the installation yourself, you can clone the repository or download it as a ZIP file:
- Access the Repository: Visit the official repository for the Legally Distinct Missile. A reliable place to find this is often through community resources or GitHub. The repository will contain the necessary files.
- Download or Clone: You can either clone the repository using Git (if you have it installed) or download the entire repository as a ZIP archive.
- Extract and Move: Once downloaded, extract the contents of the ZIP file. You'll need to locate the Rocket.Unturned file within the extracted folders.
- Transfer to Server: Copy the Rocket.Unturned file and paste it into your Unturned dedicated server's ...Server/Modules/ directory.
- Start Server: Launch your Unturned server.
Verifying Installation
After starting your server, you can usually verify the successful installation of RocketMod by checking the server's log files. These logs will typically indicate if RocketMod has loaded correctly and is ready to accept plugins.
Installing RocketMod Plugins
With RocketMod installed, the real fun begins: adding plugins! Plugins are what allow you to customise your server with new features and functionalities. The process for installing plugins is generally straightforward:
- Download the Plugin: Find the plugin you wish to install. Many plugins are available from community-maintained repositories, often linked on forums or subreddits dedicated to Unturned and RocketMod. A common source for plugins is the official RocketMod Plugins GitHub repository. Ensure you download the plugin file, which is typically a .dll file.
- Prepare for Upload: If the plugin comes in a ZIP archive, extract it to access the .dll file.
- Connect to Your Server: You'll need a way to upload files to your server. This is commonly done using an FTP client (like FileZilla) or through your server hosting provider's control panel (e.g., BisectHosting's Starbase panel).
- Locate the Plugins Directory: Once connected, navigate to your Unturned server's directory. The path to the plugins folder is usually Unturned/Rocket/Plugins or similar. If the Rocket or Plugins folders don't exist, you may need to create them.
- Upload the Plugin: Upload the downloaded plugin's .dll file into the Rocket/Plugins directory.
- Restart Your Server: Stop your Unturned server and then restart it. When the server boots up, it will detect the new plugin file in the Plugins directory and load it.
Important Note on Plugins
RocketMod itself is a prerequisite for installing any associated plugins. You cannot install plugins without RocketMod already being functional on your server.

Common RocketMod Commands
RocketMod introduces a powerful command system that server administrators can use to manage their servers and players. These commands are typically prefixed with a forward slash (/). Here are some of the most commonly used and useful commands:
| Command | Description |
|---|---|
/admin PlayerName | Grants administrative permissions to a specified player. |
/unadmin PlayerName | Revokes administrative permissions from a specified player. |
/broadcast Message | Sends a message to all players connected to the server. |
/god | Enables or disables god mode for the player executing the command (invincibility). |
/vanish | Makes the player invisible to other players. |
/tp Location | Teleports the player to a specified location (coordinates) or another player. |
/tphere PlayerName | Teleports a specified player to your current location. |
/compass | Displays the player's current compass direction and coordinates. |
/home | Teleports the player to their claimed bed or designated home location. |
/i ItemID Amount | Spawns a specified item with a specified quantity into the player's inventory. |
/more Amount | Spawns a specified quantity of the last item that was spawned. |
/v VehicleID | Spawns a specified vehicle at the player's location. |
/investigate PlayerName | Displays a player's Steam64ID and other relevant information. |
/help Command | Provides a description of a specified command and its usage. |
Note: The exact ItemIDs and VehicleIDs can be found in Unturned wikis or community databases.
Troubleshooting Common Issues
While RocketMod is generally stable, you might occasionally run into issues. Here are a few common problems and their potential solutions:
Server Not Starting or Crashing
Cause: Incompatible plugin, corrupted RocketMod files, or incorrect installation.
Solution:
- Ensure you are using the Legally Distinct Missile (LDM) fork of RocketMod.
- Try removing recently added plugins one by one to see if a specific plugin is causing the issue.
- Verify that the Rocket.Unturned module is correctly placed in the Modules directory.
- Check server logs for specific error messages that might point to the problematic plugin or file.
Plugins Not Loading
Cause: Incorrect plugin file placement, plugin not compatible with the current RocketMod version, or missing dependencies.

Solution:
- Double-check that the plugin's .dll file is directly in the Rocket/Plugins folder, not inside another subfolder.
- Ensure the plugin is compatible with the version of RocketMod you are running. Check the plugin's documentation or download page.
- Some plugins might require other plugins to function. Verify if your chosen plugin has any dependencies.
Commands Not Working
Cause: Player lacks necessary permissions, command is misspelled, or the plugin providing the command is not loaded correctly.
Solution:
- Ensure you have admin privileges on the server. Use the
/admincommand if necessary. - Double-check the spelling of the command.
- Verify that the plugin responsible for the command is loaded successfully by checking server logs.
Where to Find Resources and Support
The Unturned and RocketMod communities are very active, and there are several excellent places to find resources, plugins, and get help:
- /r/RocketMod Subreddit: A dedicated community space for discussions, plugin sharing, and support.
- SDG Forums: The official forums for Unturned, where developers and community members often discuss modifications and server hosting.
- Steam Discussions: The Steam community hub for Unturned often has threads related to server administration and mods.
- GitHub: The Legally Distinct Missile repository on GitHub is the source for the latest code and updates. You can also find many plugins hosted here.
Conclusion
RocketMod, particularly the Legally Distinct Missile fork, is an essential tool for anyone serious about customising their Unturned server. By following these installation steps and understanding how to add plugins and utilise commands, you can significantly enhance the gameplay experience for yourself and your players. Remember to always keep your RocketMod installation and plugins updated, and consult community resources when you encounter issues. Happy surviving!
If you want to read more articles similar to Unturned Rocket Mod Installation Guide, you can visit the Automotive category.
