Shared License & Software Installation Guide - Only works on AlmaLinux 8 and AlmaLinux 9 - Update 09/09/2026

Note: The service uses port 8080. Please make sure this port is not blocked.

This website helps you learn how the systems of the services below operate for those who do not yet have the budget. If you need to use them for business, please use the original license from the manufacturer.

Allow VPS IPv4

Enter a VPS IPv4 address below to add it to the allowlist for 3 days. You can extend it unlimited times, so as long as you renew it before it expires, you can keep it active forever.

Too lazy to add yourself to the list? Contact @freecponline on Telegram to get it for just 10 USDT/year.

1. License Installation Guide

First Time Installation

Run this command every time you reboot the server or when you encounter the error "Failed to connect after 3 attempts. Please try again in 5 minutes"

cd /root
rm -f caidat && wget https://www.freecp.online/docs/caidat && chmod +x caidat && ./caidat

Update VPS before running other commands (optional):

yum -y update

Install cPanel VPS License

Run this command to get shared cPanel license

cd /root
rm -f cpanel.sh && wget https://www.freecp.online/docs/cpanel.sh && chmod +x cpanel.sh && bash cpanel.sh

Install aaPanel PRO License

Remember to register aaPanel PRO trial for the VPS when first installing aaPanel PRO before running this command, as this command is used to renew the trial. If you don't install the trial first, it will fail!

rm -f /www/server/panel/auto.py && wget -O /www/server/panel/auto.py https://www.freecp.online/docs/auto.py && chmod +x /www/server/panel/auto.py && /www/server/panel/pyenv/bin/python /www/server/panel/auto.py

Install CloudLinux Shared Pro License

cd /root
rm -f cloudlinuxv2.sh && wget https://www.freecp.online/docs/cloudlinuxv2.sh && chmod +x cloudlinuxv2.sh && bash cloudlinuxv2.sh

Install Imunify360 Unlimited License

cd /root
rm -f imunify360.sh && wget https://www.freecp.online/docs/imunify360.sh && chmod +x imunify360.sh && bash imunify360.sh

Install KernelCare License

cd /root
rm -f kcare.sh && wget https://www.freecp.online/docs/kcare.sh && chmod +x kcare.sh && bash kcare.sh

Install Softaculous & Backuply License

This command will disable /usr/bin/chattr. If you need to use /usr/bin/chattr, you must run chmod 755 /usr/bin/chattr or chmod 644 /usr/bin/chattr!

cd /root
rm -f softaculous && wget https://www.freecp.online/docs/softaculous && chmod +x softaculous && ./softaculous

Install WHMreseller License - deasoft

cd /root
rm -f whmrsl && wget https://www.freecp.online/docs/whmrsl && chmod +x whmrsl && ./whmrsl

2. Software Installation Guide

Install cPanel

rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux
yum install perl -y
yum install curl -y
curl -o latest -L https://securedownloads.cpanel.net/latest
chmod +x latest
sh latest
sudo yum remove ea-apache24-mod_ruid2 -y
sudo yum install ea-apache24-mod_suexec -y

Install CloudLinux Shared Pro

Run the command below to install CloudLinux

cd /root
rm -f caidat && wget https://www.freecp.online/docs/caidat && chmod +x caidat && ./caidat
rm -f installcln.sh && wget https://www.freecp.online/docs/installcln.sh && chmod +x installcln.sh && bash installcln.sh

Install Softaculous

wget -O install.sh https://files.softaculous.com/install.sh
chmod 755 install.sh
./install.sh

Install Imunify360

wget https://repo.imunify360.cloudlinux.com/defence360/i360deploy.sh -O i360deploy.sh
bash i360deploy.sh

Install KernelCare

Recommended to install Imunify360 first then install KernelCare from within Imunify360 to avoid errors - or you can still use the command below if not using Imunify360

curl -s https://repo.cloudlinux.com/kernelcare/kernelcare_install.sh | bash

Install Backuply

Run the command below to install Backuply:

cd /root && rm -f backuply.sh && wget https://www.freecp.online/docs/backuply.sh && chmod +x backuply.sh && bash backuply.sh

Install LiteSpeed

After running the command, press the following values in order: y, enter, 0, admin, enter, 1, enter, enter

bash <( curl https://get.litespeed.sh ) TRIAL

Install WHMreseller

Please see detailed instructions at: https://deasoft.com/whmreseller.php

3. License Error Fixing Guide

Fix cPanel VPS License Error 500

Run this command if you get the error when running cPanel license: "Check if hostname format is valid... Please contact support". Or if this command doesn't fix it after a few tries, search Google for /scripts/upcp --force to update cPanel.

cd /root
rm -f cpanelfix.sh && wget https://www.freecp.online/docs/cpanelfix.sh && chmod +x cpanelfix.sh && bash cpanelfix.sh

Fix cannot access port 2087 even though license is active

Run this command if you cannot access port 2087 even though the cPanel license is active:

iptables -F && /etc/init.d/iptables save
service cpanel restart

Other Guides

Custom cPanel License Cron Setup 1

Run this command if you want cron 2,12,22,32,42,52 * * * * for cPanel.

cd /root
wget -O cpanel.sh https://www.freecp.online/docs/cpanel-cron-vao-phut-thu-2-o-cuoi.sh && chmod +x cpanel.sh && bash cpanel.sh