# Be an administrator on my Minecraft server

{% hint style="info" %}
The command `op` gives admin rights to the player.\
You must have logged into the server at least once.
{% endhint %}

### Objective

Give you the status **operator (OP)** on your Minecraft server.

### Step-by-step guide

{% stepper %}
{% step %}
**Open the server console**

On the dashboard, open the **Console**.

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

{% step %}
**Use the OP command**

Type the command: `op YourUsername`

Send the command with **Enter**.
{% endstep %}
{% endstepper %}

### Common issues

* **“Player not found”** : log into the server, then try again.
* **The command fails** : check that the server is started.
* **No console access** : check your dashboard permissions.

### FAQ

#### How to remove OP?

Use: `deop YourUsername`


---

# 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/en/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.
