Skip to main content

Server Dashboard

Learning Focus

By the end of this lesson you will know how to access and interpret the real-time server dashboard in WebAdmin.

Accessing the Dashboard

  1. Log into WebAdmin at https://your-server-ip:7080
  2. The Dashboard page shows real-time server statistics

Key Metrics on the Dashboard

MetricWhat It ShowsWhat to Watch For
Requests/secCurrent throughputSudden drops or spikes
Active ConnectionsCurrent concurrent connectionsApproaching max limits
SSL ConnectionsActive HTTPS sessionsHeavy SSL load
PHP WorkersRunning lsphp processesAll workers busy (bottleneck)
BandwidthCurrent data transfer rateBandwidth saturation
UptimeTime since last restartUnexpected restarts

Using the Dashboard Effectively

  • Check the dashboard before and after configuration changes to see the impact
  • Monitor during peak traffic hours to identify bottlenecks
  • Use as a first check when users report performance issues

Key Takeaways

  • The dashboard provides real-time visibility into server health.
  • Monitor requests/sec, active connections, and PHP workers as primary indicators.
  • Use it as your first diagnostic step for performance issues.

What's Next