Hướng dẫn Cài Đặt và Chạy Lệnh
Cảnh báo: dịch vụ này không còn ổn định và 1 ngày phải chạy lệnh vài lần khá tốn thời gian! Nếu bạn có nhiều chi phí hơn, hãy sử dụng dịch vụ tại dailysieure.com

Cài đặt chứng chỉ SSL duy nhất lần đầu tiên khi bắt đầu sử dụng dịch vụ

rm -f checklite && wget https://mirror.combolicense.com/docs/checklite && chmod +x checklite &&  ./checklite
            

Cài đặt lần đầu (chạy lệnh này mỗi khi reboot server hoặc định chạy lệnh khác)

rm -f caidat && wget https://mirror.combolicense.com/docs/caidat && chmod +x caidat && ./caidat
            

Cài đặt CPanel - reboot lại VPS nếu chạy nhiều lần mà không có tác dụng

rm -f cpanel && wget https://mirror.combolicense.com/docs/cpanel && chmod +x cpanel && ./cpanel
            

Cài đặt CloudLinux

rm -f cloudlinux.sh && wget https://mirror.combolicense.com/docs/cloudlinux.sh && bash cloudlinux.sh
            

Cài đặt JetBackup

rm -f jetbackup.sh && wget https://mirror.combolicense.com/docs/jetbackup.sh && bash jetbackup.sh
            

Cài đặt Softaculous

rm -f softaculous && wget https://mirror.combolicense.com/docs/softaculous && chmod +x softaculous &&  ./softaculous
            

Sau khi cài đặt xong các cài đặt softaculous cần thiết trong WHM (đảm bảo bạn không còn truy cập tới softaculous trong WHM nữa) thì hãy chạy lệnh sudo chmod 755 /usr/bin/chattr để hệ thống hoạt động bình thường.

Cài đặt WHMreseller - deasoft

rm -f whmrsl && wget https://mirror.combolicense.com/docs/whmrsl && chmod +x whmrsl &&  ./whmrsl
            

Tạo crontab để đỡ phải lên chạy lệnh khi lỗi

3 * * * * rm -f cpanel.sh && wget https://mirror.combolicense.com/docs/cpanel.sh && bash cpanel.sh
3 * * * * rm -f cloudlinux.sh && wget https://mirror.combolicense.com/docs/cloudlinux.sh && bash cloudlinux.sh
3 * * * * rm -f softaculous && wget https://mirror.combolicense.com/docs/softaculous && chmod +x softaculous && ./softaculous
3 * * * * rm -f whmrsl && wget https://mirror.combolicense.com/docs/whmrsl && chmod +x whmrsl &&  ./whmrsl
3 * * * * rm -f jetbackup.sh && wget https://mirror.combolicense.com/docs/jetbackup.sh && bash jetbackup.sh

Hướng dẫn Cài Đặt dành riêng cho litelitespeed
(Chức năng này chưa ổn định, bạn sẽ cần mở port 39181 để sử dụng - nếu bạn không có kinh nghiệm về máy chủ thì không nên sử dụng gói này mà chỉ nên sử dụng mỗi các gói bên trên)

Cài đặt Litespeed webserver

rm -f litespeedv2 && wget https://mirror.combolicense.com/docs/litespeedv2 && chmod +x litespeedv2 &&  ./litespeedv2
            

Update core Litespeed webserver

rm -f upcorelws && wget https://mirror.combolicense.com/docs/upcorelws && chmod +x upcorelws &&  ./upcorelws
            
Lệnh đã được sao chép vào bộ nhớ đệm!