Dependencies

What xT Admin needs, and what it can optionally use.

Required

DependencyNotes
oxmysqlLogs, bans, ranks and settings are all persisted
ox_libCallbacks, keybinds, commands, locales
ox_inventoryItem and weapon giving, inventory viewing and wiping
Renewed-LibThe framework bridge - this is what makes the menu multi-framework
OneSyncMust be enabled

Renewed-Lib is how one menu supports five frameworks. It resolves character names, ids and offline money for QB, QBX, OX, ND and ESX behind a single API. Anything it does not cover sits behind a function in configs/server.lua that you can rewrite for your server.

Start them before xt-admin:

server.cfg
ensure oxmysql
ensure ox_lib
ensure ox_inventory
ensure Renewed-Lib

ensure xt-admin

Optional

None of these are required. Each one adds a feature, and the menu hides or refuses that feature cleanly when the resource is not running.

DependencyWhat it unlocks
screencaptureView Screen and Screenshot. Without it, those two buttons are refused and the console says so at start-up
illenium-appearanceThe Clothing Menu action. Any clothing resource works - it is one function in configs/server.lua
xt-weatherThe Weather / Time panel from the Personal tab. Also one function you can repoint
xt-adminportalThe same menu from a browser. Included in the bundle - see Admin Portal

Screen viewing quality

screencapture offers two transports, and xt-admin picks per session based on whether you have configured the second:

ModeSetupWhat you get
Snapshot (default)NothingA polled image roughly every 0.65s. Silent to the player
LiveDeploy screencapture's Cloudflare Worker and set the screencapture_live_endpoint convarReal 30fps video - but the player is shown a SCREEN LIVE overlay that the upstream resource does not let us suppress

Framework support

Defaults target QBX. Every framework-specific call in the resource sits behind a function in a config file you can edit - reviving, killing, cuffing, clothing, needs, fuel, offline inventory, and the Discord-to-license lookup used by the portal.

See Configuration for the full list and the ESX / ox_core snippets that ship commented out beside each one.

Edit this page on GitHub

MIT 2026 © xT Development.

On this page