Update FiveM Artifacts
This guide explains how to update your FiveM server artifacts to benefit from the latest features and fixes.
What is an Artifact?
Artifacts are FiveM server files. They contain the server engine and should be updated regularly to:
- Fix bugs
- Improve performance
- Add new features
- Ensure compatibility with the latest resources
Step 1: Download the new Artifact
- Go to the official website: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/
- Choose the desired version:
- Recommended: Stable recommended version
- Latest: Latest version (may contain bugs)
- Click the link to download the archive
tip
It is recommended to use the Recommended version for a production server.
Step 2: Stop the server
- Log in to your Game Panel:
- Select your FiveM server
- Click Stop to stop the server
warning
Never update artifacts while the server is running!
Step 3: Backup old files
- Go to Files (File Manager)
- Create a
backup_artifactsfolder (optional but recommended) - Move the following files to this folder:
alpine/run.sh- Any other files at root except
server-data/orresources/
Step 4: Upload new Artifacts
- In the file manager, click Upload
- Select the downloaded archive (
fx.tar.xz) - Once uploaded, right-click on the archive
- Click Unarchive to extract the files
Step 5: Check permissions
Make sure the run.sh file is executable:
- Right-click on
run.sh - Click Permissions
- Verify that execution is allowed (755)
Step 6: Restart the server
- Return to your server's main page
- Click Start to start the server
- Check the logs to ensure everything is working correctly
Check version
Once the server is started, you can check the artifact version in the console. The version is displayed at server startup.
Common issues
Server won't start
- Verify all files were extracted correctly
- Make sure
run.shhas the correct permissions - Check the logs to identify the error
Compatibility errors
- Some resources may require a specific artifact version
- Check your resources' compatibility with the new artifact
- If there's a problem, restore the old artifact from your backup
txAdmin no longer works
- After a major update, txAdmin may require reconfiguration
- Verify that the txAdmin version is compatible with the new artifact
info
Remember to update regularly to keep your server secure and performant.