[Paid] Watch Any Player's Screen Live — A Complete FiveM Admin Menu (ns-admin)

[Paid] ns-admin :shield: — A Complete FiveM Admin Menu, with Watch Screen

A full admin menu for your FiveM server — moderation, developer tools, a ticket system, staff roles, and Watch Screen: watch any player’s screen live, in real time. Catch cheaters in the act, keep an eye on several players at once in a security-camera grid, and run everything from one clean panel. Works on any server: ESX, QBCore, Qbox or fully standalone, with no dependencies to install. :cowboy_hat_face:

:movie_camera: Preview

Screenshots:

:link: Links

:puzzle_piece: Requirements

  • :brick: None — no framework, no screenshot-basic, no external services. Framework features (money / job / inventory) turn on automatically on ESX / QBCore / Qbox.

:sparkles: Features

  • :television: Watch Screen (live spectate) — watch any player’s screen in real time; the video streams player-to-admin peer-to-peer and never touches your server
  • :control_knobs: Multi-window grid — watch up to 9 players at once, each cell showing live stats (health, armor, weapon, location, ping, FPS)
  • :magnifying_glass_tilted_right: Admin panel (F6) — searchable player list + full inspector: identifiers, job, money, warnings and live info at a glance
  • :balance_scale: Moderation — kick, ban, warn, freeze, heal, revive, goto & bring, with chat commands and ready-made ban durations (1h / 1d / 7d / 30d / permanent) + an offline ban manager
  • :ticket: Ticket system — players open a report with a category form; admins claim, resolve, teleport and spectate from a dedicated dashboard (open / claimed / resolved tabs, saved to file)
  • :hammer_and_wrench: Developer tools — noclip, free camera, and a Dev Laser you aim to inspect any entity, then clone / grab / place it with an in-world editor
  • :water_pistol: Spawners — categorized weapon picker, vehicle spawner (auto-gives keys on qb / qbx / Renewed / wasabi car-lock), ped spawner (peds, animals, story characters) and become-ped
  • :sun_behind_rain_cloud: World control — weather, time-of-day presets, teleport presets to popular spots, clean / repair vehicles, and a hold-key two-ring radial menu
  • :label: ESP & name tags — names, health bars and map blips over every player
  • :busts_in_silhouette: Roles & permissions — ships with admin & mod, add as many custom tiers as you like, and assign roles to staff live from the panel (no restart — it sticks)
  • :clipboard: Discord logging — separate webhooks for the admin audit log, screenshots / clips, and tickets; every action logged with who did what

:gear: Configuration

Everything lives in one config.lua — roles & permissions, which actions each tier can use, ban durations, spawn catalogs, weather / time / teleport presets, keybinds and messages. config.lua and bridge.lua ship open so you can configure it and wire your own framework hooks.

Config.PanelKey = 'F6'      -- panel open key (rebindable)
Config.MaxCells = 9         -- how many players you can watch at once
Config.Roles = {
    { name = 'admin', aces = { 'ns.admin', 'group.admin' }, perms = '*' },
    { name = 'mod',   aces = { 'ns.mod',   'group.mod'   }, perms = { 'watch', 'players', 'reports', 'kick', 'warn', 'freeze' } },

Webhooks are set as server convars (ns_admin_log_webhook, ns_admin_webhook, ns_admin_ticket_webhook) in server.cfg — never in config.lua — so your URLs never reach clients.

:package: Install

  1. Drop ns-admin/ into your resources/
  2. Add to server.cfg:
ensure ns-admin
  1. Grant your admins access with one line:
add_ace group.admin ns.admin allow
  1. Restart the server and press F6 in-game :rocket:

The permission gate is always on — until you grant a role, the panel opens for nobody (by design). Framework admins already in group.admin are covered by the line above.

:glowing_star: Other Native Scripts Releases

Free

Paid

Code is accessible Yes
Subscription-based No
Lines (approximately) +10.000
Requirements None (Standalone / ESX / QBCore / Qbox)
Support Yes
6 Likes

usefull for devs and server staffs, i like it.:smiling_face_with_sunglasses: