Integrations
Framework & Inventory Support
How Iconix resources detect and connect to QBCore, Qbox, ESX Legacy, and your inventory system.
Supported frameworks
Each product page lists its exact support, but the pattern is the same: QBCore, Qbox and ESX Legacy are supported, and some resources also run standalone. By default the framework is auto-detected at start.
Note
Compatibility shims (for example Qbox's QBCore bridge) can confuse auto-detection. If the wrong framework is detected, set Config.Framework explicitly in config.lua.
Inventories and items
Inventory support is also auto-detected. ox_inventory is the recommended pairing; qb-inventory is supported where the product page says so.
- Register the supplied item definitions from the resource's
install/folder into your inventory before first start — they are merge templates, not resources to ensure. - After changing
ox_inventoryitems, restart the full server — restarting one resource does not rebuild the item registry. - If detection picks the wrong inventory, set
Config.Inventoryexplicitly.
Start order
The framework and inventory must be running before any Iconix resource starts.
ensure oxmysql
ensure ox_lib
ensure your_framework
ensure your_inventory
ensure iconix-resource-nameNeed product-specific instructions?
Open the related product documentation from the sidebar, or ask Iconix support with your framework and dependency list.
