1. Use Interserver VPS Hosting Plans
InterServer offers a variety of VPS and cloud hosting plans to provide the flexibility and scalability its clients are looking for.
Linux cloud VPS begins at $6 per month, while Windows cloud VPS starts at $10 per month. Both offer a variety of options, based on your needs for CPU cores, memory, storage, and transfer caps.
InterServer shared hosting is good for small businesses and individual bloggers who want a cheap hosting solution.
Although InterServer does increase their price during renewal, the features they offer are a great bargain.
InterServer VPS, on the other hand, is a great solution for advanced users who are not afraid of handling their own server.
>> Visit Interserver Now
2. Then, Install CyberPanel on Your Interserver VPS
CyberPanel is a control panel powered by OpenLiteSpeed designed with a user-friendly GUI, to make work easier for developers and system administrators.
CyberPanel is a control panel that offers some great features such as CSF Firewall, installations scripts for CMSes and it can work on multiple operative systems like Linux, Windows, Mac OS and etc.
Openlite speed is an open-source web server that offers security high performance, used for handling huge traffic for the website.
CyberPanel with OpenLiteSpeed combination is providing very powerful website performance.
Installing CyberPanel with OpenLiteSpeed is a very easy and straightforward process.
Let’s get started!
Prerequisites
- Fresh install of Ubuntu 20.04
- User privileges: root or non-root user with sudo privileges
- VPS with at least 2GB of RAM
Step 1.Update the System
Before we start with installing CyberPanel along with OpenLiteSpeed we need to update the system:
sudo apt update -y && sudo apt upgrade -y
Step 2.Remove Unnecessary Intstallations
Since CyberPanel has its own structure and relays on the OpenLiteSpeed server, we need to remove the default web server, database server, the default mail transfer agent, and default IMAP and POP3 server if they are already installed and their services are up and running.
First, you need to stop the services before you remove them.
sudo systemctl stop mysql.service
sudo systemctl stop apache2.service
sudo systemctl stop dovecot.service
sudo systemctl stop postfix.service
Once, you stop them, you can remove the installations with the commands below:
sudo apt-get remove -y mysql-server apache2 dovecot-core postfix
After removing the unnecessary installations, reboot the system in order for the changes to take effect.
shutdown -r now
Step 3.Install CyberPanel with OpenLiteSpeed
First, we need to download the installation script.
cd /opt
wget -O installer.sh https://cyberpanel.net/install.sh
Once, the installations script is downloaded we need to make it executable.
chmod +x installer.sh
Finally, we can run the script with the command below:
sh installer.sh
Once, the installer script is executed, you will need to select the available options while installing the panel:
Select the option Install CyberPanel by entering 1 (Install CyberPanel) on the prompt.
On the next step select the Install CyberPanel with OpenLiteSpeed option by entering 1 (Install CyberPanel with OpenLiteSpeed) on the prompt.
The next step is to install the Full service for CyberPanel (choose Y)
Do you want to setup Remote MySQL? (This will skip installation of local MySQL)
(Default = No) Remote MySQL [y/N]: N
Press, Enter to select the latest version available.
Enter "s" to set your own strong password, for the admin user.
In the next step, select to install the Memcached process (select Y).
After Memcached, select to install the Redis process (select Y) as well.
Select Yes, to set up a WatchDog.
After this step, the installation process of CyberPanel will start automatically, and you will need to allow some time for completion. Usually, it takes up to 30 minutes.
***
Once, the installation is completed you should receive the following output. After the installation, it is recommended to restart the server.
###################################################################
CyberPanel Successfully Installed
Current Disk usage : 8/29GB (31%)
Current RAM usage : 325/3931MB (8.27%)
Installation time : 0 hrs 49 min 0 sec
Visit: https://YourServerIpAdress:8090
Panel username: admin
Panel password: *****
---------------------------------------------------------------------------------
Visit: https://YourServerIpAdress:7080
WebAdmin console username: admin
WebAdmin console password: qYqJCl7pq58Uh
---------------------------------------------------------------------------------
Visit: https://YourServerIpAdress:8090/rainloop/?admin
Rainloop Admin username: admin
Rainloop Admin password: KviPafcVSCl
---------------------------------------------------------------------------------
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
Step 4. Access CyberPanel GUI
To access the CyberPanel Web Interface visit the following link:
https://YourServerIPAddress:8090/
You should see the following screen:
3. Then install wordpress or other CMS on your VPS Hosting
After successful login, you will be redirected to the GUI of the CyberPanel as described in the picture below:
Now you can install wordpress or other CMS on your server.
***