First, it is advisable to update the system repositories and packages before installing the panel. Depending on your operating system, execute the following:
# yum check-update && yum update
Once the update is complete, you can directly install the panel by running the following script:
# sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
Executing this command will perform several checks and display a menu to start the installation. Choose the installation option:
CyberPanel Installer v2.3.1 1. Install CyberPanel. 2. Exit. Please enter the number[1-2]: 1
Next, another menu will appear to select between the free or paid version of LiteSpeed:
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]: 1
Enter the corresponding number and press Enter. If you select Enterprise, you will be prompted for the license. It will also ask if you want to perform a full installation:
Install Full service for CyberPanel? This will include PowerDNS, Postfix and Pure-FTPd. Full installation [Y/n]: Y
Confirm the full installation. If you do not require any of the services, you can disable them later. For the next question:
Do you want to setup Remote MySQL? (This will skip installation of local MySQL) (Default = No) Remote MySQL [y/N]:
It is recommended to leave it at the default setting, not configuring remote MySQL access, by simply pressing Enter. For the next question about the version, press Enter to install the latest version:
Press Enter key to continue with latest version or Enter specific version such as: 1.9.4 , 2.0.1 , 2.0.2 ...etc
Is you have an error like this:
Error: GPG check FAILED
You can fix it with:
yum update --nogpgcheck
Next, you will be asked if you want to install memcached. Confirm if needed:
Do you wish to install Memcached process and its PHP extension? Please select [Y/n]: Y
The same applies to Redis, install it if necessary:
Do you wish to install Redis process and its PHP extension? Please select [Y/n]: Y
Finally, you will be asked if you want to install WatchDog:
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
We recommend installing it, even though it is in beta, as it can help in case of lockups. After this last question, the installation of packages and CyberPanel will begin. Once completed, the default configuration and panel access details will be displayed:
################################################################### CyberPanel Successfully Installed Current Disk usage : 8/9GB (91%) Current RAM usage : 345/976MB (35.35%) Installation time : 0 hrs 31 min 0 sec Visit: https://XX.XX.XX.XX:8090 Panel username: admin Panel password: aOuIo1vKCWMnjmSr 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, ensure the following ports are open for both inbound and outbound traffic:
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
If port 25 is blocked, email sending may not work properly.
Would you like to restart your server now? [y/N]: Y
Confirm the restart. Before accessing, remember that in Clouding’s firewall profile, the ports for accessing CyberPanel are not open. You will first need to create rules in the firewall profile for port 8090 TCP. Also, ensure to open other necessary ports, such as passive FTP. Check the configuration after the installation to verify the firewall.
Once the access port is open, use a web browser to enter the URL and credentials provided by the installer to log in to CyberPanel for the first time:
https://XX.XX.XX.XX:8090
With this, you will have completed the installation and access to CyberPanel. We hope this tutorial has been helpful.