Skip to main content
FiveMX
Shop
Scripts
MLOs
Full Servers
Free Mods
Tools
Guides
All Products
FiveMX

Start building your server today.

Curated FiveM resources, instant delivery, free starter mods, and practical guides in one calm marketplace.

Browse the shopsupport@fivemx.com

Shop

  • Shop
  • All Products
  • Free Mods
  • Best Scripts & Mods
  • FiveM Scripts

Frameworks

  • QBCore Scripts
  • ESX Scripts
  • QBox
  • Standalone

Community

  • Blog
  • Support
  • Creators
  • Affiliate

Legal

  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Digital Delivery
  • Cookie Policy
  • GDPR Compliance
  • DMCA
  • Imprint
  • Editorial Policy
© 2026 FiveMX. All rights reserved.·FiveMX is not affiliated with Rockstar Games, Take-Two Interactive, or CFX.re. All trademarks are property of their respective owners.
GitHubDiscordDocs
Compatibility:

Brutal Report System

Brutal Report System - professional ESX script with custom features and optimized performance for FiveM servers. Compatible with ESX framework.

Instant Access
14-day refund policy
Secure Checkout
$4.49
Instant file access after payment
Support and refund policy shown before checkout
Works with esx, qbcore, qbox, standalone
  • Instant Access
  • SSL Encrypted
  • Card, Klarna, wallets
Frameworks

esx, qbcore, qbox, standalone

Requirements

Published on this page

Preview

Available

Card, Klarna and supported wallets via Stripe. More local methods may appear when available for your region.

Ask support before buyingRead refund policy

Support expectation

Support covers download access, missing delivered files, and questions based on the published setup notes.

Custom installation, framework conversion, live server setup, and custom feature work are not included unless stated on the product page.

Ask before buying if your server uses heavily modified framework, inventory, or database resources.

Building a larger server?Compare curated bundles before checkout if you need multiple compatible scripts.View FiveM bundles

Product fit, setup, and proof at a glance

Use the published facts on this page to confirm whether Brutal Report System matches your server before checkout.

Compatibility

Frameworks
ESX, QBCore, QBOX, Standalone
Category
Admin Tools

Setup & requirements

Install flow
Download → resources folder → ensure in server.cfg
Requirements
Published on this page
File size
13.51 KB

Proof & buyer questions

Reviews
No reviews yet
Answered Q&A
Ask before buying

Only the facts published on this page should be treated as confirmed. If you need more detail, review the description, requirements, changelog, reviews, and product Q&A before checkout.

Buy this when it saves setup time

Use this checklist to decide quickly whether the resource fits your current server build, framework, and support expectations.

Server-owner payoff

Brutal Report System is positioned to reduce Admin Tools instead of making you rebuild the same system from scratch.

Compatibility

Works with esx, qbcore, qbox, standalone. Check the requirements block before adding it to a live stack.

Purchase confidence

Instant download, Stripe checkout, support access, and refund policy context are shown before payment.

Decision assets

Requirements, installation details, Preview video, Product Q&A

Description

https://www.youtube.com/watch?v=N2Jh8OKPdto

Config file


----------------------------------------------------------------------------------------------
------------------------------------| BRUTAL REPORTS :) |-------------------------------------
----------------------------------------------------------------------------------------------

--[[

Hi, thank you for buying our script, We are very grateful!

For help join our Discord server:     https://discord.gg/85u2u5c8q9
More informations about the script:   https://docs.brutalscripts.com

--]]

Config = {
    Core = 'STANDALONE',  -- ESX / QBCORE / STANDALONE  | Other core setting on the 'core' folder and the client and server utils.lua
    ReportMenu = {Command = 'report', CommandLabel = 'Use the command to open the Report Menu'},
    AdminMenu = {Command = 'reports', CommandLabel = 'Use the command to open the Report List'},
    AdminNotify = {Command = 'an', CommandLabel = 'Use the command to switch off/on the report admin notifys'},

    PlayerLoadedTime = 5000, -- in ms | 1000 = 1 sec (Only if the Core = STANDALONE)
    IdentifierType = 'core',  -- core / steam / license / discord | What you can copy in the admin menu!

    AdminGroups = {'superadmin', 'admin', 'mod'},  -- Only if the Core = ESX / QBCORE
    IdentifierPermission = false,  -- If Core = STANDALONE then this is in use

    Admins = {
        'discord:806082985861447691',
        'discord:692782027866636308',

        --[[ TYPES ]]--
        -- 'steam:123456789',
        -- 'license:123456789',
        -- 'fivem:123456789',
        -- 'ip:123456789',
        -- 'discord:123456789',
    },

    --[[ Add your Webhook in >> server-utils.lua ]]--
    Webhooks = {
        Locale = {
            ['New Report'] = 'New Report',
            ['Closed Report'] = 'Closed Report',

            ['Category'] = 'Category',
            ['Title'] = 'Title',
            ['Description'] = 'Description',
            ['Player details'] = 'Player details',
            ['Admin details'] = 'Admin details',
            ['ID'] = 'ID',
            ['Name'] = 'Name',
            ['Identifier'] = 'Identifier',
            ['Discord'] = 'Discord',

            ['Time'] = 'Time ⏲️'
        },
        -- To change a webhook color you need to set the decimal value of a color, you can use this website to do that - https://www.mathsisfun.com/hexadecimal-decimal-colors.html
        Colors = {
            ['newReport'] = 16776960, 
            ['closeReport'] = 16711680
        }
    },

    -----------------------------------------------------------
    -----------------------| TRANSLATE |-----------------------
    -----------------------------------------------------------

    NoneAdmin = 'None',
    Report = 'Report #',

    Notify = {
        [1] =  {'Brutal Reports', An admin send you a Message!, 5000, 'info'},
        [2] =  {'Brutal Reports', You don't have permission to use the Command!, 5000, 'error'},
        [3] =  {'Brutal Reports', Your report has been closed!, 5000, 'info'},
        [4] =  {'Brutal Reports', You have got freeze!, 5000, 'info'},
        [5] =  {'Brutal Reports', You have got unfreeze!, 5000, 'info'},
        [6] =  {'Brutal Reports', You have got revive!, 5000, 'info'},
        [7] =  {'Brutal Reports', A new report has arrived!, 5000, 'info'},
        [8] =  {'Brutal Reports', Has been closed!, 5000, 'info'},
        [9] =  {'Brutal Reports', Admin Notify: OFF, 5000, 'info'},
        [10] = {'Brutal Reports', Admin Notify: ON, 5000, 'info'},
        [11] = {'Brutal Reports', The title is too long,
Maximum 25 character!, 5000, 'error'}, [12] = {'Brutal Reports', Please fill all the spaces!, 5000, 'error'}, [13] = {'Brutal Reports', You can't open your own report!, 5000, 'error'}, } }

Related QBCore Scripts

  • Fingerprint, Gunshot & Wanted System
  • Bank Robbery (qbCore)
  • Frkn Spawn Selector v2
  • FiveM Mechanic System [ESX/QB]

Installation notes

Requires a FiveM server, ESX or QBCore, access to server resources, and permission to restart the resource after configuration.
DescriptionRequirementsPreview video
Home
Shop
Admin Tools
Admin Tools
ESX
QBCore
QBOX
Standalone
Review process
Review process

Key Features

  • Multi-Core Framework Support

    Compatible with STANDALONE, ESX, and QBCORE frameworks with configurable core settings

  • Player Report Menu

    Players can submit reports using the /report command to open the Report Menu

  • Admin Report Management

    Admins access a complete Report List via the /reports command to view and manage all submitted reports

  • Discord Webhook Integration

    Reports are logged to Discord webhooks with customizable colors and detailed formatting including player details, admin details, and timestamps

  • Flexible Admin Permissions

    Supports multiple identifier types (steam, license, fivem, ip, discord) and admin groups (superadmin, admin, mod) for permission management

Frequently Asked Questions

Community Q&A

0 questions

No Questions

Be the first to ask a question!

0/500 characters (minimum 10)

Your question will be reviewed before appearing publicly.

Related Products

$4.49
$11.49
$11.49
$8.49

More from Brutal

Brutal Gym

Brutal Gym

Brutal Banking (ESX/QB)

Brutal Banking (ESX/QB)

Brutal Police Job

Brutal Police Job

Brutal Yacht Heist

Brutal Yacht Heist

View all from Brutal

Related Tutorials & Guides

Learn more about setting up, configuring, and using this type of resource.

ESX vs QBCore vs QBOX: Technical Framework Comparison 2026

ESX vs QBCore vs QBOX: Technical Framework Comparison 2026

Choosing a framework is the single most consequential decision when building a FiveM server. It determines which scripts you can use, how your developers write code, the…

FiveM Frameworks Explained: Complete Guide to ESX, QBCore & QBOX

FiveM Frameworks Explained: Complete Guide to ESX, QBCore & QBOX

FiveM frameworks form the backbone of roleplay servers. They're not just code libraries—they're complete systems that manage player identity, jobs, inventory, permissions,…

QBox Framework Guide: Migrate from QBCore and Boost Performance (2026)

QBox Framework Guide: Migrate from QBCore and Boost Performance (2026)

QBox has firmly established itself as the natural successor to QBCore in the FiveM roleplay ecosystem.

Continue Building Your FiveM Server

Use this product as part of a larger setup. Explore related categories, alternative frameworks, premium bundles, and free companion downloads.

Explore Police ScriptsExplore Economy & BankingBrowse all scriptsAdmin Tools scriptsesx scriptsTry QBCore insteadTry QBox insteadFree FiveM modsCompare bundles
ESX Menu List

ESX Menu List

RAHE Speakers System — Audio Speaker Script

RAHE Speakers System — Audio Speaker Script

QuantV Graphic Mod — FiveM & GTA V

QuantV Graphic Mod — FiveM & GTA V

CodeM Admin Menu

CodeM Admin Menu