Docs / FiveM
Player Roster
Every player who joins your FiveM server is automatically linked to their Discord account and added to a permanent roster — no forms, no verification steps, no extra setup.
How it works
The docket_whitelist resource you already run for whitelist sync reports each player to Docket once per server session, right after they join. Docket records their in-game name, their Discord account (from the FiveM–Discord link every player already has), and their license identifier.
That builds the roster on Members → FiveM → All players: everyone who has ever played, matched to their Discord profile, with join counts and when they were last seen. The Online now tab stays the live snapshot.
Setup
If you already run whitelist sync, just update the resource:
- Re-download docket_whitelist from Dashboard → Integrations.
- Replace the old resource folder and restart it (or the server).
Your existing API key keeps working — nothing else changes. New to the resource? Follow the Whitelist Sync guide first.
Built to be light
The roster was designed to never load your server or ours:
- One small report per player per server session — a reconnect costs nothing.
- Reports are fire-and-forget: a player's join never waits on Docket.
- Docket writes each player at most once per 30 minutes, so even a full restart with a packed server is a brief trickle, then silence.