Skip to main content
  • Instant digital delivery
  • Lifetime updates on selected products
  • Trusted by server owners
FiveMX
Shop
Full ServersBundlesNew releases
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
  • FiveM Mods
  • 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

Server Templates

  • QBCore Server Template
  • ESX Server Template
  • NoPixel Server Template
  • Server Packs
  • Free Server Templates
  • Tebex Alternative
© 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.
DiscordDocs

6 product images available.

Compatibility:

CodeM mBossmenu — Boss Management System

$6.99

Secure Checkout

Cards, Apple Pay, Google Pay, iDEAL/Wero, Bancontact, EPS, Przelewy24, and optional Crypto where available via Stripe.

Instant file access after paymentSupport and refund policy shown before checkout
Ask support before buyingRead refund policy
Instant Access
SSL Encrypted
Cards, wallets, bank redirects
Frameworksesx, qbcore, qbox
Setup

Requires a FiveM server, ESX or QBCore, access to server resources, and permission to restart the resource after configuration.

RequirementsPublished on this page
PreviewAvailable

Description

Video

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

Config file

Config = {}
Config.Framework = 'esx' -- autodetect, qb, oldqb, esx, oldesx
Config.SQL = oxmysql          -- oxmysql, ghmattimysql, mysql-async
Config.ItemImagesFolder = nui://ox_inventory/web/images/
Config.MenuKey = 38
Config.InteractionHandler = 'ox_target' -- drawtext, ox_target, qb_target, qb_textui, esx_textui
Config.AdminMenuCommand = adminboss 
Config.DefaultImage = ''
Config.Admins = {
    admin,
    superadmin,
    god,
    mod,
    moderator,
}


Config.Certifications = {
    {
        name = air_support,
        label = Air Support Division,
        icon = 'air_support_icon.svg',
    },
    {
        name = burglary_task,
        label = Burglary Task Force,
        icon = 'burglary_task_icon.svg',
    },
    {
        name = field_training_officer,
        label = Field Officer,
        icon = 'field_training_icon.svg',
    },
    {
        name = high_speed_pursuit_unit,
        label = High Speed Pursuit Unit,
        icon = 'high_speed_pursuit_unit_icon.svg',
    },
    {
        name = high_value_target_unit,
        label = High Value Target Unit,
        icon = 'high_value_target_unit_icon.svg',
    },
    {
        name = k9_unit,
        label = K9 Unit,
        icon = 'k9_unit_icon.svg',
    },
    {
        name = major_crimes_unit,
        label = Major Crimes Unit,
        icon = 'major_crimes_unit_icon.svg',
    },
    {
        name = motorcycle,
        label = Motorcycle,
        icon = 'motorcycle_icon.svg',
    },
    {
        name = shark_rangers_unit,
        label = Shark Rangers Unit,
        icon = 'shark_rangers_icon.svg',
    },
}

Config.Inventory = ox_inventory -- codem-inventory, qb_inventory, esx_inventory, ox_inventory, qs_inventory

Config.BlacklistedItems = {          -- items you don't want to show up on the menu
    -- water,
    -- weapon_pistol
}

Config.Notify = function(message)
    if Config.Framework == 'esx' or Config.Framework == 'oldesx' then
        TriggerEvent(esx:showNotification, message)
    else
        TriggerEvent('QBCore:Notify', message, info, 1500)
    end
end
Config.Clothes = fivem-appearance -- fivem-appearance -- illenium-appearance -- codem-appearance -- esx_skin -- qb-clothing

function openClothingMenu()
    if Config.Clothes == 'fivem-appearance' then
        TriggerEvent(fivem-appearance:client:openClothingShopMenu, false)
    end
    if Config.Clothes == 'illenium-appearance' then
        TriggerEvent(illenium-appearance:client:openClothingShop, false)        
    end
    if Config.Clothes == 'codem-appearance' then
        TriggerEvent(codem-appereance:OpenClothing)
         --[[
            // Add this code in codem-appereance client/clothing.lua

           RegisterNetEvent(codem-appereance:OpenClothing)
            AddEventHandler(codem-appereance:OpenClothing, function()
                OpenMenu(binco)
            end)
        --]]
    end
    if Config.Clothes == 'esx_skin' then
        TriggerEvent(esx_skin:openMenu)
    end
    if Config.Clothes == 'qb-clothes' then
        TriggerEvent(qb-clothing:client:openMenu)
    end
end

function RefreshSkin()
    if Config.Clothes == 'fivem-appearance' then
        TriggerEvent(fivem-appearance:client:reloadSkin)
    end
    if Config.Clothes == 'illenium-appearance' then
        TriggerEvent(illenium-appearance:client:reloadSkin)        
    end
    if Config.Clothes == 'codem-appearance' then
        TriggerEvent(codem-appearance:reloadSkin)
    end
    if Config.Clothes == 'esx_skin' then
        TriggerEvent(esx_skin:getLastSkin, function(lastSkin)
            TriggerEvent('skinchanger:loadSkin', lastSkin)
        end)
    end
    if Config.Clothes == 'qb-clothes' then
        TriggerEvent(qb-clothing:reloadSkin)
        --[[
            // Add this code in qb-clothing client/main.lua

            RegisterNetEvent(qb-clothing:reloadSkin)
            AddEventHandler(qb-clothing:reloadSkin, function()      
                local playerPed = PlayerPedId()
                local health = GetEntityHealth(playerPed)
                reloadSkin(health)
            end)
        --]]
    end
end

function onBossMenuOpen()
end

function onBossMenuClose()
end

function badgenumber(source)
    -- your function to get player badge number
    return 0
end

Related Products You Might Like

  • FiveM Jobs Creator - Create custom jobs easily, trusted by 321+ servers
  • Core Multiple Jobs - Allow players multiple jobs simultaneously with 229+ sales
  • ESX Plugin For EasyAdmin - Admin management integration with 219+ servers
  • QBCore Framework Server - Complete QBCore server with boss menus included

Installation notes

Requires a FiveM server, ESX or QBCore, access to server resources, and permission to restart the resource after configuration.
Installation notes
Requires a FiveM server, ESX or QBCore, access to server resources, and permission to restart the resource after configuration.

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

CodeM mBossmenu — Boss Management System is positioned to reduce Job Scripts instead of making you rebuild the same system from scratch.

Compatibility

Works with esx, qbcore, qbox. 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, Preview video, Product Q&A

Product fit, setup, and proof at a glance

Use the published facts on this page to confirm whether CodeM mBossmenu — Boss Management System matches your server before checkout.

Compatibility

Frameworks
ESX, QBCore, QBOX
Category
Job Scripts

Setup & requirements

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

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.

DescriptionRequirementsPreview video
Job Scripts
Compatibility:
ESX
QBCore
QBOX

CodeM mBossmenu — Boss Management System

Review process
$6.99

Secure Checkout

Cards, Apple Pay, Google Pay, iDEAL/Wero, Bancontact, EPS, Przelewy24, and optional Crypto where available via Stripe.

Instant file access after paymentSupport and refund policy shown before checkout
Ask support before buyingRead refund policy
Instant Access
SSL Encrypted
Cards, wallets, bank redirects
Frameworksesx, qbcore, qbox
Setup

Requires a FiveM server, ESX or QBCore, access to server resources, and permission to restart the resource after configuration.

RequirementsPublished on this page
PreviewAvailable
Home
Shop
Job Scripts
Job Scripts
ESX
QBCore
QBOX
Review process

Key Features

  • Multi-Framework Support

    Compatible with ESX, OldESX, QBCore, and OldQBCore frameworks with autodetect capability

  • Multiple SQL Database Options

    Supports oxmysql, ghmattimysql, and mysql-async database systems

  • Flexible Interaction Handlers

    Configurable interaction methods including ox_target, drawtext, qb_target, qb_textui, and esx_textui

  • Nine Certification Divisions

    Pre-configured certification system including Air Support Division, K9 Unit, High Speed Pursuit Unit, Major Crimes Unit, Motorcycle, Burglary Task Force, High Value Target Unit, Field Officer, and Shark Rangers Unit

  • Multiple Clothing System Integration

    Compatible with fivem-appearance, illenium-appearance, codem-appearance, esx_skin, and qb-clothing systems

Frequently Asked Questions

Related Products

$22.99
$8.99
$16.99
$35.99

More from CodeM

CodeM Admin Menu

CodeM Admin Menu

CodeM xPawnshop — Advanced Pawn Shop Script

CodeM xPawnshop — Advanced Pawn Shop Script

CodeM mHunting — Hunting & Wildlife System

CodeM mHunting — Hunting & Wildlife System

CodeM mTaxiJob — Advanced Taxi Script

CodeM mTaxiJob — Advanced Taxi Script

View all from CodeM

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 EMS ScriptsExplore Economy & BankingExplore Mechanic ScriptsBrowse all scriptsJob Scripts scriptsesx scriptsTry QBCore insteadTry QBox insteadFree FiveM modsCompare bundles
FiveM Jobs Creator | ESX v4.0

FiveM Jobs Creator | ESX v4.0

FiveM DJ Script

FiveM DJ Script

FiveM Torture System

FiveM Torture System

LB Tablet

LB Tablet