# Set your game build and artifacts

### Game build

{% code overflow="wrap" %}

```
To change your game build of your server go to your server.cfg and look for sv_enforceGameBuild. If you found this option you can change it to your desired version, otherwise you have to add it. Possible build versions: 1604, 2060, 2189, 2372, 2545, 2612, 2699, 2802, 2944, 3095, 3258, 3323, 3407, 3570. We recommend version 3095 or 3570, to ensure more security, as older versions could have missing natives, exploits, crash methods or not solved bugs, so you can face multiple issues because of cheaters.
```

{% endcode %}

```bash
set sv_enforceGameBuild 3095
```

or

```bash
set sv_enforceGameBuild 3570
```

### Artifacts

{% code overflow="wrap" %}

```
To change your artifacts of your server you have to download them from one of the links below depending on your hosting operation system:
```

{% endcode %}

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

[Linux artifacts](https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/)

{% code overflow="wrap" %}

```
We recommend the latest artifacts version in order to not receive any errors or not functional detection because of not existing natives or possible exploits. Latest artifacts does not mean the last recommended, it means the last published version of artifacts.
```

{% endcode %}

<figure><img src="https://481932199-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F55CRzVaNZ2nH322f27RS%2Fuploads%2FvE6nFdAHaMcgK38NJj27%2FSnipaste_2026-01-08_11-02-54.png?alt=media&#x26;token=ea85b7a3-e1da-457c-a370-d85d7d934019" alt=""><figcaption><p>Latest artifacts (Screenshot taken on 8.01.2026)</p></figcaption></figure>

{% hint style="info" %}
We recommend the latest artifacts version.
{% endhint %}

### To install the artifacts:

{% code overflow="wrap" %}

```
Local server or Remote desktop server: install them in your server folder or the specific location in your start server application.
```

{% endcode %}

{% code overflow="wrap" %}

```
Game panel: you can set your artifacts through the game panel settings without needing to download them manually from the links above.
```

{% endcode %}
