# Game Servers

### Simplified Connection Instructions for Tebex

&#x20;Integrating Tebex with your game server is straightforward, and we offer different tutorials for each supported game. To get started, visit the "[**Game Servers**](https://server.tebex.io/game-servers)" section and find the tutorial that matches your game type.

**Here's how you can integrate Tebex with your game server or website:**

1. **Game Servers:** Connect your game server directly to Tebex using our plugins. These plugins will check for commands every minute, ensuring your players receive their products shortly after purchase.
2. **MYSQL:** Link your MYSQL database to Tebex. Please note that we don't provide assistance in using MYSQL for your server, so only choose this option if you already know how to use this database tool.
3. **RCON:** RCON (remote console) allows you to issue commands directly to your game server without requiring a Tebex plugin. However, some settings, like executing commands when the player is offline, may not work with RCON.

Choose the integration type that suits you best, but keep in mind that certain settings are only available with specific integrations. For most situations, we recommend using the Tebex plugin.

### Global Game Server Commands:&#x20;

In the "Global Game Server Commands" section, you can add commands that will be triggered for ANY purchase on your store. You can also configure them to fire for other instances, like refunds, chargebacks, or subscription renewals.

Please note that these commands will affect all online players. If you want individual commands for purchasers, you'll need to configure them into the package commands instead.

{% hint style="info" %}
We also have additional [Plugin API Documentation 'HERE'](https://docs.tebex.io/plugin)
{% endhint %}


---

# 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/~/revisions/7MNoBjxfkIfly7GMLnDa/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.
