Guides

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

Installing PHP 8.3 and PHP-FPM

Installing PHP 8.3 with PHP-FPM pool via the panel wizard — prerequisite for most modern PHP projects.

  1. Panel wizard

    Web stack → PHP-FPM. Select php8.3-fpm and required extensions (mysql, curl, mbstring, xml, zip, gd, intl).

  2. Verify version

    After installation verify CLI and FPM use the same version.

    php8.3 -v
    systemctl status php8.3-fpm
  3. Per-project pool

    The PHP-FPM pool is not created in the project wizard — on the project page click Create PHP-FPM pool. Adjust the pool in the PHP-FPM tab.

    Tip

    On the project page → PHP params you can apply CMS presets (Joomla, WordPress, Laravel…) if you install the app manually.