🎯Cyberpanel installation in linux | ubuntu | openlitespeed | wordpress intsall | how it works with wordpress site👁.
CyberPanel is a web hosting control panel.
CyberPanel typically uses LiteSpeed Web Server as the default web server.
port no. 8090.
it is a open source control panel for cloud hosting.( https://github.com/usmannasir/cyberpanel )
#cyberpanel installation
Requirements-
Server with installation of Ubuntu 18.04, Ubuntu 20.04, AlmaLinux 8, Ubuntu 22.04, CloudLinux8.
1024MB RAM, or higher
10GB Disk Space
1. Connect to the server via ssh.
ssh username@IP
2. Update server Packages.
sudo apt update
sudo apt upgrade
3. Run the Installation.sh <(curl
https://cyberpanel.net/install.sh
|| wget -O -
https://cyberpanel.net/install.sh)
4. Select the version of LiteSpeed.
– Remote MySQL (default N):
– CyberPanel Version (default Latest Version):
press Enter to install the latest version.
– Password (default “1234567”):
– Memcached (default Y):
– Redis (default Y):
– Watchdog (default Yes):
A kernel watchdog is used to monitor if a system is running. It is supposed to automatically reboot hanged systems due to unrecoverable software errors.
[note: The installation process will initiate automatically and is expected to be complete within 5-10 minutes]
-After the installation.
-Go to web browser URL- 192.x.x.1:8090
enter the default username-admin and password-1234567
-Dashboard will look like this.
- it provides graphical interface to create, configure, and manage websites, domains, email accounts, databases, and more, all from a single interface.
-we can install wordpress through cyberpanael.
--Go to the website in which you want to install.
--Then, click on the manage.
--after that scroll down and you will get Wp + LSCache.
How it works with wordpress site, cloudflare, cloud VPS, database, web server, PhP, MySql.