Categories: CentOSLinuxShell

How to install and configure Cyber Panel on CentOS 8

Cyber panel is an open-source free web hosting panel that uses the Open Lite Speed web server. It has two version free and enterprise versions. The free version uses Open Lite Speed while the enterprise version uses the Lite Speed Web server. It comes up with many features like AutoSSL, Backup and Restore, and hosting multiple websites. In this tutorial, we will learn how to install and configure and Cyber panel in Centos 8. So let’s get started.

Cyber Panel Installation on CentOS 8

By default, there is no package available for Cyber Panel in Centos 8 software repository. So we have to get its installer from the following way using terminal:

# cd /tmp

# wget -O installer.sh https://cyberpanel.net/install.sh

After this run the installer by using the following command, make sure you have root privileges to run this command:

# sh installer.sh

You will see the following output:

Enter 1 and press enter.

The next step will look like as follows:

Enter 1 and press enter, as we are installing free version:

If you want to download the full service of Cyber Panel, enter y and press enter.

Cyber Panel will be installed now, along with all of its extensions.

By default, Cyber Panel is using port 8090 of TCP to allow access over the network add the firewall rule, for this use the following command:

# firewall-cmd –add-port=8090/tcp –permanent

# firewall-cmd –reload

Configuring Cyber Panel

To configure Cyber Panel, visit your Server IP address with port number you will see the login page <IP address: 8090>.

Enter username (admin) and default password (1234567), you will be redirected to the Cyber panel dashboard.

Now you can configure Cyber Panel according to your need.

Conclusion

In this tutorial, we learned how to install and configure the Cyber panel on CentOS8. I hope this tutorial will help you to understand the Cyber panel.

Karim Buzdar

About the Author: Karim Buzdar holds a degree in telecommunication engineering and holds several sysadmin certifications. As an IT engineer and technical author, he writes for various web sites. You can reach Karim on LinkedIn

Recent Posts

How to Install Magento 2 on AlmaLinux

Magento is a free and open-source e-commerce platform written in PHP. It is simple, easy…

1 year ago

How to Install ISPConfig Hosting Control Panel with Apache Web Server on Ubuntu 24.04

ISPConfig is an open-source control panel that allows users to manage multiple servers from a…

1 year ago

How to Test your Email Server (SMTP) Using the Telnet Command

As a Linux administrator, you may find it necessary to troubleshoot or test your Simple…

1 year ago

Managing Network Interfaces and Settings on Ubuntu 24.04 with nmcli

Ubuntu 24.04, like many modern Linux distributions, relies on the NetworkManager for managing network connections.…

2 years ago

Using Restic Backup on Ubuntu 24.04

Restic is a modern, open-source backup program designed for efficiency, security, and simplicity. It enables…

2 years ago

Installing phpMyAdmin on Rocky Linux 9 and Securing it with Let’s Encrypt SSL

phpMyAdmin is a popular free tool written in PHP intended to administer MySQL and MariaDB…

2 years ago