Skip to main content

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:

c0bef349c7f6ad052c6769c4af3a6c40104d056d
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:

2535467952730251
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:

11000015e09f26b
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:

725358573609287800
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:

13905447
Useful to detect license rotations while tracking the same client instance.

IP address

You can also search the FiveM DB by IP address.

Example:

203.0.113.45
IP searches return records where the IP was observed.

  • Start with the License for the most context.
  • IDs to reduce false positives.
I