Step 1 – Install Putty
Download Putty: https://putty.org
Step 2 – Login to Root Server
- Open Putty
- Add your host’s IP Address and hit “Open”
- Type in “root” and enter password
Step 3 – Update Operating System (Ubuntu)
1. Enter the following command:
sudo apt update
2. After that, enter the following command to make sure that all packages in Ubuntu are upgraded:
sudo apt upgrade
Step 4 – Install CyberPanel
Enter the following code:
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
After which, here are my recommended selections:
- Install CyberPanel: Hit “1“
- Select “Install CyberPanel with OpenLiteSpeed”: Hit “1“
- Full Service for CyberPanel: Hit “Y“
- Remote MySQL: Hit “N“
- Latest Version of CyberPanel: Hit “Enter“
- Choose your admin password for CyberPanel: Hit “s” and set your password (Note: the password will not show, but it is entered on the background)
- Install Memcache: Hit “Y“
- Instal Redis: Hit “Y“
- Install Watchdog: Hit “Enter“
Step 5 – Login to CyberPanel
Copy the CyberPanel link which looks like this:
https://youripaddress:8090
The default port number for CyberPanel is 8090.
And when you see the CyberPanel’s Login Page, enter “admin” in the user name field, and then enter the password you have set in previous steps.
And you are in CyberPanel, enjoy!
Other Resources
- How to secure SSH: https://cyberpanel.net/docs/2-secure-ssh/
- Full CyberPanel Documentation: https://cyberpanel.net/docs/category/cyberpanel/
- In case you are getting a 404 error when installing WordPress, it is most likely due to non-existence of database, so you would want to login to your root server again (See Step 2 above), and enter the following command:
sudo apt-get install php-mysql
If you have any other questions, feel free to leave a comment down below.