# Servers

The Servers page is the landing page for most users and lists every server you have access to. It has two views: **All Servers**, a flat list, and **Grouped Servers**, where you organize servers into your own groups.

![](/docs/panel/features/dashboard/images/servers/all-servers.webp)

Each server card shows its power state, name, address, and live CPU, memory, and disk usage, and surfaces **Suspended**, **Transferring**, and **Node Maintenance** states. Servers owned by someone else carry a **Foreign** badge ("This server is owned by another user, you have access to it as a subuser or administrator"). If your account has the `servers.read` admin permission, a **Show other user's servers** toggle appears in the top right; it's off by default.

![](/docs/panel/features/dashboard/images/servers/other-users-toggle.webp)

## Grouped Servers

Groups are personal and only affect how servers are organized for you, they don't change who has access to a server.

![](/docs/panel/features/dashboard/images/servers/grouped-servers.webp)

### Creating a Group

Switch to the **Grouped Servers** tab and click **Create Group** at the bottom. Give the group a name.


### The Group Header

Each group's header holds a search box that filters the servers inside it, followed by four controls:

| Control | Does |
| --- | --- |
| **Group Actions** (the three dots) | **Start**, **Restart**, or **Stop** every server in the group at once |
| **Add Server to Group** (plus) | Search for and pick a server to add |
| **Edit** (pencil) | Rename the group via the **Edit Server Group** modal |
| **Delete** (trash) | Remove the group after a **Confirm Server Group Deletion** prompt |


Deleting a group never deletes the servers inside it, it just ungroups them.

### Inside a Group

Groups are collapsible; click the chevron to expand or collapse one, and drag servers to reorder them within the group. Groups themselves reorder by their grip handle, and each header carries a server-count badge. While a server is stopping, its card's context menu offers **Kill** (with a Force Stop confirmation).

Dragging also works *between* groups: drop a server onto another group to move it there, and a "Server moved to {group}." toast confirms it. Two things block a drop, and the target group tells you which as you hover it: **Already in this group**, or **Group is full**, since a group cannot hold more than 100 servers. A collapsed group won't accept a drop either; expand it first.

![](/docs/panel/features/dashboard/images/servers/group-collapsed.webp)
![](/docs/panel/features/dashboard/images/servers/group-expanded.webp)

Hold **S** and click servers (or click the check icon on a card) to select them; a plain click opens the server instead. An action bar appears with **Start**, **Restart**, and **Stop** for the whole selection, each showing how many servers it applies to, plus **Cancel**. Removing a server from a group is separate: the red minus icon on its card (the server itself is never deleted).

<img src="/docs/panel/features/dashboard/images/servers/bulk-power-actions.webp" width="200" alt="" />
