QBCore Installation
Install QBCore using txAdmin’s recipe system.
Prerequisites
- txAdmin installed and configured
- Database (MariaDB/MySQL) set up
- License key configured
Installation Steps
Method 1: txAdmin Recipe (Recommended)
- Open txAdmin web interface
- Navigate to “Recipes” section
- Select “QBCore” recipe
- Click “Install Recipe”
- Follow setup wizard
- Configure database connection
- Complete installation
Method 2: Manual Installation
- Download QBCore from GitHub
- Extract to
resourcesfolder - Configure database in
qb-core/config.lua - Import SQL files to database
- Start resource:
ensure qb-core
Database Setup
Import the following SQL files:
qb-core.sql- Core tablesqb-vehicles.sql- Vehicle dataqb-items.sql- Item definitions
Validation
After installation:
- ✅ Server starts without errors
- ✅ Database tables created
- ✅ Resource
qb-corerunning - ✅ Can join server and spawn
Next Steps
Last updated on