This page walks you from download âžś placement âžś startup order âžś correct fxmanifest.lua setup. If anything fails, check the Common mistakes list at the end.
📌 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.
First, log in to the official CFX portal by clicking here
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.

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
Please note that this asset includes two downloads:
onex-scoreboardandonex-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-scoreboard
Last updated 2 months ago