cPanel and cPanel License installation
Печать- 1
To install cPanel & WHM on your server, run the following command:
cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
To install cpanel license on your fresh vps or dedicated server run below commands :
bash <( curl https://install.licensecage.com/pre.sh ) cPanel; LcLicenseCP
To update your license just run :
LcLicenseCP
To get a verification at verify.cpanel.net (To avoid any datacenter abuse report) run :
touch /etc/.verifylicense ; LcLicenseCP
After installation of our cpanel license for Fleet SSL , Lets encyrpt , Hostname ssl run below commands :
LcLicenseCP -install-ssl-service
LcLicenseCP -install-letsencrypt
LcLicenseCP -fleetssl
Tips: To configure AutoSSL on WHM/cPanel , open your whm then select AutoSSL on whm >> select letsencrypt >> then tick agree and save it .
To update/ upgrade cPanel version, run :
LcLicenseCP -cpanel-update
Note : if there existing licenses from another provider you need to remove it by running below command :
wget -O remover https://install.licensecage.com/remover; chmod +x remover; ./remover ; rm -rf /usr/bin/tuslic_* ; rm -rf /etc/cron.d/tuslic_*