Copy the resource
Place the
AlpyBankingfolder in your server'sresources/directory.Ensure dependencies
ensure oxmysql ensure ox_lib ensure es_extended # or qb-core / qbx_core ensure ox_target # optional — only for target mode ensure AlpyBankingConfigure both config files
Edit
config.luafor gameplay settings. Editserver.config.luafor Discord webhooks (server-only — never sent to clients).Restart the server
Database tables (
alpy_accounts,alpy_transactions,alpy_cards, loan tables) are created automatically on first start.

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