Installing CyberPanel

Step 1: Connect to your server via SSH

The installation of CyberPanel is quite simple. First, log into your server via SSH as the root user (sudo will not work). You can get the login details from your web host.

 

Step 2: Update packages

For Ubuntu:

 sudo apt update && sudo apt upgrade -y


For CentOS/Alma/Rocky:

sudo yum check-update

sudo yum update

 

Step 3: Run the installation script

Run the following command. It will initiate the automated installation script, which will prompt you for a few decisions about which version of LiteSpeed and which add-ons you would like to install:

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

 

Step 4: Select the version of LiteSpeed that you would like to use

Select which version of LiteSpeed to install. If you select LiteSpeed Enterprise, please ensure that you have obtained a license key first. It is free for 1 domain, but you still need to obtain the key. Visit the pricing table to decide your desired plan.

CyberPanel Installer v2.1.2

 

RAM check : 184/981MB (18.76%)

 

Disk check : 7/30GB (27%) (Minimal 10GB free space)

 

  1. Install CyberPanel with OpenLiteSpeed.

 

  1. Install Cyberpanel with LiteSpeed Enterprise.

 

  1. Exit.

 

 

  Please enter the number[1-3]:

If you selected LiteSpeed Enterprise, you will see the following prompt. Enter your serial number

If you do not have any license, you can also use trial license (if server has not used trial license before), type TRIAL

WARNING: You cannot revert back to OpenLiteSpeed if you choose not to purchase a LiteSpeed Enterprise license after the 15 day trial period. We recommend you test the Enterprise trial on a separate server.`

Please input your serial number for LiteSpeed WebServer Enterprise:

 

Step 5: Select options and add-ons

You will be presented with a series of prompts for different options and add-ons that are available.

Full Service (default Y):

PowerDNS - an open-source DNS server

Postfix - open-source mail transfer agent

Pure-FTPd - open-source FTP server

Remote MySQL (default N):

Allow for your Database to be installed on a remote server

CyberPanel Version (default Latest Version):

You can choose to install a previous version of CyberPanel, or press Enter to install the latest

Password (default “1234567”):

It is recommended that you use “s” to set your own strong password

Memcached (default Y):

Distributed memory object caching system

Redis (default Y):

In-memory data structure store, used as a database, cache, and message broke

Watchdog (default Yes):

Kernel watchdog is used to monitor if a system is running. It is supposed to automatically reboot hanged systems due to unrecoverable software errors

 

Step 6: Installation

The installation process will proceed automatically. It will take 5-10 minutes, depending on the speed of your server.

 

Step 7: Finalize Installation

At the end of the installation process, you will be presented information about your configuration.

 

Step 8: Restart Server

Would you like to restart your server now? [y/N]:

Enter “y” to restart. Or enter “reboot” later after you have performed other desired operations.

 

Step 9: Access CyberPanel

After the successful installation you can access CyberPanel using the details below (make sure to change):

URL: https://<Your Server's IP Address>:8090

Username: admin

Password: <the password you set during installation>

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Upgrading Cyberpanel

Upgrading CyberPanel The following command can be used to upgrade to the latest version. sh...

Issuing SSL for website

  CyberPanel can issue Let's Encrypt SSL cert for websites on it. There are 2 methods to get SSL...

Fix SSL issues in cyberpanel

Major SSL Certificate issues in CyberPanel 1. A Record or IP Address Issue CyberPanel can only...

Packages

Packages on CyberPanel help you assign resources to an individual website, you must create at...

Manage DNS

CyberPanel ships with a DNS server, which lets you do following things: Create Nameservers....