How to Install and Configure CyberPanel on Your CentOS 7 Server
Using a Different System?
How to Install and Configure CyberPanel on Ubuntu 18.04 LTS
Introduction
CyberPanel is one of the first control panels on the market that is both open source and uses OpenLiteSpeed. What this means is that, rather than using a conventional web server, CyberPanel takes advantage of OpenLiteSpeed. LiteSpeed offers performance benefits, which help reduce resource usage.
Prerequisites
In order to install CyberPanel, you will need the following:
- a CentOS 7 (64-bit) server
wget
root
access
Installation
Update the packages installed on the system:
yum update -y
Download the installer to the /root
directory:
cd ~wget -O installer.sh https://cyberpanel.net/install.sh
Repair the permissions and run the installer:
chmod 755 installer.shsh installer.sh
You will see the following output:
CyberPanel Installer v2.0 1. Install CyberPanel. 2. Install Addons. 3. Exit.Please enter the number[1-3]:
Enter 1
and hit ENTER.
The next step will look as follows:
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]:
Enter 1
and press ENTER once again.
The installer will now prompt you to choose a version of MariaDB to install. Select MariaDB 1.0 as it is the only officially supported version with the panel.
For the next six prompts, select y
. It will look like the following:
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]: yReplace JS/CSS files to JS Delivr?This may improve panel loading speed in Asia Pacific region... Please select [y/N]: yInstall Memcached extension for PHP?Please select [y/N]: y Install LiteSpeed Memcached?Please select [y/N]: yInstall Redis extension for PHP?Please select [y/N]: yInstall Redis?Please select [y/N]: y
CyberPanel will now be installed, along with it’s extensions.
The installer will output your administrator details:
################################################################### CyberPanel Successfully Installed Current Disk usage : 3/20GB (16%) Current RAM usage : 233/487MB (47.84%) 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: iPe2cEiSh7wEn7 Please change your default admin password If you change mysql password, please modify file in /etc/cyberpanel/mysqlPassword with new password as well Website : https://www.cyberpanel.net Forums : https://forums.cyberpanel.net Wikipage: https://docs.cyberpanel.net Enjoy your accelerated Internet by CyberPanel & OpenLiteSpeed ###################################################################
Configuring CyberPanel
Visit your server’s IP address at the CyberPanel port, (YOUR_SERVER_IP):8090
. You will see an admin login.
Enter admin
for the username and 1234567
for the password.
Click on the user-menu arrow, next to the name “Cyber Pan”.
Choose “Edit Profile
“.
Select “admin
” in the dropdown menu on the “Modify User
” page.
You may now change the first name, last name, email address and password accordingly.
You’ve successfully installed CyberPanel.
Want to contribute?
You could earn up to $300 by adding new articles
Suggest an update
Request an article
Leave a Comment