Skip to Content
Resourcesqb-hud Guide for QBCore - Setup, Status UI and Common Fixes

qb-hud Guide for QBCore

qb-hud is the QBCore heads-up display resource for player vitals and gameplay status. It shows health, armor, hunger, thirst, stress, cash, bank, vehicle state, compass data, harness state, and other roleplay indicators depending on your config.

Use qb-hud when you want the official QBCore HUD. Use the public QBCore HUD systems hub when you want to compare free and premium replacement HUDs.

What qb-hud Controls

HUD areaWhat to check
Player vitalsHealth, armor, hunger, thirst, stress
Money displayCash and bank popups
Vehicle HUDSpeed, fuel, engine health, seatbelt or harness states
CompassStreet names, heading, minimap alignment
Settings menuPlayer-side HUD preferences stored on the client
Developer indicatorsDev mode and admin/debug display when enabled

Installation

Place the resource in your QBCore resource folder:

cd resources/[qb] git clone https://github.com/qbcore-framework/qb-hud.git

Add it to server.cfg after qb-core:

ensure qb-core ensure qb-hud

Restart the server, join with a test character, and confirm that health, armor, hunger, thirst, and vehicle indicators update while playing.

Configuration Checklist

Most servers only need to review these items:

NeedFile or area
Disable or tune stressqb-hud/config.lua
Adjust hunger/thirst behaviorQBCore core config and status events
Fix minimap or border alignmentGTA display safezone setting
Reset a player’s HUD settingsIn-game HUD settings menu on that player’s client
Replace the whole HUDCompare alternatives on QBCore HUD systems

The official QBCore HUD stores some player settings on the player’s machine. If one player’s layout is broken, reset it through that player’s in-game HUD settings before changing server files.

Common Fixes

HUD does not show

  1. Confirm ensure qb-hud appears after ensure qb-core.
  2. Check the server console for startup errors.
  3. Check the client F8 console for UI errors.
  4. Disable other HUD resources temporarily to rule out duplicate UI conflicts.

Hunger, thirst or stress looks wrong

Check whether the issue is display or data:

  • If values never change, inspect the status events and QBCore config.
  • If values change but display wrong, inspect qb-hud/config.lua.
  • If only one player is affected, reset that player’s HUD settings.

Minimap borders do not align

Reset the GTA display safezone to default, then reconnect. Safezone changes often make HUD and minimap borders look misaligned even when the resource is working.

Harness indicator appears unexpectedly

The harness indicator appears when the server uses the harness item and the player is in a vehicle. Check the player’s inventory and the HUD config before removing the UI element.

When to Use a Replacement HUD

Stay with qb-hud if you want the official QBCore baseline, simple maintenance, and predictable compatibility. Consider a replacement HUD when you need a custom visual style, more vehicle widgets, branded layouts, or a premium support channel.

Compare options on the QBCore HUD systems hub.

Last updated on