Skip to Content
QBCore docs – powered by Nextra 4
Getting StartedGetting Started with QB-Core

Goal

Set up a local QB-Core development server.

Prerequisites

  • FiveM server artifacts
  • MariaDB running

Steps

  1. Clone the base server:
    git clone https://github.com/qbcore-framework/qb-core.git
  2. Install dependencies and start:
    cd qb-core npm install npm start

Verification

Open FiveM and connect to localhost.

See also

Last updated on