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

CommandWhat 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

CommandWhat 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
/listjobaccountsList every job account on the server

Loan And Credit Commands

CommandWhat it does
/pendingloansShow 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
/forceinquirydecayAge 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:

CommandWhat it does
/schedulerstatusShow the current banking day and schedule state
/forcedayincrementAdvance to the next banking day and run all daily tasks
/forceinterestPay out savings interest now
/forceloanpaymentsCollect due loan payments now
/forceinvoicesProcess overdue invoices now
/forcemarketupdateUpdate investment market prices now
/forcerecurringProcess recurring payments now
/forcedividendsPay out investment dividends now
/forcecardcleanupDelete old cancelled card records now

Debugging

CommandWhat it does
/bankingdebugToggle 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

CommandWhat it doesWho can use it
/givecash <id> <amount>Hand cash to a nearby playerEveryone (it gives the player's own cash, not free money)