Fivem | Deploying a QBCore fivem Server
This guide will show you how to set up a new QBCore server.
Please log a support ticket to request your Cloudflare tunnel domain name. Failure to obtain this information may result in suspension, as it is a violation of our Terms of Service. All FiveM servers are required to have a Cloudflare tunnel.
The Game panel will just act as the start/stop
mechanism for TxAdmin
as TxAdmin
will be the main component that we use for FiveM.
- Let's log in to the game control panel and make sure TxAdmin is started.
- Press the txAdmin button
- Click Web Console to get the pin for txAdmin
- Enter it into Txadmin and click the link account button
- Create a backup password that you will remember and click Create Master account
-
It will take you back to the login screen, click the cfx.re login button
-
On the Txadmin setup screen we going to do the following:
- option 1:
next
- option 2:
Choose a short server name
- option 3: We are going to choose
popular recipes
>QBCore Framework
- option 1:
You can leave the data Location as is and click save
- Finally, click go to recipe deployer
- in the review recipe section:
- Step 1: Next
- Step 2: you must get your license key from the fivem portal. https://portal.cfx.re/servers/registration-keys
You have to make a new fivem license key for every server that has a different IP address
- Now we need to configure the database click on the
show/hide Database options
We need to create a database from the MySQL manager and enter it into our fivem recipe. You can learn how to make a database from this guide
- Once the database is created we can enter the values into our recipe deployer:
And we are going to run the recipe, you should see the deployer script being run and installing fivem and qbcore (This can take several minutes to complete)
-
Once it's complete you can click the next button
-
We can finally click the save and run server button
- Your fivem server should now be starting with qbcore
Getting the latest build on your server
GTA V has many DLC updates, and with FiveM, you can choose which build you want to run.
To get the latest builds, you can find them here: https://docs.fivem.net/docs/server-manual/server-commands/#sv_enforcegamebuild-build
We will show you how to add it.
- Stop your server in TxAdmin
- Click on CFG editor
- Scroll down to the bottom and add in
sv_enforceGameBuild <game_build_id>
- Click on Save File and start the server in TxAdmin again
You can also do the above by going into TxAdmin
> settings
> FXServer
> +set sv_enforceGameBuild 2699
. This is just an alternative method but sometimes doesn't work.
Please log a support ticket to request your Cloudflare tunnel domain name. Failure to obtain this information may result in suspension, as it is a violation of our Terms of Service. All FiveM servers are required to have a Cloudflare tunnel.