INSTALLATION#
This page walks you from download ➜ placement ➜ startup order ➜ correct fxmanifest.lua
setup. If anything fails, check the Common mistakes list at the end.
ASSET DOWNLOAD#
📌 INSTRUCTION — To access the asset, you must have purchased it using your own Keymaster account. If you need to transfer the asset to a different Keymaster account, you can use the transfer system. Please note that the transfer can only be performed once for an asset, so ensure the transfer is done carefully
First, log in to the CFX portal. Once inside, grab the asset from the official CFX page—you can download it as many times as you like. Need updates later? Just head back to the same page and download again.
Login to the CFX Portal#
First, log in to the official CFX portal by clicking here
Finding Your Assets#
Once logged in, navigate to the "Granted Assets" section to view all the assets you've purchased. Locate the asset you want to download and click on Download Button it.

ASSET DEPENDENCIES#
All dependencies are mandatory—use the full dependency guide and include every required file.
When downloading a dependency, make sure the file is fully unzipped and does not contain “-main” at the end of its folder name. If it does, remove “-main” before using it.
onex-base
— Download by clicking here- For every script that requires onex-base, it is automatically included with your purchase.
ASSET POSITIONING#
Please note that this asset includes two downloads:
onex-rental
andonex-base
. You can place and start both within the same folder.
To run this asset correctly, you must follow the proper start order. We recommend placing all dependencies and the onex-creation asset inside the [onex] folder for clean organization.
📌 CAUTION — If you don’t, you’ll need to start each dependency manually in the correct order.
⚙️server.cfg
# Always start core frameworks first ensure es_extended or qb-core ensure [inventory] # Start all Onex dependencies and assets together ensure [onex]
If you prefer to keep resources separate, list them individually in the proper order:
⚙️server.cfg
# Always start core frameworks first ensure es_extended or qb-core ensure [inventory] # Start each dependency and Onex asset in order ensure onex-base # Other onex scripts ensure onex-rental