Admin Commands
Reference for current oxide-banking admin and utility commands.
Admin and utility commands for oxide-banking.
Who Can Use These
All admin commands require the player to be in the group.admin permission group. Most frameworks put server admins in this group automatically. If a command does nothing for you, add yourself in server.cfg:
add_principal identifier.license:YOUR_LICENSE group.admin(Replace YOUR_LICENSE with your FiveM license identifier, then restart the server.)
In the tables below, <citizenid> means the player's character ID from your framework — not their server ID.
Player Account Commands
| Command | What it does |
|---|---|
/freezeaccount <citizenid> <reason> | Freeze a player's bank account so no money can move |
/unfreezeaccount <citizenid> | Remove the freeze |
/setcreditscore <citizenid> <score> | Set a player's credit score (300–850) |
/viewplayeraccounts <citizenid> | Show all of a player's accounts and balances |
Job Account Commands
| Command | What it does |
|---|---|
/addjobmoney <account> <amount> [reason] | Add money to a job account (e.g. police) |
/removejobmoney <account> <amount> [reason] | Remove money from a job account |
/setjobmoney <account> <amount> | Set a job account's balance exactly |
/viewjobaccount <account> | Show a job account's balance and details |
/listjobaccounts | List every job account on the server |
Loan And Credit Commands
| Command | What it does |
|---|---|
/pendingloans | Show loans waiting for admin approval |
/approveloan <loanId> | Approve a pending loan |
/denyloan <loanId> [reason] | Deny a pending loan |
/recalculatecredit <citizenid> | Recalculate a player's credit score from scratch |
/forceinquirydecay | Age out old credit inquiries immediately |
Schedule Commands
Banking runs interest, loan payments, and other tasks on its own daily schedule (see Configuration). These commands let you check on it or run a task right now instead of waiting:
| Command | What it does |
|---|---|
/schedulerstatus | Show the current banking day and schedule state |
/forcedayincrement | Advance to the next banking day and run all daily tasks |
/forceinterest | Pay out savings interest now |
/forceloanpayments | Collect due loan payments now |
/forceinvoices | Process overdue invoices now |
/forcemarketupdate | Update investment market prices now |
/forcerecurring | Process recurring payments now |
/forcedividends | Pay out investment dividends now |
/forcecardcleanup | Delete old cancelled card records now |
Debugging
| Command | What it does |
|---|---|
/bankingdebug | Toggle extra banking output in the server console |
/bankingdebug only works if Config.DebugSettings.AllowInProduction = true. Debug output can include player details, so leave it off on a live server and turn it on only while troubleshooting.
Player Utility Command
| Command | What it does | Who can use it |
|---|---|---|
/givecash <id> <amount> | Hand cash to a nearby player | Everyone (it gives the player's own cash, not free money) |