# Be an administrator on my Palworld server

{% hint style="info" %}
The mode **admin** gives you access to moderation commands (kick/ban, broadcast, save, etc.).

You need the **admin password** set on the dashboard.
{% endhint %}

### Objective

* Retrieve the **admin password** on the dashboard.
* Enable admin mode in-game.
* Use main admin commands.

### Step-by-step guide

{% stepper %}
{% step %}
**Retrieve (or change) the admin password**

On the dashboard, open the **Settings**.

Locate the value **Administrator password**.

<figure><img src="/files/d6d14b2bf5be7d63a0f5050be33ac0b68680ab89" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you have never changed it, change it now.

Choose a long password, without accents.
{% endhint %}

{% hint style="warning" %}
Do not share the admin password.
{% endhint %}
{% endstep %}

{% step %}
**Join the server**

Connect to your Palworld server from the game: [Connect to my Palworld server](/en/palworld/se-connecter-a-mon-serveur-palworld.md).
{% endstep %}

{% step %}
**Enable admin mode in-game**

Open the chat with the key **Enter**.

Then type:

`/AdminPassword <password>`

<figure><img src="/files/dcd1f1e2b91ef8c2d5b8d62bd09163bd265f5939" alt=""><figcaption></figcaption></figure>

If the password is correct, you will see a confirmation message.

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

{% step %}
**Use administrator commands**

Commands are typed in the chat.

Common commands:

* `/ShowPlayers` : lists connected players (useful to retrieve a SteamID).
* `/KickPlayer <SteamID>` : kicks a player.
* `/BanPlayer <SteamID>` : bans a player.
* `/Broadcast <message>` : global message.
* `/Save` : world save.
* `/Info` : server info.
* `/Shutdown <seconds> <message>` : scheduled shutdown.
* `/DoExit` : immediate shutdown.
* `/TeleportToPlayer <SteamID>` : teleports you to a player.
* `/TeleportToMe <SteamID>` : teleports a player to you.

{% hint style="info" %}
The value `SteamID` usually expects a **SteamID64**.

Use `/ShowPlayers` to retrieve it.
{% endhint %}
{% endstep %}
{% endstepper %}

### Common issues

#### The command `/AdminPassword` does not work

* Check the case (uppercase / lowercase).
* Re-enter the password. Avoid copy-paste.
* Make sure you have the `/` at the start of the command.

#### I don't have admin confirmation

* Try again after reconnecting to the server.
* Check that you are on the correct server (IP/name).

#### Kick/Ban doesn't work (invalid SteamID)

* Run `/ShowPlayers` and copy the displayed SteamID.
* Test on a player connected at the time of the command.

### FAQ

#### Do I have to redo `/AdminPassword` every time?

Yes, generally it must be redone after reconnecting (or server restart).

#### Can I give admin to someone else?

Yes, by giving them the admin password.


---

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