NexureNexure
Racing System

Installation Guide

Step-by-step instructions to install and verify the Nexure Racing System on your FiveM server.

Overview

Follow this guide to install the Nexure Racing System on your FiveM server. Each step keeps the process deterministic so you can quickly track down any issues.

Prerequisites

  • Active FiveM server with resource upload access.
  • Basic familiarity with editing server.cfg and running SQL migrations.
  • Discord access for grabbing updates and support.

Supported Frameworks

Dependencies

Install and configure these shared libraries first:

Installation Steps

Retrieve your asset from Cfx.re Portal.

Extract the archive and upload the nx_racing folder to your FiveM resources directory.

Append the following line to server.cfg to ensure the resource starts:

ensure nx_racing

Locate the SQL files and run them through your preferred client (e.g. HeidiSQL):

Racing.sql
Tracks.sql

Racing.sql is automatically imported if autoSQL.enabled remains true, but Tracks.sql must be imported manually.

Restart the server, watch the console for errors, and hop in-game to ensure the UI opens correctly.

Inventory Item Shortcut

Hooking the racing tablet into your inventory? Jump to the inventory integration guide for a ready-made item definition.

Troubleshooting

Need Help?

Review the troubleshooting guide or swing by the Discord if anything feels off during installation.

On this page