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
| Section | Data source |
|---|---|
| Character name | QBCore charinfo.firstname + lastname |
| Profile photo | Custom photo set via /setphoto command (if installed) |
| Current job | QBCore job.label |
| Job grade | QBCore job.grade.label |
| Gang | QBCore gang.label (if any) |
| Bio | Custom text set by player via their account page |
| Total hours | Calculated from session logs |
| Date created | Character creation timestamp |
| Vehicles owned | Count 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.