# 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>" %}


---

# 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/rust.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.
