> For the complete documentation index, see [llms.txt](https://docs.tebex.io/creators/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tebex.io/creators/tebex-control-panel/game-servers/rust.md).

# Rust

Tebex supports direct integration with **Rust** servers through our official plugin built for the **Oxide modding platform**.

> **Plugin Download:**\
> Visit your **Tebex Control Panel → Plugins** section, or access the GitHub release (if applicable).

***

### 🔧 Supported Modding Platform

* [**Oxide**](https://oxidemod.org/)&#x20;

***

### Step-by-Step Installation (Oxide Plugin)

#### 1. **Download the Tebex Plugin**

Download the **Rust (Oxide)** plugin from the [**Plugins**](https://server.tebex.io/plugins) section of your Tebex Control Panel.

#### 2. **Install the Plugin**

Move the downloaded file into the following directory:

```plaintext
<YourRustServer>/oxide/plugins
```

> Note: This is different from the main plugins folder if your server uses other modding frameworks.

#### 3. **Start or Reload the Plugin**

If your server is already running, Oxide should auto-load the plugin.\
If not, reload manually using the Oxide console:

```plaintext
oxide.reload Tebex
```

#### 4. **Link Your Tebex Store**

In the server console, run the following command (replace with your actual secret key):

```plaintext
tebex:secret your-secret-key
```

> You can find your **secret key** in your **Tebex Control Panel** under [**Game Servers**](https://server.tebex.io/game-servers) **→ Edit**.

***

### Verifying Installation

Once linked, the plugin will display a confirmation message in your console.

To verify everything is installed correctly:

```plaintext
tebex:info
```

This command will display store configuration and a list of available Tebex plugin commands.

For more help, use:

```plaintext
tebex:help
```

***

### Optional Advanced Integrations

Tebex also supports deeper integration with your Rust server or external tools using:

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

These can be used for syncing data across websites, CRMs, Discord bots, or analytics dashboards.

***

### Academy Video

{% embed url="<https://www.youtube.com/watch?v=wz-BC-mEQnE&list=PLsQ79BWbSCgcneTG8WpRAW62rJt8pLNqZ>" %}
