Skip to main content
Run a FiveM server on CrazyNode with support for popular frameworks like ESX, QBCore, and custom resources.

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

  1. Download ESX Legacy from the official GitHub.
  2. Upload the resources into /resources/[esx].
  3. Import the SQL schema into your MySQL database.
  4. Configure server.cfg and add ensure es_extended.

QBCore

  1. Clone qb-core and dependencies into /resources/[qb].
  2. Import the QBCore SQL file.
  3. Configure connection strings and add ensure qb-core in server.cfg.

Editing server.cfg

The server.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 update server.cfg:
Keep resources updated regularly and remove unused ones to keep server performance high.