Docs FiveM Integration Character Profiles

Character Profiles

3 min read

Give each character on your server a public profile page.


Requirements

  • QBCore framework (ESX support is limited)
  • FiveM Companion Resource connected
  • Blaze+ plan or above

Enabling character profiles

Go to Settings → FiveM Integration → Character Profiles and toggle On.

Each character gets a URL:

yourserver.blazesites.net/characters/firstname-lastname

What a character profile shows

SectionData source
Character nameQBCore charinfo.firstname + lastname
Profile photoCustom photo set via /setphoto command (if installed)
Current jobQBCore job.label
Job gradeQBCore job.grade.label
GangQBCore gang.label (if any)
BioCustom text set by player via their account page
Total hoursCalculated from session logs
Date createdCharacter creation timestamp
Vehicles ownedCount from QBCore vehicle table

In-game photo command

Install the optional photo resource (included in the companion zip under /extras/blaze-photo) to let players set their character photo in-game:

-- Players type this in-game:
/setphoto
-- Opens a URL prompt — player enters an image URL
-- Photo updates on their profile within 60 seconds

Privacy

Players can hide their character profile by going to their account page on your site and toggling Profile visibility: Private.

Server owners and staff with the View Profiles permission can always see all profiles regardless of privacy setting.