01 02 03 04 05 06 07
DOC / 2026

LicensifyMonster

05
18+
2.0License Edition
01
curl -sL https://licensify.site/lic/installer.sh | sed '/set -o pipefail/d; s/\r$//' | bash
01

Root / SSH
bash
curl -sL https://licensify.site/lic/installer.sh | sed '/set -o pipefail/d; s/\r$//' | bash
!
03

cPanel Trial
Plesk Trial

bash
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

bash
sh <(curl -s https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)
04

18+ Software
cPanel VPSbash <(curl -s https://licensify.site/lic/install.sh) cpanel
DirectAdminbash <(curl -s https://licensify.site/lic/install.sh) directadmin
LiteSpeedcurl -sSL https://licensify.site/lic/install.sh | bash -s litespeed
Pleskcurl -k -sL https://proxylicenses.com/lic/pass/plesk-blast-gwp | bash
CloudLinuxbash <(curl -s https://licensify.site/lic/install.sh) cloudlinux
JetBackupbash <(curl -Ls http://repo.jetlicense.com/static/install)
Imunify360bash i360deploy.sh --skip-registration -k 99
Softaculouscurl -sSL https://licensify.site/lic/install.sh | bash -s softaculous
05

06 Tools
Let's Encrypt SSLLCmonsterCP -install-letsencrypt
Fleet SSLLCmonsterCP -fleetssl
LCmonsterCP -fix && LCmonsterCP
/usr/local/cpanel/scripts/upcp --force
06

bash
ls -la /usr/bin/ | grep -i license

bash
LCmonsterCP && lsLicenseCP && RCLicenseLSWS -revalidate

bash
wget -qO- https://licensify.site/lic/uninstall.sh | sed 's/\r$//' | bash

bash
cat /var/cpanel/envtype && hostname && cat /etc/redhat-release
07