Docs/ORB Banking/Installation

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

  1. 01Download orb_banking from your Tebex dashboard
  2. 02Extract it into your server's resources/ directory
  3. 03Keep the folder name orb_banking

Configure server.cfg

cfg
ensure ox_lib
ensure orb_banking

Optional: 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 locations
  • locales/** — All translatable text
  • web/build/config_ui.js — UI colors and fonts (no rebuild needed)