Docs FiveM Integration Whitelist System
Whitelist System
4 min read
Blaze Sites can manage your entire whitelist — from application to automatic in-game approval.
How it works
- A player submits a whitelist application on your site
- Your staff reviews and approves it in the dashboard
- On approval, the player's Discord ID is added to your whitelist database
- When they join your server, the companion resource checks the whitelist and allows or denies entry
Setting up the whitelist form
Go to Applications → + New Form and create a Whitelist Application form.
Recommended questions:
- What is your in-game name? (Short text)
- How old are you? (Number, min: 16)
- Tell us about your RP experience. (Long text)
- Do you agree to our server rules? (Yes/No, required: Yes)
- Discord username (Short text)
Enabling whitelist enforcement on your server
In your server.cfg:
# Enable whitelist check via Blaze Sites
set blaze_whitelist "true"
set blaze_whitelist_message "You are not whitelisted. Apply at yourserver.blazesites.net/applications"
The companion resource will automatically verify each connecting player against your approved applicant list.
Managing the whitelist
All approved applicants are automatically whitelisted. You can also:
- Manually add a player: Applications → Whitelist → + Add manually (enter Discord ID)
- Remove a player: Find them in the whitelist list and click Remove
- Temporarily suspend: Toggle a player's whitelist status without deleting their application
Automatic Discord role assignment
When an application is approved:
- Go to Applications → [Form] → Settings → On Approval
- Select Assign Discord role
- Choose the role from your Discord server (requires Discord integration)
The player must have linked their Discord account on your site for this to work.