Skip to Content
FrameworksQbcoreQBCore Installation

QBCore Installation

Install QBCore using txAdmin’s recipe system.

Prerequisites

  • txAdmin installed and configured
  • Database (MariaDB/MySQL) set up
  • License key configured

Installation Steps

  1. Open txAdmin web interface
  2. Navigate to “Recipes” section
  3. Select “QBCore” recipe
  4. Click “Install Recipe”
  5. Follow setup wizard
  6. Configure database connection
  7. Complete installation

Method 2: Manual Installation

  1. Download QBCore from GitHub 
  2. Extract to resources folder
  3. Configure database in qb-core/config.lua
  4. Import SQL files to database
  5. Start resource: ensure qb-core

Database Setup

Import the following SQL files:

  1. qb-core.sql - Core tables
  2. qb-vehicles.sql - Vehicle data
  3. qb-items.sql - Item definitions

Validation

After installation:

  1. ✅ Server starts without errors
  2. ✅ Database tables created
  3. ✅ Resource qb-core running
  4. ✅ Can join server and spawn

Next Steps

Last updated on