> For the complete documentation index, see [llms.txt](https://docs.badger.store/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.badger.store/fivem-general-help/updating-server-binaries.md).

# Updating Server Binaries

## Windows

* Make sure your server is currently offline. If it is not offline, turn it off. Follow all of the next steps whilst your server stays offline.
* You probably have a folder that contains your Fivem server. Navigate to the directory that contains these 2 folders:&#x20;

![](https://i.gyazo.com/f757b396e10ef580bba5faedff4d21ef.png)

**Note:** Sometimes `FXServer` is named `server-bin`

**Note:** Sometimes `fx-server-data` is named `server-data`

* You now want to download updated server binaries over at the following page:

[Server Artifacts for Windows](https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/)

* You want to downloaded the latest recommended:

![](https://i.gyazo.com/09f8e00f3797903fa411f733df46a036.png)

* You have now downloaded the artifacts for server binaries. Now extract the zipped directory:

![](https://i.gyazo.com/6ecfe06986c1612fb926644aa1ccd181.gif)

**Note:** Pay no attentions to the Badgers dancing behind the file browser... Don't get distracted.

* Now we need to update the server binaries, open your file browser that has the two FiveM server directories as instructed in our first step:

![](https://i.gyazo.com/f757b396e10ef580bba5faedff4d21ef.png)

* Open up the FXServer directory:

![](https://i.gyazo.com/c0cf2ec8de0f2461a9e99f8b65c27647.png)

* Open up the server folder we just extracted previously in the GIF:

![](https://i.gyazo.com/06d3f19d7b12923ff1d64726068ad865.png)

* Copy all of the contents of the `server` folder into our `FXServer` folder:

![](https://i.gyazo.com/dfd18db3c73485228df4fd18108afdb8.gif)


---

# 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://docs.badger.store/fivem-general-help/updating-server-binaries.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.
