Skip to content

Latest commit

 

History

History
75 lines (43 loc) · 2.83 KB

windows-installation.md

File metadata and controls

75 lines (43 loc) · 2.83 KB
description
Installing a QBCore server step by step.

🪟 Windows Installation

Database Configuration

Install MariaDBand HeidiSQL

MariaDB

HeidiSQL

  • Open HeidiSQL, click the green circle with the plus sign and name it something

{% hint style="success" %} The names don't matter, you can name them whatever you want! {% endhint %}

Press new to create a session

Rename this to whatever you'd like and press open

Artifact and txAdmin

Make a new folder on your desktop and name it whatever you want, download the latest recommended FiveM artifacts, then extract them to the folder you made

The webpage for downloading an artifact version

Double click on FXServer.exe to run it. Once loaded, it should open a web browser page

txAdmin is already bundled in with the FiveM artifacts so running the server starter will launch it

After you link your FiveM account, which it should do automatically, make a password. Then you will be greeted with steps

txAdmin starting page after logging in

When you get to step number 3, click "Popular Template" then "QBCore Framework"

Choosing a deployment type

Selecting QBCore from the templates

Select a folder you would like to store your server data in.

It is suggested to use the path txAdmin suggests

Scroll to the bottom and run the recipe deployer

Click on next

Go to keymaster and generate a key. Fill out that information correctly.

{% hint style="info" %} Keymaster keys only require the IP address the first time it launches after that the generated key can be used on any IP. {% endhint %}

Paste your Keymaster key where prompted.

Entering your CFX key

Then click "Run Recipe"

After you let the recipe install you will be greeted with a screen like this.

{% hint style="danger" %} If you did not get the above message and got an error message, please use the official QBCore Discord and post in fivem-support {% endhint %}

{% hint style="warning" %} Let yarn install all the way through on the initial startup. {% endhint %}

Once this is complete, we recommend visiting setting-permissions.md to configure your server.cfg with any players you'd like to give elevated permissions!