Installation
This guide will walk you through setting up nox-hud on your FiveM server.
Prerequisites
Before installing nox-hud, ensure you have the following:
- FiveM Server with QBCore Framework
- ox_lib (latest version)
- Basic understanding of FiveM resource management
Step 1: Download
- Purchase and download nox-hud from noxcore.tebex.io
- Extract the downloaded archive
Step 2: Install Dependencies
Ensure ox_lib is installed and running:
ensure ox_lib
Step 3: Add Resource
- Place the
nox-hudfolder in your server'sresourcesdirectory - Add the following to your
server.cfg:
ensure ox_lib
ensure nox-hud
⚠️ Important: nox-hud must start AFTER ox_lib
Step 4: Configure
Edit the shared.lua file to customize your HUD settings. See the Configuration guide for detailed options.
Step 5: Restart Server
Restart your server or use:
refresh
ensure nox-hud
Troubleshooting
HUD not appearing
- Check if ox_lib is running:
ensure ox_lib - Verify resource order in server.cfg
- Check for errors in server console
Minimap position issues
- Check
resolutions.luafor your screen resolution - Adjust
posxandposyvalues as needed
Fuel not displaying
- Verify your fuel resource name in
shared.lua - Check if the fuel export exists
File Structure
nox-hud/
├── shared.lua # Main configuration (editable)
├── resolutions.lua # Screen resolution presets (editable)
├── fxmanifest.lua # Resource manifest
├── modules/ # Core modules (encrypted)
├── framework/ # Framework bridge (encrypted)
└── ui/ # React UI (built)
Editable Files
The following files are not encrypted and can be customized:
| File | Description |
|---|---|
shared.lua |
Main configuration options |
resolutions.lua |
Screen resolution presets |
Last updated: January 28, 2026