-
Verified Servers
-
Players Tracked
-
Moderation Events
What You Get

Moderation that actually sticks.

Built for FiveM communities who are done playing whack-a-mole with the same bad actors.

Look Anyone Up
Search by UUID, Discord ID, FiveM license, or Rockstar ID. See everything across every connected server, in one place, instantly.
Reputation Score
Every ban, kick, and warning adds up. At a glance you know if someone is CLEAN, CAUTION, WARNING, or straight up DANGER before they ever connect.
No More Alt Accounts
PRL links Discord, FiveM, and Rockstar identifiers together. New account, same history. You can't just wipe and respawn your reputation.
Secure by Default
Every report is signed with HMAC-SHA256. Nonce-based replay protection baked in. Nobody can fake a ban or poison the database.
Discord Bot Included
Run /prl lookup right in your Discord. No tab switching, no copy-pasting. Your mods can check anyone without leaving the conversation.
Drop-in FiveM Resource
Works with txAdmin out of the box. Bans, kicks, warns go straight to the network automatically. ESX, QB-Core, or standalone, it just works.
Setup

Drop in the resource, done.

The prl-client FiveM resource hooks directly into txAdmin. Bans, kicks, and warns are submitted automatically, no extra wiring, no custom menus to touch.

Add your API key to config.lua, drop the folder in your resources, add ensure prl-client to server.cfg and you're done.

Get your API key
server.cfg cfg
# after your other resources
ensure prl-client
config.lua Lua
-- only three fields required
PRL.Config = {
  ApiBase   = 'https://lookup.crunchbyte.org/api',
  ApiKey    = 'prl_xxxxxxxxxxxx',
  ApiSecret = 'yyyyyyyyyyyyyyyy',

  -- everything else is optional
  AutoSubmitBan  = true,
  AutoSubmitKick = true,
  AutoSubmitWarn = true,
}
How It Works

Register once, report automatically.

01

Register & Verify

Log in with Discord, register your server, then run /prl verify in your server. The bot generates a one-time code, paste it in the dashboard.

02

Add the Resource

Drop prl-client into your resources folder, fill in your API key, and add ensure prl-client to server.cfg.

03

txAdmin Does the Rest

Every ban, kick, warn, and revocation from txAdmin is automatically submitted. Run /prltest in-game to confirm it's working.

txAdmin Hooks
playerBanned
Submits a BAN event
playerKicked
Submits a KICK event
playerWarned
Submits a WARN event
actionRevoked
Links a revocation NOTE to the original event