FiveM Server Installation and txAdmin Configuration on Linux (Ubuntu)
FiveM pvp servers instead of Windows Server Linux (Ubuntu) Hosting on the operating system maximizes in-game performance (FPS/MS) by minimizing the processor and RAM consumption of the operating system. In this guide, we will show you how to install FiveM from scratch on your Ubuntu server and use the browser-based administration panel. txAdminYou will learn to activate .
Step 1: Server Updates and Required Libraries
Connect to your Ubuntu server as root via Putty or a similar terminal and install the compression libraries by updating the system packages:
apt update && apt upgrade -y apt install xz-utils screen git curl -y
Step 2: Downloading FiveM Files and Folder Structure
To maintain order on the server, we will collect FiveM files into a separate folder:
- Create folders in the home directory:
mkdir -p /home/fivem/server /home/fivem/server-data - Go into the Server folder:
cd /home/fivem/server - Copy the FiveM official Linux artifact (server kernel) link and download it to the server with wget (You can get the current link from the FiveM Artifacts page):
wget https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/XXXX/fx.tar.xz - Extract the archive file you downloaded:
tar xf fx.tar.xz
Step 3: Starting the txAdmin Panel and First Login
FiveM Linux kernel comes with integrated txAdmin panel. To start the server for the first time and access the panel, execute these commands:
- Open a virtual screen to keep the server always open in the background:
screen -S fivem - Run FiveM server:
/home/fivem/server/run.sh - On the terminal screen you will see "txAdmin PIN: XXXX" A 4-digit security code will appear. Make a note of this code.
- Open your browser and enter the address line
http://sunucu_ip_adresiniz:40120Connect to the txAdmin interface by typing. Complete the installation wizard (connecting your Cfx.re account, creating server.cfg) by typing the PIN code in the terminal into the box on the screen.
This article is specially prepared for PvPServer.