c How to install cpanel to a specific version - Knowledgebase - WhmSeller Licensing System

How to install cpanel to a specific version Print

  • 0

In order to install cPanel to a specific version ex 11.122.0.13 run the following commands in ssh. Change 11.122.0.13 to any version desired

 

echo "11.122.0.13" > /usr/local/cpanel/version
chattr -ia /etc/cpupdate.conf
sed -i -r 's/CPANEL=(.+)/CPANEL=11.122.0.13/g' /etc/cpupdate.conf
touch /usr/local/cpanel/cpanel.lisc
/scripts/upcp --force


Was this answer helpful?

« Back