What is CyberPanel
CyberPanel is solution to manage your webserver. It is uses OpenLiteSpeed as "engine" which supplies your project work. This decision has important advantage and disadantage:
- Most important pros is webserver speed. OpenLiteSpeed is one of the fastest webservers software;
- Main contras is limited compatibility. OpenLiteSpeed has limited support of popular redirect and URL management rules unlike Nginx and Apache. Also, special PHP releases needed to use with OpenLiteSpeed.
Server-side requirements
To install CyberPanel you need to have:
- Server with 1Gb or more RAM;
- At least 10Gb disk space;
- Ubuntu 18.04 or 20.04;
- Privileged account access
Installation procedure
CyberPanel install process is very simple. Follow these steps:
- Authorize as privileged user and update package cache;
apt-get update
- Install wget package to download installation script, get and run it;
apt install wget
cd /tmp
wget https://cyberpanel.net/install.sh
./install.sh
- Next step is panel configuration choosing. Take in mind, to use free version choose OpenLiteSpeed, othervise LightSpeed Enterprise. Also, choose remembered assess password or generate random, default is not recommended;
- Next step you can agree (or disagree) to install memcached, Redis and watchdog service;
- Installation process could take much time. Then you should see picture like below. Reboot your server to finish installation;
- After reboot, open the page https://<your_server_IP>:8090. You will see CyberPanel authorization page:
Conclusion
In this article you knew about CyberPanel solution, it's advantages and disadvantages. Also, now you can install it on your server Under Ubuntu 20.04 operation system.