How to Build Web Hosting Server from CyberPanel at home – Host your website for free! – cPanel Alternative
CyberPanel is quite easy to install.
First,
Step 1. Use SSH to access your server as the root user.
Step 2. Update the Server OS Packages
- Update your Ubuntu box, run:
sudo apt update && sudo apt upgrade
2. Next, install cURL, and execute:
sudo apt install curl
3. We will remove Apache, MySQL, Postfix, Dovecot, and other auxiliary software since Cyberpanel is an openlitespeed or litespeed corporate webserver.
sudo systemctl stop apache2 sudo systemctl stop mysql sudo systemctl stop postfix sudo systemctl stop dovecot sudo apt-get remove -y apache2 mysql-server php5-mysql postfix dovecot-core sudo apt-get autoremove -y
For an infinite number of domains and worker processes, CyberPanel is entirely free and includes OpenLiteSpeed.
sh <(curl https://cyberpanel.net/install.sh || wget -O – https://cyberpanel.net/install.sh)
This command can be used if, for any reason, you are unable to log in as root.
sudo su – -c “sh <(curl https://cyberpanel.net/install.sh || wget -O – https://cyberpanel.net/install.sh)”
Choose which LiteSpeed version to install. Please make sure you have a license key before choosing LiteSpeed Enterprise. Although it is free for one domain, you must still get the key. The price table might help you choose the right package.
CyberPanel Installer v2.1.2
RAM check : 184/981MB (18.76%)
Disk check : 7/30GB (27%) (Minimal 10GB free space)
1. Install CyberPanel with OpenLiteSpeed.
2. Install Cyberpanel with LiteSpeed Enterprise.
3. Exit.
Please enter the number[1-3]:
The installation process will proceed automatically. It will take 5-10 minutes, depending on the speed of your server and the internet.
You will see the following page, which includes crucial details about your settings when the installation is complete. For future use, pick it out and copy it somewhere secure.
###################################################################
CyberPanel Successfully Installed
Current Disk usage: 6/30GB (16%)
Current RAM usage: 233/581MB (36.94%)
Installation time : 0 hrs 11 min 0-sec
Visit: https://<your server’s IP address>:8090
Panel username: admin
Panel password: <the password you set during installation>
Visit: <your server’s IP address>:7080
WebAdmin console username: admin
WebAdmin console password: itsupportbd
Visit: https://<server IP address>:8090/rainloop/?admin
Rainloop Admin username: admin
Rainloop Admin password: gQKFWm9O3nr7Xn
Run cyber panel help to get FAQ info
Run cyber panel upgrade to upgrade it to latest version.
Run the cyber panel 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 web server
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
Your provider seems blocked port 25, E-mail sending may not work properly.
Step 3: Restart Server
Would you like to restart your server now? [y/N]:
Enter “y” to restart. Or enter “reboot” later after you have performed other desired operations.
Step 4: Access CyberPanel
After the successful installation you can access CyberPanel using the details below (make sure to change):
URL: https://<Your Server's IP Address>:8090
Username: admin
Password: <the password you set during installation on your server>
Leave a comment