# How to Use the Player Manager on Your Minecraft Server (/docs/minecraft/player-manager)



The Player Manager lets you manage your server's players directly from the XGamingServer panel — no console commands needed. You can view online players, grant OP, manage the whitelist, ban players, and view player stats.

Opening the Player Manager [#opening-the-player-manager]

<div className="fd-steps">
  <div className="fd-step">
    Log in to the panel [#1-log-in-to-the-panel]

    Go to the [XGamingServer panel](https://panel.xgamingserver.com) and select your Minecraft server.
  </div>

  <div className="fd-step">
    Open Players [#2-open-players]

    In the sidebar under **CONFIG**, click `Players`.
  </div>
</div>

Currently Playing [#currently-playing]

When your server is online, the top section shows all connected players with their count (e.g., "5 / 20 online"). Click any player card to open their detail dialog.

If no one is online, you will see "No players are currently online."

Managing Players [#managing-players]

Below the online player list, four tabs let you manage different player lists:

Operators (Opped) [#operators-opped]

Operators have access to server commands like `/gamemode`, `/give`, `/ban`, and more.

Adding an Operator [#adding-an-operator]

1. Click the **Opped** tab.
2. Click the **"+"** card at the end of the list.
3. Enter the player's Minecraft username.
4. Click **Op Player**.

Removing an Operator [#removing-an-operator]

1. Click on an opped player's card.
2. In the detail dialog, click **Revoke OP**.

Whitelist [#whitelist]

The whitelist restricts your server so only approved players can join.

Enabling the Whitelist [#enabling-the-whitelist]

1. Click the **Whitelisted** tab.
2. Click the **"Enable whitelist"** button on the info banner.

Adding a Player to the Whitelist [#adding-a-player-to-the-whitelist]

1. Click the **"+"** card at the end of the list.
2. Enter the player's Minecraft username.
3. Click **Add to Whitelist**.

Removing a Player from the Whitelist [#removing-a-player-from-the-whitelist]

1. Click on a whitelisted player's card.
2. In the detail dialog, click **Unwhitelist**.

> 📝 **Note:** You can also manage the whitelist via console commands. See our [Whitelist guide](/docs/minecraft/whitelist-setup) for more details.

Banning Players [#banning-players]

Banning a Player [#banning-a-player]

1. Click the **Banned** tab.
2. Click the **"+"** card at the end of the list.
3. Enter the player's Minecraft username and optionally a ban reason.
4. Click **Ban Player**.

Banning an IP Address [#banning-an-ip-address]

1. Click the **Banned** tab.
2. Click the **"View Banned IPs"** button on the info banner.
3. Add or manage IP bans from the dialog.

Unbanning a Player [#unbanning-a-player]

1. Click on a banned player's card.
2. In the detail dialog, click **Unban player**.

Offline Players [#offline-players]

The **Offline** tab shows players who have previously joined but are not currently online. Use the search box to find a specific player. Click any player card to view their details or perform actions.

Player Detail Dialog [#player-detail-dialog]

Clicking on any player card opens a detail dialog with two pages:

Actions Page [#actions-page]

The actions page shows the player's UUID and a grid of action buttons:

| Action                        | Description                                                        |
| ----------------------------- | ------------------------------------------------------------------ |
| **Whitelist / Unwhitelist**   | Add or remove from the whitelist                                   |
| **Op player / Revoke OP**     | Grant or remove operator status                                    |
| **Ban player / Unban player** | Ban or unban the player                                            |
| **Wipe player**               | Delete all player data (inventory, position, stats) — irreversible |
| **Kick player**               | Remove from the server (online players only)                       |
| **Clear inventory**           | Delete all items from their inventory (online players only)        |
| **Ban IP**                    | Ban the player's IP address (online players only)                  |
| **Kill player**               | Kill the player in-game (online players only)                      |

> ⚠️ **Warning:** The **Wipe player** action permanently deletes all data for that player, including their inventory, position, stats, and advancements. This cannot be undone.

Stats Page [#stats-page]

The stats page shows detailed information about the player:

* **Position** — World name and X, Y, Z coordinates
* **Gamemode** — Survival, Creative, Adventure, or Spectator
* **Playtime** — Total time spent on the server
* **Kills and Deaths**
* **Level** (XP level)
* **Last Death** — Location of their most recent death

Related Guides [#related-guides]

* [How to Add Admins (OP)](/docs/minecraft/op-permissions) — Grant operator permissions via console
* [How to Set Up a Whitelist](/docs/minecraft/whitelist-setup) — Manage the whitelist via console commands
* [How to Ban and Unban Players](/docs/minecraft/ban-unban-players) — Ban players via console commands
