# Be an administrator on my Arma 3 server

{% hint style="info" %}
This method goes through the **database**.\
If you have never joined the server, you are not in the players table.
{% endhint %}

### Objective

Give yourself admin rights on Arma 3 by modifying `adminlevel`.

### Step-by-step guide

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

On the dashboard, open **Database** then click "**Access phpMyAdmin**".

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

{% step %}
**Edit the adminlevel in the players table**

Open the table `players`, locate your player row.

{% hint style="info" %}
If you do not appear, connect to the server once.\
Then reload the page.
{% endhint %}

In the column `adminlevel`, put a value between **0** and **5**.\
`5` is the maximum level.

<figure><img src="/files/4ee9ac32b9cae29c14e9286d85c66f8ccb91af60" alt=""><figcaption><p>Players table on the database</p></figcaption></figure>
{% endstep %}

{% step %}
**Check in-game**

Reconnect to the server.

You should see **Admin menu** in the **Y**.

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

### Common issues

* **I don't appear in `players`** : join the server for the first time.
* **The admin menu does not appear** : log out, then log back in.
* **The value does not save** : check that you have confirmed the edit.

### FAQ

#### Which adminlevel to choose?

Start with `1` or `2` to test.\
Move to `5` if you need everything.


---

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