How To Install FiveM On Your VPS

Requirements For The Installation

There are a couple of things that you need to do in order to get your server ready to host a FiveM server. Without following the procedures below you will experience issues when configuring your FiveM server.

The requirements have to be installed on the VPS.

How To Install A FiveM Server

Now that your server has the prerequisites installed you are ready to start downloading your FiveM server! The steps below outline one way to download a FiveM server and install it to your Windows VPS, however, there may be other variations to install a FiveM server. All actions below are to be conducted on your Windows VPS.

  1. On your Desktop, create a new folder named `FXServer`.
  2. Navigate to the FiveM Artifacts server and download the Latest Recommended Build.
  3. Once downloaded, drag & drop the entire contents of the ZIP download to your FXServer folder.
  4. Next, you need to download the cfx-server-data from FiveM’s Github.
  5. Once downloaded, drag the whole cfx-server-data into your FXServer folder.
  6. Continuing with the installation, we need to now create a file and name it `server.cfg` which contains all configuration options for your server. There is an example server.cfg that you can get from FiveM directly.
  7. Paste the entirety of the example server.cfg into your newly created file using a notepad editor. For the purpose of this tutorial, we are using Notepad ++.
  8. After your server.cfg is set up, you need to get a FiveM license key for your server. This can be created through the FiveM Keymaster (NOTE: You will require a FiveM forum account to create a license key).
  9. You need to create a license key for your VPS IP. When creating your license key, the system will ask you to provide your server type (VPS), and your hosting company.
  10. Once you have your license key created, scroll to the very bottom line in your server.cfg and paste it into the option `sv_licenseKey`.

How To Create The Batch File (Start Server)

Now that your server is downloaded and configured, it’s time to create the batch file that will actually execute and run your FiveM server.

  1. Create a new file on your Desktop with the name and extension `StartServer.bat`.
  2. Right-click on the newly created file and choose “Open With” and select your notepad editor.
  3. Providing that you followed all instructions mentioned above, enter the following into your `StartServer.bat` file and save.

cd /d C:\Users\Administrator\Desktop\FXServer\server-data

C:\Users\Administrator\Desktop\FXServer\FXServer.exe +exec server.cfg

  1. When you double-click on your StartServer.bat you should see the following result in the console if your server starts correctly.

How To Port Forward Your FiveM Server

Port forwarding for your FiveM server will allow you to connect through the FiveM client from over the internet. Port forwarding is required for others to be able to connect to your server.

  1. Open the “Windows Firewall with Advanced Security” application that is installed on all Windows servers by default.
  2. Click on Inbound Rules | New Rule
  3. Select Port | TCP | Specific Ports.
  4. Enter 30110, 30120 and select Next.
  5. Allow the Connection, select Next, and name the rule anything you’d like.
  6. Repeat this same process for both TCP and UDP in Inbound and Outbound rules.

Facing Any Issues?

If you’re still having issues – don’t hesitate to reach out to our support team who are always more than happy to assist you with any queries/concerns you may have.

Haven’t got a FiveM™ server yet, or thinking about starting one? Here at Cyber Server Hosting, we offer premium hosting for great prices. If you’re unsure or need any help, contact a member of staff for sales assistance via support ticket or live chat.

Hjalp dette svar dig?

Relaterede artikler

Connecting To FileZilla/WINSCP (SFTP)

This is a tutorial on how to connect to FileZilla or WINSCP to add files to your FXServer Host....

How To Setup Your Database

What Is A Database? A database is a place for your FiveM™ server to store its data in an...

How To Install EasyAdmin

What is EasyAdmin? If you’re unfamiliar with EasyAdmin, it’s a highly customizable...

How To Install OxMySQL

What is OxMySQL? This guide will cover the basic installation for OxMySQL on an FXServer....