Installation
Requirements
- FiveM server build 6116 or higher
- ox_lib (required)
- One of: QBox, QBCore, or ESX
No database setup is required — balances are read from and written to your framework's money system.
Download & Extract
- 01Download
orb_bankingfrom your Tebex dashboard - 02Extract it into your server's
resources/directory - 03Keep the folder name
orb_banking
Configure server.cfg
cfg
ensure ox_lib
ensure orb_bankingOptional: Discord Webhook
Set the webhook as a convar in server.cfg (not in config.lua, so it stays out of version control):
cfg
set banking_webhook "https://discord.com/api/webhooks/XXXX/XXXX"Editable Files
The resource ships with escrow encryption. The files listed in escrow_ignore are editable:
config.lua— All settings, limits, fees, and bank locationslocales/**— All translatable textweb/build/config_ui.js— UI colors and fonts (no rebuild needed)