PHP environment
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.
-
Panel wizard
Web stack → PHP-FPM. Select php8.3-fpm and required extensions (mysql, curl, mbstring, xml, zip, gd, intl).
-
Verify version
After installation verify CLI and FPM use the same version.
php8.3 -v systemctl status php8.3-fpm
-
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.
TipOn the project page → PHP params you can apply CMS presets (Joomla, WordPress, Laravel…) if you install the app manually.