> For the complete documentation index, see [llms.txt](https://theobsidianstudio-1.gitbook.io/theobsidianstudio-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://theobsidianstudio-1.gitbook.io/theobsidianstudio-docs/helpful/basic-server-knowledge/how-to-update-server-artifacts.md).

# How to update server artifacts?

#### Updating Server Artifacts <a href="#updating-server-artifacts" id="updating-server-artifacts"></a>

Keeping your server artifacts updated is recommended to maintain compatibility, improve stability, and receive the latest fixes provided by [Cfx.re.](https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/)

{% hint style="info" icon="gears" %}
&#x20;**Update Process**
{% endhint %}

{% stepper %}
{% step %}

### Download the Latest Artifact&#xD;

Visit the [official artifact build page](https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/) and download the newest recommended server build from (Linux) or the Windows build page if your server runs on Windows.
{% endstep %}

{% step %}

### &#x20;Stop Your Server&#xD;

Before replacing files, fully shut down your FiveM server to avoid file conflicts or corruption.
{% endstep %}

{% step %}

### Replace Old Server Files&#xD;

Open your current server folder and replace the old artifact files with the newly downloaded ones.

Usually you replace:

* `server.cfg`
* `resources folder`
* `database files`

Keep your existing:

* `FXServer.exe` (Windows)
* `core server binaries`
* `included runtime files`
  {% endstep %}

{% step %}

### Start the Server Again&#xD;

After replacing the files, launch the server normally.<br>
{% endstep %}

{% step %}

### Verify the Update&#xD;

Check the server console after startup. The artifact version shown at launch should match the newly installed build.
{% endstep %}
{% endstepper %}

{% hint style="info" icon="circle-user-circle-exclamation" %}
Important
{% endhint %}

Always keep a backup before updating in case a specific build causes compatibility issues with certain resources.

{% hint style="info" icon="yelp" %}
Recommendation
{% endhint %}

If your scripts suddenly behave differently after updating, test with an older stable artifact build because some resources may depend on previous versions.<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://theobsidianstudio-1.gitbook.io/theobsidianstudio-docs/helpful/basic-server-knowledge/how-to-update-server-artifacts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
