Page cover

โฌ‡๏ธ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.

  1. Stop your server

  2. Go to your FXServer folder

  3. Delete all existing files in the folder (โš ๏ธ do not touch server-data)

  4. Extract the archive into your FXServer folder

  5. Start your server as usual


๐Ÿงฉ Option 2: Quick Replace (Simpler)

  1. Stop your server

  2. Download the latest artifact (same link as above)

  3. Extract the zip and drag & drop all files into your FXServer folder

  4. When prompted, confirm file replacement

  5. Start your server

โš ๏ธ Make sure you donโ€™t drop the files into a subfolder by mistake โ€” they should directly replace the existing ones.


๐Ÿง Linux

  1. Stop your server

  2. Delete the cache and alpine folders

  3. Extract with:

    bashCopierModifiertar -xf fx.tar.xz
  4. Start your server

  5. 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:

๐Ÿ’ฌ https://discord.com/invite/a9d5k3GUen


๐Ÿ’ก Pro Tip: Always test updates on a local or dev server before applying them to your live environment.

Last updated