By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
IT Infras HolicIT Infras HolicIT Infras Holic
  • News
  • Linux
    • Application
    • SELinux
    • Centos
    • Ubuntu
  • Docker
  • Web Server
    • Kong
    • Nginx
    • Openlitespeed
  • Database
  • Mikrotik
  • Windows
  • Mail
  • Tools
    • 2048
    • Fantasy Forest
    • Hextris
    • Crossword
Search
  • Privacy Policy
© 2024. All Rights Reserved.
Font ResizerAa
IT Infras HolicIT Infras Holic
Font ResizerAa
  • News
  • Linux
  • Docker
  • Web Server
  • Database
  • Mikrotik
  • Windows
  • Mail
  • Tools
Search
  • News
  • Linux
    • Application
    • SELinux
    • Centos
    • Ubuntu
  • Docker
  • Web Server
    • Kong
    • Nginx
    • Openlitespeed
  • Database
  • Mikrotik
  • Windows
  • Mail
  • Tools
    • 2048
    • Fantasy Forest
    • Hextris
    • Crossword
Follow US
© 2022 Foxiz News Network. Ruby Design Company. All Rights Reserved.
IT Infras Holic > Blog > Web Server > Openlitespeed > Install Cyberpanel on Ubuntu 22.04
OpenlitespeedUbuntuWeb Server

Install Cyberpanel on Ubuntu 22.04

writer
Share
8 Min Read
SHARE

Install Cyberpanel on Ubuntu 22.04.CyberPanel is a next-generation control panel for web hosting services. Developed by OpenLiteSpeed, it offers a comprehensive suite of tools and features designed to simplify the process of managing web servers and websites. Unlike traditional control panels such as cPanel or Plesk, which often come with hefty price tags, CyberPanel is open-source and free to use, making it an attractive option for both individuals and businesses looking to streamline their hosting infrastructure without breaking the bank.

Contents
Features and BenefitsInstall Cyberpanel on Ubuntu 22.04PrerequisitesStep 1. Update the SystemStep 2. Remove Unnecessary InstallationsStep 3. Install CyberPanel with OpenLiteSpeed

Features and Benefits

  1. Speed and Performance: At the heart of CyberPanel lies the OpenLiteSpeed web server, renowned for its exceptional speed and performance. By leveraging LiteSpeed's cutting-edge technologies such as LSAPI (LiteSpeed Server Application Programming Interface) and LSCache, CyberPanel can deliver blazing-fast website loading times and handle high traffic volumes with ease.
  2. Ease of Use: CyberPanel boasts an intuitive and user-friendly interface, making it accessible even to those with limited technical expertise. From managing domains and email accounts to installing applications and monitoring server performance, CyberPanel provides a streamlined and hassle-free experience for users at every level.
  3. Security: Security is a top priority in the digital realm, and CyberPanel takes it seriously. With built-in features such as firewall protection, malware scanning, and automatic SSL certificate installation, CyberPanel helps fortify your web hosting environment against threats and vulnerabilities, ensuring peace of mind for both website owners and visitors.
  4. Resource Efficiency: CyberPanel is designed to be lightweight and resource-efficient, minimizing server overhead and maximizing performance. Its innovative caching mechanisms and optimized resource allocation ensure optimal utilization of server resources, enabling you to do more with less hardware.
  5. Scalability: Whether you're running a small personal blog or a large-scale e-commerce platform, CyberPanel scales to meet your needs. With support for multiple websites and unlimited domains, as well as easy integration with cloud services such as AWS and DigitalOcean, CyberPanel offers unparalleled flexibility and scalability for your hosting infrastructure.

Install Cyberpanel on Ubuntu 22.04

Prerequisites

  • Fresh install of Ubuntu 22.04
  • User privileges: root or non-root user with sudo privileges
  • A machine with at least 2GB of RAM

Step 1. Update the System

Before we start installing CyberPanel, we will need to update the system with the following commands:

1
2
# apt update
# apt upgrade -y

Step 2. Remove Unnecessary Installations

CyberPanel requires a fresh install of Ubuntu 22.04. Much like other system control panels such as WHM/cPanel and DirectAdmin, the script installs the web server, the database server and the mail transfer agent. If you have a fresh install of Ubuntu 22.04 with no preinstalled web server, database server, etc., you can skip this step and continue to Step 3.

Before you run the installation script, you will need to stop these services and remove them.

makesure you login to the VM by using root

 

1
2
3
4
systemctl stop nginx
systemctl stop dovecot
systemctl stop mysqld
systemctl stop postfix

Now you can remove them with just one command:

1
apt-get remove nginx mysql-server dovecot-core postfix

Make sure to confirm the removal.

Step 3. Install CyberPanel with OpenLiteSpeed

To install CyberPanel, you will need to download and run the CyberPanel script. You can download and run the script at the same time by executing this command:

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

You should receive similar output, where you should enter the number 1 to start the CyberPanel installation:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
...
Checking server location...
 
Desktop OS not detected. Proceeding
 
System: Ubuntu 22 detected...
 
Checking virtualization type...
 
Initialized...
 
                CyberPanel Installer v2.3.4
 
1. Install CyberPanel.
 
2. Exit.
 
 
  Please enter the number[1-2]: 1
For the next question, you will also need to choose the first option to install CyberPanel with OpenLiteSpeed:
1. Install CyberPanel with OpenLiteSpeed.
 
2. Install Cyberpanel with LiteSpeed Enterprise.
 
3. Exit.
 
 
Please enter the number[1-3]: 1
For this step, you should also include PowerDNS, Postfix, and Pure-FTPd with installation by entering “Y”.
Install Full service for CyberPanel? This will include PowerDNS, Postfix and Pure-FTPd.
 
Full installation [Y/n]: Y
If you want to use a remote MySQL server (a server that is not the same one you are installing CyberPanel on) you can select y – otherwise, you should also install MySQL by entering the “N” option:
Do you want to setup Remote MySQL? (This will skip installation of local MySQL)
 
(Default = No) Remote MySQL [y/N]: N
You should also simply press [Enter] to install the latest CyberPanel version:
Press Enter key to continue with latest version or Enter specific version such as: 1.9.4 , 2.0.1 , 2.0.2 ...etc
 
Branch name set to v2.3.4
Here you can also choose any option, but it’s recommended to either generate a random password or set your own password. In this tutorial, we selected option r for a random password.
Please choose to use default admin password 1234567, randomly generate one (recommended) or specify the admin password?
Choose [d]fault, [r]andom or [s]et password: [d/r/s] r
Then you can choose to install Memcached and its PHP extension:
Do you wish to install Memcached process and its PHP extension?
Please select [Y/n]: Y
For this step, it’s recommended to run the watchdog script to detect problems in the tables and data.
The watchdog script will be automatically started up after installation and server reboot
If you want to kill the watchdog, run watchdog kill
Please type Yes or no (with capital Y, default Yes):
Y

After this step, the installation will continue and if you have selected the random (r) option for the password, you should receive the password that was randomly generated.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
###################################################################
                CyberPanel Successfully Installed
 
                Current Disk usage : 8/25GB (31%)
 
                Current RAM  usage : 403/2969MB (13.57%)
 
                Installation time  : 0 hrs 28 min 0 sec
 
                Visit: https://YourServerIpAdress:8090
                Panel username: admin
                Panel password: *****
 
             Run cyberpanel help to get FAQ info
             Run cyberpanel upgrade to upgrade it to latest version.
             Run cyberpanel utility to access some handy tools .
 
              Website : https://www.cyberpanel.net
              Forums  : https://forums.cyberpanel.net
              Wikipage: https://docs.cyberpanel.net
              Docs    : https://cyberpanel.net/docs/
 
            Enjoy your accelerated Internet by
                CyberPanel &amp; OpenLiteSpeed
###################################################################
If your provider has a network-level firewall
Please make sure you have opened following port for both in/out:
TCP: 8090 for CyberPanel
TCP: 80, TCP: 443 and UDP: 443 for webserver
TCP: 21 and TCP: 40110-40210 for FTP
TCP: 25, TCP: 587, TCP: 465, TCP: 110, TCP: 143 and TCP: 993 for mail service
TCP: 53 and UDP: 53 for DNS service
Would you like to restart your server now? [y/N]: y

Now you can now access the CyberPanel installation at https://YourServerIpAdress:8090

You Might Also Like

How to set up a VPN Site to Site (VPN S2S) between StrongSwan and Google Cloud VPN

UFW Linux Firewall Cheatsheet

Install Kong Konga using Docker Compose

How to Add Additional HTTP Headers in OpenLitespeed

TAGGED: cyberpanel, ubuntu
Share This Article
Facebook Twitter Whatsapp Whatsapp LinkedIn Telegram Copy Link
Previous Article How to map SFTP as a drive on Windows 10 How to map SFTP as a drive on Windows 10
Next Article Apache Guacamole Unlocking Seamless Remote Access: Exploring the Power of Apache Guacamole
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Latest News

bash
Monitoring File & Directory Changes using Bash Script
Linux Application
vulnerability
Vulnerability Checker CVE-2024-3094
Linux
wiki.js
Unleashing the Potential of Knowledge Management with Wiki.js
Application Linux
Install Apache Guacamole
How to Install Apache Guacamole with Docker Compose
Application Linux
Follow US
© 2024
activity notes activity notes
Welcome Back!

Sign in to your account

Lost your password?