Skip to main content

Fivem | Deploying a Basic FiveM Server

warning

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.

  1. Log in to the Game Panel
  2. Start your server (if it is not already running)
note

Game panel will just act as the start/stop mechanism for TxAdmin as TxAdmin will be the main component that we use for FiveM.

  1. Click on TxAdmin.

  1. A new tab will open up on the TxAdmin website.
  2. Go back into Game panel and click on web console to get the pin.

  1. Enter the pin into TxAdmin and press link account.

  1. Make sure you have a cfx.re account and authorize TxAdmin - Click Continue.

  1. Create a Backup Password - This can be any password that you remember or generated that is saved in a password manager.

  1. Agree to the terms and click Create Master Account

  2. 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
  3. 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 marked endpoint_add_tcp & endpoint_add_udp change the IP address:false to your assigned port, which can be found in the game panel
    tip

    You must remove the :false and replace it with your assigned port

    Must change to:

  4. Click on Save & Run Server

  5. 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.

  1. Stop your server in TxAdmin
  2. Click on CFG editor

  1. Scroll down to the bottom and add in sv_enforceGameBuild <game_build_id>

  1. 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.

warning

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.