Services Management from Server View

Overview

Core system services (daemons) are the backbone of your web applications. CloudAIPilot provides a clean interface to monitor and control systemd services.

Interacting with Services

  1. Navigate to the Server Services tab.
  2. You will see a list of core services (e.g., nginx, docker, mysql, php8.2-fpm).
  3. The color-coded badge indicates if the service is Active, Failed, or Inactive.
  4. Use the action buttons to Restart, Stop, or Start the service.

When a Service Crashes

If you see a service showing a Failed status in the Services tab, click Restart to attempt recovery. You can also view recent logs from the Logs tab to understand what caused the failure.


Related Articles