Fivem | Deploying a Basic FiveM 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.
Deploying your FiveM Server for the first time is super easy! In this tutorial, we will show you how to deploy the basic FiveM configuration.
- Log in to the Game Panel
- Start your server (if it is not already running)
Game panel will just act as the start/stop
mechanism for TxAdmin
as TxAdmin
will be the main component that we use for FiveM.
- Click on TxAdmin.
- A new tab will open up on the TxAdmin website.
- Go back into Game panel and click on web console to get the pin.
- Enter the pin into TxAdmin and press link account.
- Make sure you have a cfx.re account and authorize TxAdmin - Click Continue.
- Create a Backup Password - This can be any password that you remember or generated that is saved in a password manager.
-
Agree to the terms and click Create Master Account
-
Here we are going to follow the steps:
- Click Next
- Enter a Server Name and click Next
- Choose popular Recipes - then CFX Default
- Leave data location as is and click next
- Click Go to
Recipe Deployer
-
In the Recipe Deployer:
- Click Next
- Generate your FiveM key from the Keymaster https://keymaster.fivem.net/
- Click
Run Recipe
- Wait for it to complete and click Next
- On lines
8 & 9
markedendpoint_add_tcp
&endpoint_add_udp
change the IPaddress:false
to your assigned port, which can be found in the game panel
tipYou must remove the
:false
and replace it with your assignedport
Must change to:
-
Click on
Save & Run Server
-
This will now start up your basic FiveM server in TxAdmin
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.