INSTALL CYBERPANEL ON UBUNTU AND CREATE WORDPRESS WEBSITE

How to install WordPress with CyberPanel on Ubuntu - UpCloud

Cyberpanel is a modern and free control panel loaded with features. It’s a great alternative to cPanel or Plesk. In fact, it outshines other open-source control panels like Virtuamin, VestaCP, CentOS Web Panel, etc. It works on top of the OpenLiteSpeed server. Apart from installing normal applications like WordPress, Joomla, Magento, Prestashop it also features email marketing application like Mautic. Some of the features of cyberpanel are

  • In built Email Marketing Section
  • Docker Containerization
  • Auto SSL
  • Outofbox WordPress installation
  • Email List Verification
  • Multi PHP
  • Easy backup
  • File Manager
  • Incremental backup
  • Firewall/Security
  • FTP server etc.

In this article, you will learn to install CyberPanel on Ubuntu 20.04. You will also learn to create a WordPress website on CyberPanel.

  1. Requirements for CyberPanel
  2. Installing CyberPanel
  3. Creating and Updating Nameservers for main domain
  4. Installing and Enabling SSL
  5. Installing WordPress

Best Panel And SMTP email Services For Email Marketing

First of all switch to root user
				
					sudo -i
				
			
				
					apt update -y
				
			
				
					apt upgrade -y
				
			
				
						
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
				
			
				
					CyberPanel Installer v2.1.1
1. Install CyberPanel.
2. Exit.
Please enter the number[1–2]: 1
				
			
				
					CyberPanel Installer v2.1.1
RAM check : 223/1682MB (13.26%)
Disk check : 4/30GB (18%) (Minimal 10GB free space)
1. Install CyberPanel with OpenLiteSpeed.
2. Install Cyberpanel with LiteSpeed Enterprise.
3. Exit.
 Please enter the number[1–3]: 1
				
			
				
					Install Full service for CyberPanel? This will include PowerDNS, Postfix and Pure-FTPd.
 
Full installation [Y/n]: Y
				
			
				
					Do you want to setup Remote MySQL? (This will skip installation of local MySQL)
(Default = No) Remote MySQL [y/N]: N
				
			
				
					Press Enter key to continue with latest version or Enter specific version such as: 1.9.4 , 2.0.1 , 2.0.2 …etc
				
			
				
					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] s
				
			
				
					Please enter your password:
Password: Confirm Password:
				
			
				
					Do you wish to install Memcached process and its PHP extension?
Please select [Y/n]: Y
				
			
				
					Do you wish to install Redis process and its PHP extension?
Please select [Y/n]:Y
				
			
				
					Would you like to set up a WatchDog (beta) for Web service and Database service ?
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
				
			
				
					###################################################################
 CyberPanel Successfully Installed
 Current Disk usage : 9/194GB (6%)
 Current RAM usage : 308/7961MB (3.87%)
 Installation time : 0 hrs 12 min 0 sec
 Visit: https://1.2.3.4:8090
 Panel username: admin
 Panel password: *****
 Visit: https://1.2.3.4:7080
 WebAdmin console username: admin
 WebAdmin console password: 9xBXiJwdQWvbFwUv
 Visit: https://1.2.3.4:8090/rainloop/?admin
 Rainloop Admin username: admin
 Rainloop Admin password: Q54ZP8j18Rw3pD
 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 & 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 open the first URL https://1.2.3.4:8090 in the browser and log in to CyberPanel.

Scroll to Top