Partlix Host
  • 👋Welcome To Partlix Docs
  • 🪟Windows Server
    • Change RDP Port
    • Change Language
    • Disable UDP for RDP
    • Open Ports (Port Forwarding)
    • How to use WireShark
    • Install MariaDB
    • Install FiveM Server
    • External FTP Access
  • 🐧Linux Server
    • SFTP Connection
    • Generate SSH Key
    • Change SSH Port
    • Link SSH to Visual Studio Code
    • Install xRDP
    • Install Docker
    • Install OpenVPN
    • Install FTP Server
    • Install FiveM Server
    • Install MySQL & Phpmyadmin
  • Game Servers
    • External Pma-Voice (FiveM)
    • External Mumble VoiP (FiveM)
    • Convars Definitions (FiveM)
    • Convars Definitions (txAdmin)
Powered by GitBook
On this page
  • Database Configuration
  • Artifact and TxAdmin
  1. Linux Server

Install FiveM Server

PreviousInstall FTP ServerNextInstall MySQL & Phpmyadmin

Database Configuration

  • To do the full setup please install MySQL and Phpmyadmin

Artifact and TxAdmin

Install Required Tools:

sudo apt install nano unzip curl wget unzip bash screen xz-utils -y

Enter Page , copy the version link and run:

(Remember to replace the link with whatever you get from the Artifacts website)

wget https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/6551-291d43c31e43582432683bc2a32fea24b1286f26/fx.tar.xz

Extract the archive file :

tar -xf fx.tar.xz

To Keep Server Running 24/7 run:

screen ./run.sh +set txAdminPort 40120

Now get auth code and quit the console using Ctrl + a + d and open txadmin page http://your_server_ip:40120

🐧
Click Here
Artifact-Linux