Skip to content

Resource monitoring

The Dashboard shows server health in real time:

  • CPU — total and per-core usage.
  • RAM — used / free, including swap.
  • Disk — capacity per partition.
  • Network — in/out bandwidth per second.

Metrics are collected directly on the server (via gopsutil) and never sent anywhere — all monitoring data stays on your server.

  • Sustained high CPU with a large load average → check the logs of running websites.
  • RAM full and swap rising → consider more RAM or a memory limit per container.
  • Disk over 85% → clean old Docker images/logs (docker system prune) or expand the disk.

To get notified automatically when thresholds are crossed, configure alerts.