> For the complete documentation index, see [llms.txt](https://documentation.madonnestudio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.madonnestudio.com/paid-scripts/madonnadmin/how-to-use-it/web-dashboard/servers.md).

# Servers

The Servers section allows you to select and manage a specific server linked to your Madonn'Admin account. Once a server is selected, all data and tools on the page are scoped to that server.

***

## Server Overview

At the top of the page, a summary block displays real-time statistics for the selected server:

* Total number of players currently connected
* Number of staff members online
* Staff action counts over the current period (warns, kicks, bans)

Data refreshes each time you reload the page.

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

***

## Online Players

A detailed list of players currently connected to the server, with the following columns:

| Column                | Description                                                             |
| --------------------- | ----------------------------------------------------------------------- |
| **Player Name**       | In-game nickname — click to open the player's full Madonn'Admin profile |
| **In-Game ID**        | Current server ID                                                       |
| **Game Time**         | Total cumulative playtime on the server                                 |
| **First Connection**  | Date of the player's first connection                                   |
| **Status**            | Online or offline                                                       |
| **Warn / Kick / Ban** | Sanction summary                                                        |

All columns are sortable. A search bar in the top right corner lets you filter by nickname or in-game ID. Default display: 10 players, expandable to 100.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeYrx5dR8myiCKiMg_zMCQSxxnBO8ze2Y1ZH-L2zcqtzsS015bht-650O3KQMVv1492IOmQMRqcHBL78uo0ofn31Z9XjrwAUGkPWnTFPb2vHUXsPoTEgzvdH_prBGEcxDfQOb4Frw?key=fT9iLy8cgk4ZyBMLYLd8yr47" alt=""><figcaption></figcaption></figure>

***

## Additional Information

* **Admin chat** — view and send messages to the in-game admin chat directly from the web. Messages sent here appear in-game in real time.

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

* **Player flags** — a list of flags for currently connected players, generated from their sanction history and playing time. Empty when no players are connected.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdpUpS6NT8yzVv5IAApNg0y_Z33rtqwQT0f3K-cGM11I03efUxt6Hr1dZ8nlrjnXqhI1NA7YuJBKSQLUKNDKTjRnfEw5Yu99JjDUIPn_7PNbczpaoQlwXYMg-n1PhGs9BBCrHdtZw?key=fT9iLy8cgk4ZyBMLYLd8yr47" alt=""><figcaption></figcaption></figure>

***

## Broadcast Message

Send a global message to all connected players, visible in the in-game chat in the format `Your server name: [Your message]`. Default color: blue (customizable).

Pre-configured buttons allow quick broadcast of frequently used messages (report command reminder, rules reminder, Discord link, restart times, etc.). All pre-configured messages are fully customizable.

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

***

## Admin-Only Section

Accessible to administrator rank and above, this section shows:

* **Open Appeals** — a summary of pending ban lift or sanction removal requests, with request ID, type, and current status
* **Pending Sanctions** — sanctions proposed by lower-ranked staff awaiting admin approval, with a green button to validate and a red button to reject

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdnmOolsn8VdlqSX0V2dqPTl9S9luG8SFZmrTd2lQuqMVfVFW-fTWE7agLyF5E82fVoibyO8QPLhlF63eVAVpsAbO37LvnoNhTSFpCbY15N6DVn_Atw3lefDnl455L1iVMdYElr?key=fT9iLy8cgk4ZyBMLYLd8yr47" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://documentation.madonnestudio.com/paid-scripts/madonnadmin/how-to-use-it/web-dashboard/servers.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.
