# Être administrateur sur mon serveur Minecraft

{% hint style="info" %}
La commande `op` donne les droits admin au joueur.\
Vous devez vous être connecté au serveur au moins une fois.
{% endhint %}

### Objectif

Vous donner le statut **opérateur (OP)** sur votre serveur Minecraft.

### Guide pas à pas

{% stepper %}
{% step %}
**Ouvrir la console du serveur**

Sur le dashboard, ouvrez l’onglet **Console**.

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

{% step %}
**Utiliser la commande OP**

Tapez la commande : `op VotrePseudo`

Envoyez la commande avec **Entrée**.
{% endstep %}
{% endstepper %}

### Problèmes fréquents

* **“Player not found”** : connectez-vous au serveur, puis réessayez.
* **La commande ne passe pas** : vérifiez que le serveur est démarré.
* **Pas d’accès à la console** : vérifiez vos permissions dashboard.

### FAQ

#### Comment retirer OP ?

Utilisez : `deop VotrePseudo`


---

# 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/etre-administrateur-sur-mon-serveur-minecraft.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.
