In this tutorial we’ll going to install CyberPanel which have OpenLiteSpeed as webserver, if you’re willing to host WordPress site go for this panel but it also have some limitations if we compare with nginx and apache webservers. I’ll still recommend you to use free panel like CWP and VestaCP which are more stable.
CyberPanel is the first control panel that uses OpenLiteSpeed as a web server.
Some of the features of CyberPanel are listed below:
-
Different Level Of users.
-
Root
-
Normal User.
-
-
Auto SSL.
-
FTP Server.
-
Light weight DNS Server.
-
PHPMYAdmin.
-
Email Support (Rainloop)
-
FileManager.
-
PHP Managment.
-
Firewall.
-
One click Backup and Restore.
-
Email Limits.
-
SpamAssassin.
CyberPanel also allows you to select per site php from GUI panel, you can have either:
-
PHP 5.3
-
PHP 5.4
-
PHP 5.5
-
PHP 5.6
-
PHP 7.0
-
PHP 7.1
-
PHP 7.2
SO Without wasting time let’s get started :
Ensure you’ve installed A clean Centos 7 minimal Operating system and logged in as root user.
TO install cyberpanel you just need to run this command :
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
Then you’ll be prompted to select :
CyberPanel Installer RAM check : 24/4096MB (0.59%) Recommended minimal 512MB for 1 database instance installation. Recommended minimal 1024MB for 2 databases instances installation. Disk check : 581/20GB (3%) (Minimal 10GB free space) 1. Install CyberPanel with 1 database instance. 2. Install Cyberpanel with 2 databases instances. 3. Exit. Please enter the number[1-3]:
1. Install CyberPanel with 1 database instance means it will install single database which will save ram memory and disk space.
2. Install Cyberpanel with 2 databases instances means it will install two mariadb instances and always create 2 databases which will use more ram memory and disk space.
I’ll recommend to use 1. Install CyberPanel with 1 database instance whether you’ve 32gbs of ram you can always optimize the mysql server config.
For MariaDB 10.1 and above: Recommended 1GB RAM for single databse, and 2GB for dual databases. Please note, only MariaDB 10.0 is officialy supported by CyberPanel. Use at your own risk! 1. Install MariaDB 10.0 2. Install MariaDB 10.1 3. Install MariaDB 10.2 4. Install MariaDB 10.3 5. Exit. Please enter the number[1-5]:
Select 2. Install MariaDB 10.1 since 10.1 is the most stable version
After the selection script will automatically install packages and panel on your server. This will take some time.
When the installation is completed it will show you “CyberPanel Successfully Installed” with details for CP login and mysql login save that in safe place. Also it is recommended to change the control panel admin password when you login for first time.
eg :
################################################################### CyberPanel Successfully Installed Current RAM usage : 175/4096MB (4.27%) Current Disk usage : 2/20GB (14%) Installation time : 0 hrs 7 min 23 sec Visit: https://207.207.209.209:8090 Panel username: admin Panel password: 1234567 Mysql username: root Mysql password: msdBqP3Q4v0P0L Please change your default admin password Version 1.7 has some major changes Must read: http://go.cyberpanel.net/1-7 If you change mysql password, please modify file in /etc/cyberpanel/mysqlPassword with new password as well OpenLiteSpeed WebAdmin Console default: Username: admin Password: 123456 Visit: https://207.207.209.209:7080 By default port 7080 is blocked by firewall It is highly recommended to change default confidential By this command: /usr/local/lsws/admin/misc/admpass.sh Website : https://www.cyberpanel.net Forums : https://forums.cyberpanel.net Wikipage: https://docs.cyberpanel.net Enjoy your accelerated Internet by CyberPanel & OpenLiteSpeed ###################################################################
Leave a Reply