# Unturned

Tebex offers official plugin support for **Unturned**, allowing you to monetize your server through in-game packages and webstore integration.

> **Plugin Download:**\
> [Tebex Unturned GitHub Releases](https://github.com/tebexio/Tebex-Unturned/releases)\
> Or use the **Plugins** section in your Tebex [Control Panel](https://creator.tebex.io/game-servers)

***

### Step 1: Install the Tebex Plugin for Unturned

#### Requirements:

* **LDM (Legally Distinct Missile)** must be installed. See LDM Installation below.

#### Installation Steps:

1. **Download the Tebex Plugin**
   * Get the latest version from the [Tebex Unturned GitHub](https://github.com/tebexio/Tebex-Unturned/releases)\
     \&#xNAN;*or* from your **Tebex Control Panel → Plugins** section.
2. **Install the Plugin**
   * Move the plugin file into your server's plugins directory:

     ```
     U3DS/Servers/Default/Rocket/Plugins
     ```
3. **Start Your Server**
4. **Link to Your Tebex Store**
   * In the server console, run:

     ```
     tebex:secret your-secret-key
     ```
   * *(Replace `your-secret-key` with the one found in your control panel under “Game Servers” → Edit your server.)*
5. **Verify Installation**
   * To confirm the plugin is working, use:

     ```
     tebex:info
     ```
   * To see all available commands:

     <pre><code><strong>tebex:help
     </strong></code></pre>

That’s it! Your Unturned server is now connected to Tebex.

***

### Step 2: Installing LDM (RocketMod Replacement)

**LDM (Legally Distinct Missile)** is a fork of **RocketMod**, which is no longer actively maintained. LDM provides compatibility with Rocket-based plugins.

#### Installation Steps:

1. **Download LDM**\
   [🔗 LDM GitHub Releases](https://github.com/SmartlyDressedGames/Legally-Distinct-Missile/releases)
2. **Unpack Files**
   * Open or unzip the downloaded file (e.g., `Rocket.Unturned.zip`).
3. **Install to Server**
   * Drag and drop all files from the archive into the `Modules` folder of your Unturned server:

     ```
     CopyEditU3DS/Modules
     ```
4. **LDM is now installed and ready to use.**

***

### Optional Integrations

Tebex supports additional integration options for advanced setups:

* **MySQL**
* **RCON**
* **Webhooks**

These allow for more control, automation, and connection to external systems like CRMs or game dashboards.

***

### Academy Video&#x20;

{% embed url="<https://www.youtube.com/watch?v=nOoKTew71S4>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tebex.io/creators/tebex-control-panel/game-servers/unturned.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
