Installation
crm-core is the foundation that every CoreM script depends on. You only need to install it once — every other script you own then plugs into it.
crm-core is free. It’s included with any package you buy from our store. Always keep it up to date so your other scripts keep working smoothly.
Download the resource
Log in to the Cfx.re portal and open the Asset Grants section. There you’ll find crm-core, along with every resource you’ve purchased from our store , ready to download.
Install dependencies
crm-core relies on two well-known community resources. Download and install the latest release of each:
- ox_lib — a shared library of reusable modules, methods and UI elements.
- oxmysql — connects your server to a MySQL database using
node-mysql2.
Create the scripts folder
Inside your FiveM resources directory, create a folder named [crm-scripts]. This folder will hold crm-core and every other CoreM script:
Start it in your server.cfg
Start crm-core first, then start the rest of the [crm-scripts] folder:
# CoreM
ensure crm-core
ensure [crm-scripts]Always place CoreM scripts after your framework (qb-core / qbx_core / es_extended) in server.cfg, otherwise they won’t detect it correctly.
Once crm-core is running, head to Configuration to point it at the framework, inventory and other systems your server uses.