# Activer la whitelist sur son serveur

{% hint style="info" %}
La whitelist limite l’accès aux joueurs autorisés.\
Idéal pour un serveur privé.
{% endhint %}

### Objectif

Activer la whitelist et ajouter des joueurs autorisés.

### Guide pas à pas

{% stepper %}
{% step %}
**Activer la whitelist**

Sur le dashboard, ouvrez l’onglet **Paramètres**.

Cliquez sur **Activer la whitelist sur votre serveur**.

<figure><img src="/files/KicNgf1T2NsUK6gQGkTI" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Ajouter un joueur à la whitelist**

Dans **Console**, exécutez : `whitelist add Pseudo`

<figure><img src="/files/vzcbYNyMll0TKG7fEy2L" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### Problèmes fréquents

* **Le joueur n’arrive pas à rejoindre** : vérifiez l’orthographe exacte du pseudo.
* **La whitelist est activée mais “tout le monde” peut entrer** : vérifiez `white-list=true` dans `server.properties`.
* **Commande refusée** : assurez-vous d’être OP : [Être administrateur sur mon serveur Minecraft](/minecraft/etre-administrateur-sur-mon-serveur-minecraft.md).

### FAQ

#### Comment retirer un joueur ?

Utilisez : `whitelist remove Pseudo`

#### Comment désactiver la whitelist ?

Utilisez : `whitelist off`

Ou repassez par les paramètres du dashboard.


---

# 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://docs.oxygenserv.com/minecraft/activer-la-whitelist-sur-ton-serveur.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.
