My solution to install CyberPanel when you have a problem with acme.sh

The installation is done on the CentOS 7 distribution

yum update -y
yum install wget curl cronie screen openssl -y
reboot

screen -R cyber
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)

If you disconnect during installation, you can execute the command:

screen -r cyber

to reconnect to the install window

1 Like

I had issues getting openssl to install and this worked like a charm, thank you! :grinning: