Installation

Install Alpy Banking on your FiveM server with ESX or QBCore.

  1. Copy the resource

    Place the AlpyBanking folder in your server's resources/ directory.

  2. Ensure dependencies

    ensure oxmysql
    ensure ox_lib
    ensure es_extended   # or qb-core / qbx_core
    ensure ox_target     # optional — only for target mode
    ensure AlpyBanking
  3. Configure both config files

    Edit config.lua for gameplay settings. Edit server.config.lua for Discord webhooks (server-only — never sent to clients).

  4. Restart the server

    Database tables (alpy_accounts, alpy_transactions, alpy_cards, loan tables) are created automatically on first start.

Alpy Banking PIN login screen

server.config.lua

Add server.config.lua to .gitignore so webhook URLs are never committed to a public repository.