Skip to main content
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
FiveMX
Shop
Scripts
MLOs
Full Servers
Free Mods
Tools
Guides
All Products

Admin Visibility Script

Admin Visibility Script
Free
QBCore
ESX

Admin Visibility Script

by FiveMX WordPress recovery

Trust & Source

Safety reviewed
Download reachable
Source
CFX source (forum.cfx.re)
Destination
forum.cfx.re
Safety
Reviewed Jun 4, 2026
Last tested
Not recorded
Compatibility
QBCore, ESX
Dependencies
None listed
WP recovery CFX batch reviewed by Codex on 2026-06-04: CFX source URL, local WP media recovery, CDN rehost, duplicate check, concise non-spam content.

Download

Free download (ad supported)

Free downloads are supported by a brief ad page (Linkvertise) to keep this service running.

Production server?

Browse paid scripts with instant delivery, support signals, and no ad step.

Premium scriptsValue bundles

About This Mod

Admin Visibility Script is a free FiveM resource recovered from the original community release.

This FiveM script, developed by NProbleM, is a must-have for server administrators looking to enhance visibility and authority within their game. It allows admins to easily display their status to other players, facilitating smoother gameplay and promoting order. Features When an admin activates their status using the

Install check

  • Detected compatibility: QBCore, ESX
  • Read the source page before installing for dependencies, updates, and author support.
  • Test on a staging server before using it live.

Source

Original community release

Gallery

Premium Alternative

Looking for a production-ready version?

Get premium scripts with dedicated support, lifetime updates, and one-click installation.

Browse Premium ScriptsView Bundles

Compatibility

Frameworks
QBCore, ESX
Game Mode
FiveM

Download Info

Total Downloads
0
Last Updated
Jun 4, 2026

Safety & Source

Original Author
FiveMX WordPress recovery
Content Status
Safety reviewed

Community

Total Downloads
0
Listed By
FiveMX WordPress recovery

Frequently asked about this mod

Quick answers based on the information published for Admin Visibility Script.

What frameworks is Admin Visibility Script compatible with?
Admin Visibility Script is compatible with QBCore, ESX. It has been verified for FiveM servers.
How do I install Admin Visibility Script on my FiveM server?
Download the resource, extract it to your FiveM server's resources folder, add the resource name to your server.cfg, and restart your server. Installation instructions are included in the download.
Is Admin Visibility Script free to download?
Yes, Admin Visibility Script is completely free to download from FiveMX. No account required for free mod downloads.
Is Admin Visibility Script safe to use?
Yes, all free mods on FiveMX are verified and checked before being listed. Admin Visibility Script has been downloaded 0+ times by the FiveM community.

Have another question? Check the mod description above for more details.

Related Tutorials & Guides

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

Continue Exploring

Discover more resources for your FiveM or GTA 5 server.

Need a production-ready version?

Free mods are a good starting point. When your server needs stronger support, cleaner installs, and premium systems, move into the commercial hubs below.

Framework hub

Move from free QBCore resources into verified paid systems with support, updates, and cleaner install paths.

Open QBCore hub

Premium catalog

See paid scripts, framework labels, bundles, and install-ready products once the free version no longer covers your server needs.

Open premium shop

Money page

Add police, mechanic, gang, and economy systems around this mod with stronger commercial scripts.

See job scripts

Launch faster

Start from curated bundles

Bundles shorten setup time by grouping the highest-leverage systems into one commercial starting point.

View bundles
Back to Free Mods
Home
Free Mods
QBCore Admin Commands β€” Complete FiveM Reference

QBCore Admin Commands β€” Complete FiveM Reference

Complete QBCore admin command reference for FiveM servers: permissions, admin menu commands, player moderation, vehicle tools, money/job commands, reports, warnings, and troubleshooting.

ESX Admin Commands β€” Complete 2026 Reference

ESX Admin Commands β€” Complete 2026 Reference

Complete reference of ESX admin commands for FiveM RP servers β€” player management, vehicle spawning, money & jobs, world manipulation, plus a self-hosting setup guide for setting your first admin.

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…

Free FiveM Mods
Premium FiveM Scripts
Full FiveM Hub
FiveM Bundles
QBCore Scripts
ESX Scripts
Browse QBCore premium scripts
Compare premium FiveM systems
Build your jobs stack

FiveMX install guide

Written by the FiveMX editorial team based on the current CitizenFX artifact and each supported framework β€” not copy-pasted from the upstream post.

QBCore

Install Admin Visibility Script on QBCore

  1. 1Use the download button above to grab the archive from FiveMX.
  2. 2Extract the archive to resources/[qb]/admin-visibility-script on your server. Keep the resource folder name as-is β€” most manifests reference it verbatim.
  3. 3If the archive contains an SQL file (look for *.sql), import it into your FiveM database β€” FiveMX test servers use oxmysql against MariaDB 10.6.
  4. 4Add ensure admin-visibility-script to your server.cfg after the qb-core ensure line.
  5. 5If the mod ships a config.lua, open it before your first boot and match the job names, inventory items, and locale to your own qb-core setup β€” otherwise targets silently fall through.
  6. 6Restart the server and run ensure admin-visibility-script in the live console to confirm it loads without red errors. If you hit a dependency error, the mod probably needs or β€” install those first, then retry.
ESX Legacy

Install Admin Visibility Script on ESX Legacy

  1. 1Use the download button above to grab the archive from FiveMX.
  2. 2Extract the archive to resources/[esx]/admin-visibility-script on your server. Keep the resource folder name as-is β€” most manifests reference it verbatim.
  3. 3If the archive contains an SQL file (look for *.sql), import it into your FiveM database β€” FiveMX test servers use oxmysql against MariaDB 10.6.
  4. 4Add ensure admin-visibility-script to your server.cfg after es_extended.
  5. 5If the mod is for ESX Legacy, check whether it still calls legacy TriggerEvent("esx:getSharedObject") β€” some older releases need a one-line patch to use ESX = exports["es_extended"]:getSharedObject().
  6. 6Restart the server and run ensure admin-visibility-script in the live console to confirm it loads without red errors. If you hit a dependency error, the mod probably needs or β€” install those first, then retry.

Similar Free Mods

Other popular free mods you might find useful for your server.

The Most Advanced Appearance

The Most Advanced Appearance

258 downloads

In Game Map Editor V2 | Create Maps Directly In-Game

In Game Map Editor V2 | Create Maps Directly In-Game

208 downloads

[FREE] [OPEN SOURCE] Peak Sprays - A Truly Open-Source Spray Paint Script

[FREE] [OPEN SOURCE] Peak Sprays - A Truly Open-Source Spray Paint Script

200 downloads

🚬 RTX Smoking System β€” Hookah, Vapes, Cigarettes, Cigars, Bongs & Joints

🚬 RTX Smoking System β€” Hookah, Vapes, Cigarettes, Cigars, Bongs & Joints

174 downloads

Rex Island - [New Map] Los santos/ Cayo Perico

Rex Island - [New Map] Los santos/ Cayo Perico

143 downloads

Turkish Rummy (Okey & 101) System

Turkish Rummy (Okey & 101) System

134 downloads

ox_lib
ox_inventory
ox_lib
ox_inventory

Paid upgrades that fit this free mod

Keep the download flow free, but compare production-ready scripts and server packs before this resource becomes part of a live roleplay stack.

Instant deliveryVerified compatibilitySupport-ready setupBrowse all premium mods
View product: Super ESX Server
Super ESX Server FiveM product preview
Full Servers

Super ESX Server

The Super ESX Server is one of the best FiveM server templates - over 1.000 purchases! Want to know why we call it our Super Server? Check out our video to find out some of the basics details of the world. Update 10 is included, make sure to install v7 first and then use content of v10 yo

$400.00

View product
View product: ESX Server Base (by RibSosay)
ESX Server Base (by RibSosay) FiveM product preview
Full Servers

ESX Server Base (by RibSosay)

Prebuilt FiveM server with ESX framework GUARANTEE : We offer a guarantee ensuring compatibility with your setup.

$150.00

View product
View product: QBus / QBCore Full Server v4.1
QBus / QBCore Full Server v4.1 FiveM product preview
Full Servers4.3

QBus / QBCore Full Server v4.1

Complete server based on QBCore, fully optimized, updated to Official v3.6, contains more than 150 original and mythical QB resources, ready for you to start your server with a good base of the best quality in the market.

$250.00

View product
View product: Military Server
Military Server FiveM product preview
Full Servers

Military Server

Transform your FiveM experience with our comprehensive Military Server template! This pre-built server template delivers an immersive military base setup packed with premium content, ensuring your community dives straight into high-octane roleplay action from day one. Extensive Outfit Collection: Over 9GB of meticulously designed military outfits to give your characters the perfect look. Robust Vehicle Arsenal: 3GB of diverse and highly detailed military vehicles, ready to roll int

$89.00

View product