Excellent software and practical tutorials
Managing your cloud server has never been easier with CyberPanel!
use CyberPanel Easy deployment on the cloud WordPress Sites, one-click staging, transfer and automatic updates. From setup, management to speed optimization, there is no better control panel than CyberPanel. CyberPanel is the first to support OpenLiteSpeed and LiteSpeed EnterpriseOpen Source Control Panel. OpenLiteSpeed Web Server is open source and completely free for unlimited domains!
CyberPanel official website:https://cyberpanel.net/
Visit the official website and obtain installation information from the official website.
What is LiteSpeed Server
LiteSpeed servers are open source web servers (called OpenLiteSpeed) that can handle many requests per second, allowing them to operate at the same level as some hardware load balancers. In many cases, you will find that LiteSpeed is faster than Apache and Nginx Faster because it uses fewer resources, and in most cases we're talking about a 15:1 speed advantage. LiteSpeed is a brand name, and the only software source code using this name (as far as we know) was created by LiteSpeed Technologies, Inc. This particular company specializes in commercial support for its web servers.
Which one is better for web server: Nginx or LiteSpeed?
LiteSpeed Server is a web server that can handle multiple websites on its own. Nginx requires another program to do this. LiteSpeed fully supports PHP through its built-in FastCGI process manager, while Nginx does not. LiteSpeed can handle multiple websites through its built-in multiprocessing module, while Nginx requires you to use mod_ruid,Windows The server does not support this feature.
If you have LAMP stack, then using Nginx will require you to use Apache since it doesn't come with PHP, whereas LiteSpeed can handle all of that on its own.
How to Install CyberPanel
You need to visit the official website and open:https://cyberpanel.net/get-started-with-cyberpanel/
Submit your name and email address to get cyberpanel installation information.
Enter the correct email address and you will receive an email from CyberPanel:
Thank you for your interest in CyberPanel.
It is very easy to make a WordPress website with the help of CyberPanel, a free multi-purpose web hosting control panel.
Here's how to install CyberPanel.
If you're ready to get started,View CyberPanel documentation hereWe'll provide you with some fantastic step-by-step guides so you can get the most out of CyberPanel.
Good luck, and enjoy CyberPanel!
CyberPanel installation requirements:
Fresh Installation Centos 7.x (not recommended for new installations), Centos 8.x,Ubuntu Servers for 18.04, Ubuntu 20.04, AlmaLinux 8, Ubuntu 22.04- A server with fresh installation of Ubuntu 20.04, Ubuntu 22.04, CloudLinux 7, CloudLinux 8, AlmaLinux 8. (Only these operating systems are supported, other systems cannot be installed!)
- Python 3.x
- 1024MB RAM or higher
- 10GB disk space
Note: CyberPanel installation does not support CentOS,Centos Stream,Rocky Linux, Red Hat Enterprise Linux system
CyberPanel comes with OpenLiteSpeed and is completely free for an unlimited number of domains and workers. CyberPanel Ent is the paid version that comes with LiteSpeed Web Server Enterprise and is free for 1 domain.
Free users can just install CyberPanel, which supports unlimited domains.
Install openssl first
dnf install openssl
CyberPanel installation command:
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
After entering the installation command, the installation script runs normally. Enter 1 to install CyberPanel
Note: If an error occurs during installation:
If you don't have direct access to root user, please run sudo su - command (do NOT miss the - at end or it will fail) and then run installation command again.
Without root privileges, if you log in using sudo, you can use the following code to install, or usesshLog in as root user.
If for some reason you cannot log in as root, you can use this command:
sudo su - -c "sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)"
Then enter 1 to install OpenLiteSpeed
Enter Y to install the full service for CyberPanel? This will include PowerDNS,Postfix and Pure-FTPd.
Enter N Do you want to set up remote MySQL ? (This will skip the local MySQL installation)
Press Enter to confirm the installation. CyberPanel version (default is the latest version): You can choose to install a previous version of CyberPanel, or press Enter to install the latest version.
Please select Use default administrator password 1234567, Generate a random password (recommended), or Specify an administrator password? Enter s to set an administrator password.
Enter Y if you want to install Memcached Process and its PHP extension? Install a distributed memory object cache system
Enter Y Do you want to install the Redis process and its PHP extension? In-memory data structure storage, used as a database, cache, and message interrupt
Enter Y Do you want to set up WatchDog (beta) for the Web and Database services? The watchdog script will be automatically started after installation and server restart. If you want to turn off the watchdog, run
watchdog kill
After that, you will enter the installation mode and the installation process will proceed automatically. This will take 5-10 minutes, depending on the speed of the server. Wait patiently for the installation to complete. After the installation is completed correctly, the following interface will be displayed.
OK, now the installation is successful. Google Cloud Platform detected... This provider has a network-level firewall. Make sure you have the following ports open for input/output: 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 services TCP: 53 and UDP: 53 for DNS Your service provider seems to have blocked port 25. Email sending may not work properly. Do you want to restart the server now? [Y/N]: Enter Y to restart the server. CyberPanel has been successfully installed. Enter the IP address plus the port to access the server panel!
CyberPanel related issues
Do I need to be a Linux expert to use CyberPanel?
To use CyberPanel, you need to have a basic understanding of Linux systems.
How to install CyberPanel and start using it?
You can use ourOfficial CyberPanel Installation Guideto install CyberPanel.
How many domains can I host with CyberPanel?
CyberPanel enables users to host an unlimited number of domains without any constraints or limitations.
What is the difference between OpenLiteSpeed and LiteSpeed Enterprise?
OpenLiteSpeed Web Server is open source and completely free for unlimited domains, while LiteSpeed Enterprise is a commercial drop-in replacement for Apache that you canHereLearn more about them.
What is CyberPanel? Where to use it?
CyberPanel is a web hosting control panel for OpenLiteSpeed and LiteSpeed Enterprise. It is an alternative to cPanel or Plesk.You canorVultrInstall CyberPanel on your computer and deploy a super-fast WordPress website.
CyberPanel Common Errors
During the installation of CyberPanel, if you encounteracme.shThe error that cannot be installed is because it is not installed openssl
/root/.acme.sh/acme.sh –upgrade –auto-upgrade has failed for 1 times Wait for 3 seconds and try again
Installopenssl This can solve the acme.sh error!