# Error: syntax error near '<\1>'

There are two possible ways why this error occurs

* You have used FileZilla which is breaking the structure of the script so please use WinSCP which works as expected and doesn't break anything.\
  \
  If you did not use FileZilla but you "drag and drop it" with Remote Desktop Control that will still damage it, so please drag and drop the zip and unzip it on server do not move it with method "file by file"\\
* Your server is outdated and needs to be at least 4752 or greater.

### FileZilla set binary mode

If you are using FileZilla try reupload whole resource with binary mode

<figure><img src="/files/vABBc8hrjJciLEGChBis" alt=""><figcaption><p>Binary transfer mode</p></figcaption></figure>

### How can I check my version?

Write into your server console `version`command

### How to update?

#### Windows

Please check this video

{% embed url="<https://www.youtube.com/watch?v=aXCgN07a-yY>" %}

#### Linux

1. Download the last recommended artifact from this page <https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/>
2. Turn off your server
3. Delete `cache` & `alpine` folder
4. Unzip `fx.tar.xz` with command `tar -xf fx.rar.xz`
5. Start the server and write `version` to see a new version

#### Windows

Exactly the same but you use windows FXServer artifact <https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/>

And remove the server folder and replace it with the newly downloaded version.


---

# Agent Instructions: 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:

```
GET https://documentation.rcore.cz/cfx-auth-system/error-syntax-error-near-less-than-1-greater-than.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
