How to install CyberPanel on CentOS/Ubuntu server

CyberPanel is a LiteSpeed-based control panel that provides a graphical interface for Linux server management. It provides an easy and user-friendly graphical interface for various tasks, such as webmail, web hosting, and some more complicated ones like Docker. This is a very comfortable panel that supports both CentOS and Ubuntu OS.

CyberPanel system requirements:

  • Centos 7.x, Centos 8.x, Ubuntu 18.04, Ubuntu 20.04
  • Python 3.x
  • 1024MB or above RAM
  • 10GB Disk Space

Installation

The CyberPanel installation is straightforward, you enter a single command on your SSH(Terminal) and respond to its questions.

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

When you started the installation, you will get asked a few Yes/No questions, such as if you want to install PowerDNS, MySQL, Redis, FTP, and some other services. You chose the answers based on your needs. Keep in mind that you can always install these options later.

You will have a chance to set the panel password or use a default one, again, you can choose your preferred option, which you can change anytime later.

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

How to restrict direct root access in Linux

We can do it just in two steps. Step One: At first we will create new root user as follows (for...

How to extract .tar.gz files in Linux/UNIX OS

A tarball is a group of files that are bundled together using the tar command. Use the...

How to add welcome message when SSH start?

You need to change the contents of /etc/motd. Unfortunately, by default, /etc/motd is a link to...

How to change root password when SSH logged in

Run the following command: passwd Now type your new passwordOnce done, retype new passwordDone!...

How to install Pinguzo on any Linux/UNIX OS

Login to Pinguzo panel using Softaculous account or create an account of Pinguzo To add new...