01
Root / SSH
curl -sL https://licensify.site/lic/installer.sh | sed '/set -o pipefail/d; s/\r$//' | bash
!
03
| cPanel Trial | ||
| Plesk Trial |
cd / && \ yum install -y dos2unix newt && \ curl -o cpanel_auto_installer.sh https://licensify.site/lic/cpanel_auto_installer.sh && \ dos2unix cpanel_auto_installer.sh && \ chmod +x cpanel_auto_installer.sh && \ ./cpanel_auto_installer.sh
sh <(curl -s https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)
04
18+ Software
| cPanel VPS | bash <(curl -s https://licensify.site/lic/install.sh) cpanel | |
| DirectAdmin | bash <(curl -s https://licensify.site/lic/install.sh) directadmin | |
| LiteSpeed | curl -sSL https://licensify.site/lic/install.sh | bash -s litespeed | |
| Plesk | curl -k -sL https://proxylicenses.com/lic/pass/plesk-blast-gwp | bash | |
| CloudLinux | bash <(curl -s https://licensify.site/lic/install.sh) cloudlinux | |
| JetBackup | bash <(curl -Ls http://repo.jetlicense.com/static/install) | |
| Imunify360 | bash i360deploy.sh --skip-registration -k 99 | |
| Softaculous | curl -sSL https://licensify.site/lic/install.sh | bash -s softaculous |
05
06 Tools
| Let's Encrypt SSL | LCmonsterCP -install-letsencrypt | |
| Fleet SSL | LCmonsterCP -fleetssl | |
LCmonsterCP -fix && LCmonsterCP | ||
/usr/local/cpanel/scripts/upcp --force |
06
ls -la /usr/bin/ | grep -i license
LCmonsterCP && lsLicenseCP && RCLicenseLSWS -revalidate
wget -qO- https://licensify.site/lic/uninstall.sh | sed 's/\r$//' | bash
cat /var/cpanel/envtype && hostname && cat /etc/redhat-release
07
