# Be an administrator on my Hytale server

{% hint style="info" %}
The admin (op) status allows executing commands and managing the server.
{% endhint %}

### Objective

Grant yourself administrator rights on your Hytale server from the dashboard.

### Step-by-step guide

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

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

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

{% step %}
**Execute the admin (op) command**

In the console, type:

`/op add <username>`

Replace `<username>` with your in-game username. Then press **Enter**.

<figure><img src="/files/29d5100b1daa8f2b2814f23c9aa8467b74d25dc5" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Give `op` only to trusted accounts.\
Otherwise, they will have full control of the server.
{% endhint %}
{% endstep %}
{% endstepper %}

### Common issues

* **The command does nothing** : make sure the server is started and that the console is receiving messages.
* **Wrong username** : retype the exact username (respect uppercase/lowercase).

### FAQ

#### How to remove admin rights?

Use:

`/op remove <username>`


---

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