System & maintenance
Checking service status
Nginx, Apache, PHP-FPM and MariaDB status — Web stack and recovery tools.
-
Web stack
Web stack → Install shows installed components with running/stopped/failed badge. Admin can run start/stop/restart/reload per service.
-
SSH check
Manual systemd service check:
systemctl status nginx apache2 mariadb php8.3-fpm sudo /usr/local/uadmin/bin/recovery-stack.sh status
-
After system update
After apt upgrade check if reboot is needed and all services restarted. Use recovery-stack.sh restart if a service is down.