# Les bases

## Les choix essentiels à connaître sur le server.cfg

## Le  Nom du serveur

```
sv_hostname "Nom de votre serveur"
```

## Slots du serveur&#x20;

```
sv_maxclients 48
```

Le max des slot c'est 2048 \
le min c'est 48 slot \
si vous souhaite augementé les slot il faut avoir une clé patreon

{% embed url="<https://www.patreon.com/fivem/posts>" %}

## Message de bienvenue

```
sv_scriptHookAllowed 0
```

## Clé d'autorisation pour le serveur FiveM

```
sv_licenseKey "votre_cle_fivem"
```

{% embed url="<https://keymaster.fivem.net>" %}

```
set steam_webApiKey "votre_cle_steam"
```

{% embed url="<https://steamcommunity.com/dev/apikey>" %}

Voici la version des DLC FiveM.

```
sv_enforcegamebuild 2944 
```


---

# 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://info.m-heberge.com/fivem/les-bases.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.
