CyberPanel is the first control panel in the market that is open source and uses OpenLiteSpeed. This means that, compared with other panels that use traditional web servers, CyberPanel can take advantage of OpenLiteSpeed. LiteSpeed provides better performance and can reduce resource usage.
Update the installed software packages on the system and install wget
:
apt update && apt upgrade -y
apt install -y wget
Download the installation script to the /root
directory:
cd /root
wget -O installer.sh https://cyberpanel.net/install.sh
The setup script is executable and run this installation script:
chmod u+x installer.sh
. /installer.sh
You will see the following output:
CyberPanel Installer v2.01. Install CyberPanel.2. Install Addons.3. Exit.
Please enter the number[1-3]:
Enter 1, and press the Enter button.
You will see the following information in the next step:
CyberPanel Installer v2.0
RAM check :71/487MB(14.58%)
Disk check :1/20GB(7%)(Minimal 10GB free space)1. Install CyberPanel with OpenLiteSpeed.2. Install Cyberpanel with LiteSpeed Enterprise.3. Exit.
Please enter the number[1-3]:
Type 1
and press Enter again.
This installation script will prompt you to choose MariaDB which version to install. Choose MariaDB 1.0 because it is the only version officially recommended by the panel.
For the 6 consecutive prompts below, select y
. It will look like this:
Mirror server network is optimized for Asia Pacific region...
If you experience very slow download speed during installation, please try use mirror server on clean system...
Use mirror server [y/N]: y
Replace JS/CSS files to JS Delivr?
This may improve panel loading speed in Asia Pacific region...
Please select [y/N]: y
Install Memcached extension for PHP?
Please select [y/N]: y
Install LiteSpeed Memcached?
Please select [y/N]: y
Install Redis extension for PHP?
Please select [y/N]: y
Install Redis?
Please select [y/N]: y
CyberPanel will be installed along with its plug-ins.
The installation script will output the administrator details:
###################################################################
CyberPanel Successfully Installed
Current Disk usage :3/20GB(16%)
Current RAM usage :315/985MB(31.98%)
Installation time :0 hrs 3 min 24 sec
Visit: https://(YOUR_SERVER_IP):8090
Panel username: admin
Panel password:1234567
Mysql username: root
Mysql password: pTi2cRiSf7Egn2
Please change your default admin password
If you change mysql password, please modify file in/etc/cyberpanel/mysqlPassword withnewpasswordas well
Website : https://www.cyberpanel.net
Forums : https://forums.cyberpanel.net
Wikipage: https://docs.cyberpanel.net
Enjoy your accelerated Internet by
CyberPanel & OpenLiteSpeed
###################################################################
Enter the server IP and the CyberPanel port, browse your server, (YOUR_SERVER_IP):8090
. You will see an administrator login screen.
Enter admin
as the username and 1234567
as the password.
Click the user menu arrow and enter the name "Cyber Pan".
Select "Edit Profile".
Select "admin" in the drop-down menu.
Now you can modify the last name, first name, email address, and password.
You have successfully installed CyberPanel.
Recommended Posts