Docs/ORB Inventory/Installation

Installation

ORB Inventory is a full replacement for ox_inventory. Back up your current `ox_inventory` resource before installing.

Requirements

  • FiveM server build 6116 or higher
  • ox_lib ≥ 3.27.0
  • oxmysql ≥ 2.7.3
  • A supported framework: ox_core, ESX, QBox, or ND Core

Install

  1. 01Stop your server
  2. 02Remove (or move out of resources/) your current ox_inventory
  3. 03Extract ORB Inventory into resources/
  4. 04Ensure it loads as your inventory resource in server.cfg:
cfg
ensure ox_lib
ensure oxmysql
ensure ox_inventory_orb
Because scripts reference the inventory by resource name, most servers run it under the `ox_inventory` name. Follow the included README for the exact naming your setup expects, and migrate any `@ox_inventory` references accordingly.

Database

ORB Inventory uses the same database schema as ox_inventory. If you are migrating from a stock ox_inventory install, your data is compatible — no conversion needed. Conversion helpers from other inventories are included under setup/.

Configuration

All of ox_inventory's normal convars apply (slots, weight, target, keys, image path, and so on). Set them in server.cfg exactly as you would for ox_inventory, for example:

cfg
setr inventory:slots 50
setr inventory:weight 30000