FiveM — Lookup & DB Search
Enter a value (license / ID / token) in the lookup to retrieve all related information: accounts (Steam, XBL), Discord, license history and cross-platform matches.
Search options
License
The license is the primary key — from it we retrieve provider, linked accounts, history and snapshots.Example:
Always start with License when available — it gives the best context (provider, snapshots, history).
XBL (Xbox) ID
Shows the Xbox account/profile linked to the license. Useful to tie a license to a console profile.Example:
Use to locate Xbox profiles and cross-reference with other IDs.
Steam ID
Returns the Steam ID / username tied to the license — allows access to Steam profiles.Example:
Use to trace the player’s Steam footprint and public history.
Discord ID
Shows the Discord account associated with the license and preserves history if the user changes license — the linkage remains traceable.Example:
When licenses rotate, Discord history often helps reconnect events and previous tokens.
FiveM ID (Cfx)
Check if the user changed licenses while keeping the same Cfx client identifier.Example:
Useful to detect license rotations while tracking the same client instance.
IP address
You can also search the FiveM DB by IP address.Example:
IP searches return records where the IP was observed.
- Start with the License for the most context.
- IDs to reduce false positives.