How to downgrade the cPanel/WHM version?

Many of our clients asked us how can they downgrade the cPanel/WHM version of their server. Officially cPanel/WHM doesn't offer to downgrade the cPanel/WHM version. So if you wish to downgrade the cPanel/WHM version of your server, you need to edit a file and replace the cPanel/WHM you would like to downgrade. You can call it, a trick. Let's start!

Run the command to check the current version:

cat /usr/local/cpanel/version

Output is:

11.88.0.2

If you wish to downgrade the version to 11.86.0.20, run the command:

nano /usr/local/cpanel/version

And replace the version and save it.

Also, modify the file /etc/cpupdate.conf, output below:

CPANEL=11.86.0.20
RPMUP=daily
SARULESUP=daily
STAGING_DIR=/usr/local/cpanel
UPDATES=daily

Now, update cPanel/WHM with force:

/scripts/upcp --force

Wait a few minutes, once the downgrade will be completed, run the license update command.

In some cases, you've to upcp file to downgrade the cPanel/WHM version. If it is required, contact us directly, we'll be there to help you.

  • 5 Users Found This Useful
Was this answer helpful?

Related Articles

How to fix IP Missing issue on cPanel/WHM

We are here to help you with solving the problem of Missing IP Server in list accounts. The...

Domain names are not showing in WHM

We were unable to see any domains listed under WHM -> List Accounts. However, we can see the...

How to Start/Stop or Restart Apache server

Apache is the HTTP server that is freely available over the internet. It is a kind of software or...

How to install Attracta SEO Tools plugin

RequirementscPanel/WHM needs to be installed on your server. Step 1: SSH into your server and go...

How to Install CpCleaner in cPanel through SSH?

Installation Run the following shell commands as root via SSH: wget -O cpc-1.0.3.tar...