
โฌ๏ธUpdate artefact
๐ Update Your FiveM Artifact
Keeping your FiveM server up to date ensures better performance, security fixes, and compatibility with the latest scripts.
Follow the instructions below to update your server artifact on Windows or Linux.
๐ช Windows
โ You should have two main folders:
FXServer
โ contains your server binaries
server-data
โ contains your resources,server.cfg
, etc.
๐ง Option 1: Full Clean Update (Recommended)
Stop your server
Go to your
FXServer
folderDelete all existing files in the folder (โ ๏ธ do not touch
server-data
)Download the latest artifact from: ๐ https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/
Extract the archive into your
FXServer
folderStart your server as usual
๐งฉ Option 2: Quick Replace (Simpler)
Stop your server
Download the latest artifact (same link as above)
Extract the zip and drag & drop all files into your
FXServer
folderWhen prompted, confirm file replacement
Start your server
โ ๏ธ Make sure you donโt drop the files into a subfolder by mistake โ they should directly replace the existing ones.
๐ง Linux
Stop your server
Delete the
cache
andalpine
foldersDownload the latest artifact: ๐ https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/
Extract with:
bashCopierModifiertar -xf fx.tar.xz
Start your server
Run
version
in console to verify the update
โ
After Update
Run your server and check that everything loads properly
In your server console, type:
txtCopierModifierversion
to confirm the artifact version
๐ Need Help?
Having issues or unsure which artifact to use? Open a support ticket on our Discord:
๐ก Pro Tip: Always test updates on a local or dev server before applying them to your live environment.
Last updated