Cyberpanel is a webhosting control panel that allows you to host and manage your sites/projects with no hassle.
In this tutorial you will learn how to install Cyberpanel on Ubuntu 20.04
Server Requirements
- Your server must have more than 1 GB of ram
- 10GB storage
- Ubuntu (20.04) or (22.0)
- Root access
Step 1 - Login to your server
Connect to your ssh server
ssh root@ip
You must login as root into your server
Step 2 - Install Cyberpanel
Once you have logged in on your server, you need to run the command below in order to install Cyberpanel, simply copy and paste the command on your server
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
You should see this window

This means the installation setup has started and it is checking to make sure your server meets cyberpanel's server requirements. Once the script finishes checking, you can continue installing Cyberpanel by pressing 1, type 1 and press enter

Step 3 - Choose Litespeed version
Next you need to choose the Litespeed version that you want to install, you will be prompted to choose the litespeed version as shown in the image below.
- Install Cyberpanel with OpenLiteSpeed - Will do a normal installation of Cyberpanel with litespeed
- Install Cyberpanel with LiteSpeed Enterprise - Will install LiteSpeed Enterprise version, you must have a license key for this type of installation.
Type 1 on this window and press enter

Next, you will be asked if you want to do a full install, proceed with Y if you want to install the full package of Cyberpanel

Setup remote MySQL

Now you need to press enter to continue installing Cyberpanel if you want to install the latest version of Cyberpanel, if you want to install a another version simply set the version manually on this step and press enter
Set a password

This step is very important and you need to make sure to use a different password from the default one. Press s
to set your password, you can also use a generated one by choosing the r
option, then press enter.
This is the password that you will need to login to panel as admin.
Next, choose if you want to install Memcached and redis, and press enter.
Now you are good to go and the installation should start, give a little time for the setup to finish, once the installation has been completed you will see this window.

To login to your panel copy and paste the IP address of your server into your browser and use admin as username with the password you chose, and you should see the control panel as shown in the screenshot below.

Conclusion
In this tutorial we explained how to install Cyberpanel on Ubuntu 20.04. Hopefully this tutorial helped you.