Guides

Practical step-by-step instructions for developers and system administrators — installation, maintenance, PHP, projects and troubleshooting.

Checking service status

Nginx, Apache, PHP-FPM and MariaDB status — Web stack and recovery tools.

  1. Web stack

    Web stack → Install shows installed components with running/stopped/failed badge. Admin can run start/stop/restart/reload per service.

  2. SSH check

    Manual systemd service check:

    systemctl status nginx apache2 mariadb php8.3-fpm
    sudo /usr/local/uadmin/bin/recovery-stack.sh status
  3. 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.