For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tebex Integration

1. Create a Game Server

  1. Go to creator.tebex.io and log into your store.

  2. In the left sidebar, navigate to Integrations → Game Servers.

  3. Click Add Server and select FiveM as the game type.

  4. Copy the secret key provided and add it to your server.cfg:

set sv_tebexSecret "YOUR_SECRET_KEY_HERE"
  1. Restart your server. Once verified, the server status will show Connected.

    Note: The secret key links your Tebex store to your FiveM server. Never share it publicly.


2. Create a Package

  1. In your Tebex dashboard go to Packages → New Package.

  2. Fill in the package name, description, and set the category to Scripts.

  3. Under Pricing, set your price in EUR.

  4. Set Recurring Payment to Only charge the customer once.

  5. Save the package draft before adding deliverables.


3. Add FiveM Asset Delivery

  1. In the package editor, scroll to the deliverables section and click Add Deliverable → FiveM Asset.

  2. Under FiveM Assets, search for your escrow-protected resource and select it.

  3. The asset tag will appear as:

**Note:** Your script must be submitted to the **Cfx.re Asset Escrow** system before it appears here. Upload it at [keymaster.fivem.net](https://keymaster.fivem.net) first.


4. Add Game Server Commands

  1. In the same package, click Add Deliverable → Game Server Commands.

  2. In the Game Servers dropdown, select your connected server.

  3. Click Add Command and set the trigger to When the package is purchased.

  4. Enter your command using the {transaction} variable:

Last updated