How to Change the PHP Version in cPanel
PHP is a server-side programming language used by WordPress and many other web applications. Sometimes you may need to change the PHP version to meet your website’s requirements, improve compatibility, or use a currently supported PHP release.
cPanel commonly provides tools such as MultiPHP Manager or, on some hosting platforms, Select PHP Version.
Before You Change the PHP Version
Before changing PHP, it is recommended to:
- Create a backup of your website files and database.
- Check whether your website or application supports the new PHP version.
- Update WordPress, themes, and plugins when appropriate.
- Note your current PHP version so you can switch back if necessary.
Changing PHP can cause errors if your website uses older or incompatible code.
Step 1: Login to cPanel
- Enter your cPanel Username and Password, then click Log in.
Step 2: Find MultiPHP Manager
- After logging in, locate the Software section.
- Click: MultiPHP Manager
- You can also search for MultiPHP Manager using the cPanel search bar.

Step 3: Select Your Domain
- Inside MultiPHP Manager, you should see a list of domains associated with your cPanel account.
- Find the domain for which you want to change the PHP version.
- For example: example.com
- Select the checkbox next to the domain.

Step 4: Select the PHP Version
- Find the PHP Version dropdown.
- Depending on the versions installed by your hosting provider, you may see options
- Such as: PHP 8.1, PHP 8.2, PHP 8.3, PHP 8.4
- The exact PHP versions available on your account can vary.
- Select the PHP version required by your website.

Step 5: Apply the PHP Version
- After selecting the required PHP version, click: Apply
- Wait for cPanel to confirm that the PHP version has been updated.
