GTA alt:VHow to Update Your FiveM Server to the Latest Version
Complete guide to easily update your FiveM server hosted on a VPS to the latest official version.
Today, we'll walk through how to update your FiveM server to the latest available version.
This guide applies to servers installed on a Lordhosting VPS.
Update Steps
1️⃣ Connect to the VPS
Connect to your VPS via SSH with your credentials.
2️⃣ Access the FiveM Directory
cd /home/fivem
3️⃣ Install wget if Necessary and Get the Latest Version
Visit the official page to get the link for the latest build:
🔗 FiveM Build Proot Linux Master
If wget is not installed:
apt install wget -y
4️⃣ Download the Archive
Example with a valid link (replace with the latest available on the official site):
wget https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/fead0973b6d4552ab7f9bee334c79065b08/fx.tar.xz
5️⃣ Install xz-utils and Extract the Archive
apt install xz-utils -y
tar xvfj fx.tar.xz
rm fx.tar.xz
6️⃣ Restart the Server
Restart your FiveM server and your launcher.
7️⃣ Have Fun 🎉
Your server is now up to date!
ℹ️ Good to Know
- Always backup your files before any update.
- Check the compatibility of your scripts and resources with the new version.
- In case of issues, open a Lordhosting support ticket.
Back to GTA alt:V
Was this article helpful?

