Installation
1. Download Resource
Download the purchased resource from CFX Portal - the official site of FiveM with purchased resources.
2. Install Required Dependencies
This script needs a few extra resources to work properly. Below you will find a list of things to download - click the link, download and upload to your server just like other resources.
Tebex-FiveM
3. Environment Requirements
Setup Tebex API
Enter your Tebex Creator panel.
Go to Integrations, then go to Game Servers.
You will see your created server, click Instructions button

Copy your tebex secret api key.

Go to Tebex-FiveM/config.json file.
Set your tebex secret key

Go to your server.cfg
Add these lines:
sv_tebexSecret YOUR_TEBEX_SECRET_KEY # HERE YOU HAVE TO SET YOUR SECRET KEY
add_ace resource.Tebex-FiveM command allow
Configure Packages on your Tebex
Enter your Tebex Creator panel again.
Go to Packages.
Press the Add New button or edit the product you have.

Set the name, descriptions, image and price then go below and the Game Server Command section.
Enter one of the commands corresponding to you
Generating 20,000 Coins:
generateTbx {transaction} coins 20000
VIP Status for 28 days:
generateTbx {transaction} vip 28
Permament VIP Status:
generateTbx {transaction} vip -1
These commands are only usable from the server console so don't worry, no admin will use it

4. Start Resource
To start a resource in your server.cfg
, ensure that it begins after your framework has been initiated. For instance, if you are using a framework like es_extended
, you should start resource after it, like so:
start [core] # For example, here is your framework (esx/qb-core)
# VMS Resources
start Tebex-FiveM
start vms_coinshop
Ensure there are no syntax errors or incorrect paths in your server.cfg
.
Last updated
Was this helpful?