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

# Panel

> What every screen does

The panel is a single-page Svelte app served by the binary. Metrics stream
over SSE with a 1-second refresh. Dark and light themes, mobile layout.

## Overview

<img src="https://mintcdn.com/sosalkini/dxv3YWGIc-AzMEZ_/images/overview.png?fit=max&auto=format&n=dxv3YWGIc-AzMEZ_&q=85&s=7a7484364bcadc6e52ec871d1bba9a8d" alt="Overview screen" width="1904" height="986" data-path="images/overview.png" />

* **CPU / RAM / Disk** — ring gauges with live sparklines (last \~48 samples,
  kept across tab switches).
* **Thresholds** — cards repaint when a metric crosses its limit: yellow at
  CPU 75% / RAM 80% / Disk 75%, red at 90 / 92 / 85. A badge shows
  `elevated` or `high`.
* **Network** — total ↓ / ↑ since boot plus a dual sparkline of current
  rx/tx rates.
* **Top processes** — top 3 by CPU with memory usage.
* **Host** — hostname, distro, kernel, uptime, load.

## Processes

<img src="https://mintcdn.com/sosalkini/dxv3YWGIc-AzMEZ_/images/processes.png?fit=max&auto=format&n=dxv3YWGIc-AzMEZ_&q=85&s=86d50d13875ad0f4e88ef3304f26a35b" alt="Processes screen" width="1904" height="986" data-path="images/processes.png" />

Live process table — sort by CPU, memory, PID or name, and kill processes from
the row menu.

## Services

systemd units: status at a glance, start / stop / restart per unit.

## Network & Disks

Per-interface throughput with live graphs; mounted volumes with size, used
space and usage bars.

## Logs

Journal tail streamed to the browser over SSE.

## Control

<img src="https://mintcdn.com/sosalkini/dxv3YWGIc-AzMEZ_/images/control.png?fit=max&auto=format&n=dxv3YWGIc-AzMEZ_&q=85&s=2ab0c0d393a270ece39904ac611a7f31" alt="Control screen" width="1904" height="986" data-path="images/control.png" />

Reboot, shutdown and panel self-update. Update checks the latest GitHub
release and swaps the binary in place.

## Settings

<img src="https://mintcdn.com/sosalkini/dxv3YWGIc-AzMEZ_/images/settings.png?fit=max&auto=format&n=dxv3YWGIc-AzMEZ_&q=85&s=e9ed96ed8edbcf55ef47c28a6de3783d" alt="Settings screen" width="1904" height="986" data-path="images/settings.png" />

* Refresh rate, theme (dark / light / system).
* Bind editor — host, port and panel path, same as `myrax configure`.
* **Add-ons** toggle — turns the plugin system on; the Plugins screen and the
  store appear once enabled.

## Plugins

Installed plugins and the built-in store. See [Plugins](/plugins/overview).
