# 7 Days To Die

Tebex supports integration with **7 Days To Die** servers via the **Oxide modding platform**. This enables automated reward delivery, monetization, and server-side purchase tracking using Tebex packages.

> **Plugin Download:**\
> Head to your [Tebex Control Panel](https://creator.tebex.io/game-servers) → **Plugins** section to download the official **7 Days To Die Oxide plugin**.

***

### Supported Modding Platform

* [**Oxide (uMod)**](https://oxidemod.org/)

***

### Installation Steps (7 Days To Die + Oxide)

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

* Locate the **7 Days To Die (Oxide)** plugin in your Tebex control panel and download it.

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

* Place the plugin file into your Oxide plugins directory:

```plaintext
<Your7DTDServer>/oxide/plugins/
```

> ⚠️ Note: This directory may differ from other plugin folders depending on your modloader.

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

* Start your server (or reload Oxide if the server is already running).
* Oxide will create a new configuration file on first load:

```plaintext
oxide/config/TebexOxide.json
```

***

#### 4. **Set Your Tebex Secret Key**

* Open the generated `TebexOxide.json` file.
* Add your **secret key**, which you can find in the **Game Servers** section of your Tebex control panel.

Example:

```json
jsonCopyEdit{
  "Secret": "your-secret-key-here"
}
```

> Save the file after editing, then **restart the server** to apply the configuration.

***

### Verification

If setup was successful, the plugin will confirm connection to your Tebex store in the server console logs.

> 📌 Note:\
> `7 Days To Die` **does not currently support in-console Tebex commands** such as `tebex:secret` or `tebex:info`. All configuration must be done through the JSON file.

***

### Advanced Integration Options

You can further extend your server capabilities with:

* **Webhooks** – Trigger custom scripts or external notifications on purchases.
* **RCON** – Execute server commands remotely when a transaction occurs.
* **MySQL** – Connect your transaction data to external systems or dashboards.


---

# 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/7-days-to-die.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.
