How to Change PHP Version from MultiPHP Manager in cPanel ?

November 17, 2025

Changing your website’s PHP version can improve performance, security, and compatibility. Using cPanel’s MultiPHP Manager, you can select the appropriate PHP version for each domain or subdomain easily. Follow this step-by-step guide from TZSMM Host.

Step 1: Log in to cPanel

Access your cPanel panel at:

https://yourdomain.com:2083

Enter your cPanel username and password.

Step 2: Open MultiPHP Manager

In the cPanel dashboard, scroll to the Software section and click MultiPHP Manager.

Step 3: Select the Domain

You will see a list of all domains and subdomains on your account. Check the box next to the domain for which you want to change the PHP version.

Step 4: Choose PHP Version

From the dropdown menu at the top, select the desired PHP version for your domain.

Example: PHP 8.1

Step 5: Apply the Change

Click the Apply button. The PHP version for your selected domain will be updated immediately.

Note: Some applications may require additional configuration after PHP version change.

Step 6: Verify PHP Version

To confirm, create a phpinfo.php file in your domain’s root folder with the following content:

<?php
phpinfo();
?>

Open https://yourdomain.com/phpinfo.php in a browser to see the active PHP version.

Conclusion

Using MultiPHP Manager in cPanel makes it easy to update PHP versions per domain. Regularly updating PHP ensures your website remains secure and performs optimally. TZSMM Host provides guidance and support for smooth PHP management.

Was this answer helpful?

27 Users Found This Useful (101 Votes)

Comments