# Game Servers

Integrating Tebex with your game server is quick and flexible. Whether you're a creator running a single server or a studio managing multiple deployments, this guide will walk you through the best integration options available, so your customers receive their purchases seamlessly.

***

### Getting Started

Tebex supports several connection methods depending on your game and infrastructure setup:

***

### Integration Methods

| Integration Method | Plugin Required | Offline Player Support | Skill Level     | Recommended For        |
| ------------------ | --------------- | ---------------------- | --------------- | ---------------------- |
| **Tebex Plugin**   | ✅ Yes           | ✅ Yes                  | 🟢 Beginner     | Most users             |
| **MySQL**          | ❌ No            | ⚠️ Limited             | 🔴 Advanced     | Experienced developers |
| **RCON**           | ❌ No            | ❌ No                   | 🟡 Intermediate | Lightweight setups     |

#### Tebex Plugin (Recommended)

Use our official Tebex plugins to connect your game server. These plugins poll for new purchase commands every minute, ensuring players receive their items promptly—even when offline.

#### MySQL Integration

Link your MySQL database directly to Tebex. This method gives you more control, but requires existing knowledge of MySQL.

> ⚠️ **Note:** Tebex does not provide support for configuring MySQL on your server.

#### RCON (Remote Console)

RCON lets Tebex send commands to your server without installing a plugin. This can work well for lightweight setups but **does not support** features like executing commands for offline players.

***

### Global Game Server Commands

Need to trigger a command for **every transaction** on your store? Use **Global Game Server Commands**.

These commands run across all servers connected to your Tebex account and can be triggered by:

* Any purchase
* Subscription renewals
* Refunds
* Chargebacks

> 📝 **Tip:** Use Global Commands for server-wide events like XP boosts or seasonal announcements.\
> For commands specific to individual purchases, use **Package-Level Commands** instead.

***

### Additional Resources

* ➡️ [Plugin API Documentation](https://docs.tebex.io/plugin)

***

***


---

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