Search like you already know
Filter instantly by player, identifier, category, level, or server. No more digging through endless Discord channels.
Every join, transaction, staff action, and error in one fast dashboard. Find out what happened, when it happened, and who was involved.
Designed for owners, developers, and staff teams who need the facts.
Filter instantly by player, identifier, category, level, or server. No more digging through endless Discord channels.
New events appear automatically without reloading the page.
Every server gets a separate key that you can revoke or rotate instantly.
Organize logs around your server: economy, inventory, combat, staff, and more.
Store coordinates, items, amounts, and custom fields with every event.
{ "item": "WEAPON_PISTOL", "amount": 1 }Send JSON from any FiveM resource. Your API key automatically links the event to the right server.
PerformHttpRequest(LOGS_URL, function() end,
'POST', json.encode({
category = 'economy',
level = 'info',
message = 'Player purchased a vehicle',
player_name = GetPlayerName(source),
metadata = { model = 'sultan', price = 45000 }
}), { ['x-api-key'] = LOGS_KEY,
['Content-Type'] = 'application/json' })For a small community that wants control.
For active servers and staff teams.
For large, high-volume communities.