> ## Documentation Index
> Fetch the complete documentation index at: https://docs.purpify.host/llms.txt
> Use this file to discover all available pages before exploring further.

# Purpify panel overview

> Learn where to find servers, account settings, shortcuts, status, groups, and management actions in the Purpify game panel.

The Purpify game panel is the control center for your servers. Open it at [panel.purpify.host](https://panel.purpify.host).

<a className="purpify-button" href="https://panel.purpify.host">Open game panel</a>

## Server list

The **Servers** page lists every server you can access. Each row shows the server name, server type, current status, group, and available action.

* Select **Start** to launch an offline server.
* Select **Manage** to open a running server.
* Use **Groups** to filter or organize the server list.
* Switch between **Yours** and **Others** to separate owned servers from shared servers.
* Use the list or grid control to change how servers appear.

## Main navigation

| Area                   | What you use it for                                |
| ---------------------- | -------------------------------------------------- |
| **Servers**            | View, start, group, and manage servers.            |
| **Account**            | Manage your panel profile and account preferences. |
| **Keyboard Shortcuts** | View shortcuts for common panel actions.           |

Administrative accounts may also see an **Admin** area.

## Server statuses

| Status               | Meaning                                                                  |
| -------------------- | ------------------------------------------------------------------------ |
| Running              | The server process is online. Select **Manage** to open it.              |
| Offline              | The server process is stopped. Select **Start** to launch it.            |
| Starting or stopping | A power action is still in progress. Wait before sending another action. |

## Start with these guides

<Columns cols={2}>
  <Card title="Create a server" icon="plus" href="/panel/create-server">
    Use the **New Server** flow.
  </Card>

  <Card title="Server controls" icon="power-off" href="/panel/server-controls">
    Start, stop, restart, and manage a server safely.
  </Card>

  <Card title="Files and SFTP" icon="folder-open" href="/panel/files-and-sftp">
    Upload and edit server files.
  </Card>

  <Card title="Console" icon="terminal" href="/panel/console">
    Read server output and run commands.
  </Card>

  <Card title="Databases" icon="database" href="/panel/databases">
    Create a database and find its connection details.
  </Card>

  <Card title="Splits" icon="code-branch" href="/panel/splits">
    Host additional Minecraft servers, Node.js, Python, or MCXboxBroadcast.
  </Card>

  <Card title="Subusers" icon="users" href="/panel/team-access">
    Add another user and choose their server permissions.
  </Card>

  <Card title="Migrate a server" icon="truck-moving" href="/panel/migrate-server">
    Move worlds, files, databases, and integrations to Purpify.
  </Card>

  <Card title="Account security" icon="shield-halved" href="/panel/account-security">
    Protect credentials and recover from unauthorized access.
  </Card>
</Columns>
