<\/p>\n
In this tutorial, we are going to provide you with step-by-step instructions on how to install as well as configure the CyberPanel control panel on an Ubuntu 18.04 VPS<\/a>.<\/p>\n
Let’s begin with the installation.
\n<\/p>\n
Table of Contents<\/p>\n
Log in to our Ubuntu server using SSH as the root user (or as a user with sudo privileges). You can do that by entering this command:<\/p>\n
ssh root@Server_IP_Address<\/span> -p Port_Number<\/span><\/pre>\nRemember to replace ‘root’ with your username if you are not using the root user. Also, replace
Server_IP_Address<\/code> and
Port_Number<\/code> with your actual server IP address and SSH port number.<\/p>\n
Once you are logged in, you should update all of your OS packages to their latest available version.<\/p>\n
apt-get update\napt-get upgrade<\/pre>\n
<\/span>Step 2: Download and Install CyberPanel<\/span><\/h2>\n
It is recommended to have a minimal install base of OS packages, so stop and uninstall Apache, MySQL, Postfix, Dovecot, etc. and delete their configuration files:<\/p>\n
systemctl stop apache2\nsystemctl stop mysql\nsystemctl stop postfix\nsystemctl stop dovecot\napt-get purge apache2* libapache2* mysql-client* mysql-common* mysql-server* postfix* dovecot*\napt-get autoremove\napt-get clean\nrm -rf \/var\/lib\/mysql<\/pre>\nYou can now download the latest version of CyberPanel installer script with:<\/p>\n
cd \/opt\nwget -O installer.sh https:\/\/cyberpanel.net\/install.sh\nchmod 755 installer.sh<\/pre>\nAfter downloading the installer script, run the command below to begin the installation:<\/p>\n
sh installer.sh<\/pre>\nDuring the installation, you should see a series of prompts. Choose the appropriate options to finish the installation:<\/p>\n
Checking root privileges...\nYou are runing on root...\nChecking OS...\nDetecting Ubuntu 18.x...\nPre-flight check completed...\nProcess check completed...<\/pre>\nCyberPanel Installer v2.0\n\n1. Install CyberPanel.\n\n2. Install Addons.\n\n3. Exit.\n\n\nPlease enter the number[1-3]: 1<\/pre>\nNow, enter the number “1” and hit [ENTER].<\/p>\n
The next step will look as follows:<\/p>\n
CyberPanel Installer v2.0\n\nRAM check : 108\/985MB (10.96%)\n\nDisk check : 4\/30GB (15%) (Minimal 10GB free space)\n\n1. Install CyberPanel with OpenLiteSpeed.\n\n2. Install Cyberpanel with LiteSpeed Enterprise.\n\n3. Exit.\n\nPlease enter the number[1-3]: 1<\/pre>\nEnter the number “1” and hit [ENTER] once again.<\/p>\n
After that, the script should start downloading and installing the packages that you’re about to choose.<\/p>\n
Install minimal service for CyberPanel? This will skip PowerDNS, Postfix and Pure-FTPd.\nMinimal installation [y\/N]: N\n\nDo you wish to install Postfix?\nPostfix installation [Y\/n]: Y\n\nDo you wish to install PowerDNS?\nPowerDNS installation [Y\/n]: Y\n\nDo you wish to install Pure-FTPd?\nPure-FTPd installation [Y\/n]: Y\n\nPlease choose to use default admin password 1234567, randomly generate one (recommended) or specify the admin password?\nChoose [d]efault, [r]andom or [s]et password: [d\/r\/s] d\n\nAdmin password will be set as 1234567\n\nReplace JS\/CSS files to JS Delivr?\nThis may improve panel loading speed in Asia Pacific region...\nPlease select [y\/N]: y\n\nInstall Memcached extension for PHP?\nPlease select [y\/N]: y\n\nInstall LiteSpeed Memcached?\nPlease select [y\/N]: y\n\nInstall Redis extension for PHP?\nPlease select [y\/N]: y\n\nInstall Redis?\nPlease select [y\/N]: y<\/pre>\nOnce the installation has been completed, you should see a screen similar to the below with the administrator logon details:<\/p>\n
###################################################################\nCyberPanel Successfully Installed\n\nCurrent Disk usage : 6\/30GB (24%)\n\nCurrent RAM usage : 258\/985MB (26.19%)\n\nInstallation time : 0 hrs 56 min 53 sec\n\nVisit: https:\/\/your_server_IP<\/span>:8090\nPanel username: admin\nPanel password: 1234567\n\nPlease change your default admin password\nIf you need to reset your panel password, please run:\nadminPass YOUR_NEW_PASSWORD\n\nIf you change mysql password, please modify file in\n\/etc\/cyberpanel\/mysqlPassword with new password as well\n\nWebsite : https:\/\/www.cyberpanel.net\nForums : https:\/\/forums.cyberpanel.net\nWikipage: https:\/\/docs.cyberpanel.net\n\nEnjoy your accelerated Internet by\nCyberPanel & OpenLiteSpeed\n###################################################################<\/pre>\n
<\/span>Step 3: Access CyberPanel<\/span><\/h2>\n
Point your preferred web browser to
https:\/\/your_server_IP:8090<\/code> and log in with your admin account. You are now ready to start using CyberPanel.<\/p>\n
<\/p>\n
NOTE: <\/strong>Do not forget to reset your admin password – use a strong password.<\/p>\n
From the above dashboard, you can add domains, create email accounts, databases, FTP accounts, add\/modify DNS records, and so on.<\/p>\n
\n
Of course, if you are one of our Managed Ubuntu Hosting<\/a> customers, you don\u2019t have to install and configure CyberPanel on your server \u2013 simply ask our admins, sit back, and relax. Our admins will install and configure CyberPanel on your server for you immediately.<\/p>\n