Initial setup
1
Get your license key
Register at keymaster.fivem.net and generate a server license key. Bind it to your CrazyNode server IP.
2
Enter the license in startup
In the panel, open Startup and paste your license key into the
sv_licenseKey variable.3
Start the server
Click Start. The server will download the latest FiveM artifacts on first boot.
4
Connect via FiveM client
Use
connect YOUR_SERVER_IP:PORT in the FiveM client console.Installing a framework
ESX Legacy
- Download ESX Legacy from the official GitHub.
- Upload the resources into
/resources/[esx]. - Import the SQL schema into your MySQL database.
- Configure
server.cfgand addensure es_extended.
QBCore
- Clone qb-core and dependencies into
/resources/[qb]. - Import the QBCore SQL file.
- Configure connection strings and add
ensure qb-coreinserver.cfg.
Editing server.cfg
Theserver.cfg file controls everything about your FiveM server — hostname, tags, resources, and permissions.
MySQL database
Most frameworks require MySQL. Provision a database from the panel’s Databases tab, then updateserver.cfg:
