Setup
Getting Started
From Tebex purchase to a running resource: download from the Cfx.re Portal, match your license key, install and verify.
Download your purchase
Iconix scripts are protected with FiveM Asset Escrow. Your purchase is granted to the Cfx.re account you were logged into during Tebex checkout — the files come from Cfx.re, not from us.
- Log in at portal.cfx.re with the same Cfx.re (FiveM) account you used on the store checkout.
- Open Granted Assets and download the resource — the purchase confirmation email contains the same download link.
- After an update is released, re-download from the portal: it always serves the latest version.
Important
The asset is bound to that Cfx.re account. Your server's license key must be created on the same account, or the resource will not start.
License key must match
Escrowed resources verify your server's license key on start. The key must come from the same Cfx.re Portal account that owns the granted asset — that check is what the escrow error in the console is about.
Note
If the console shows You lack the required entitlement, the server key belongs to a different account than the purchase. Generate a key on the buying account (or transfer the grant), then restart.
Install the resource
Extract into your resources folder, keep the folder name exactly as delivered, install the dependencies listed on the product page, and start everything in order.
- Extract the download into
resources/and keep the delivered folder name — supplied item files and integrations reference it. - Upload with SFTP or in binary mode. FTP text/ASCII mode corrupts the encrypted
.fxapfile and the resource will not start. - Install the dependencies from the product's documentation page (for example
ox_lib,oxmysql,screenshot-basic) before the first start. - Run a recent recommended server artifact — asset escrow needs artifact 4960 or newer, and current resources expect much newer builds.
- Add the resource to
server.cfgafter its dependencies, as shown below.
ensure oxmysql
ensure ox_lib
ensure your_framework
ensure your_inventory
ensure iconix-resource-nameVerify the install
Confirm logs, commands, UI, permissions, and persistence before players touch it.
- Watch the server console during start — an escrow or dependency problem shows up immediately.
- Check client F8 errors while testing the resource in game.
- Restart the resource and reconnect a player; test the full player journey once.
- Install on a staging server first and back up your database before adding persistent systems to production.
Need product-specific instructions?
Open the related product documentation from the sidebar, or ask Iconix support with your framework and dependency list.
