DocumentationGetting StartedGetting Started

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