How to Install CyberPanel on VPS (Ubuntu)
Prerequisites
Before starting the installation, ensure you have the following:
- A VPS running Ubuntu 18.04 or later.
- Root access to the VPS.
- A domain name pointed to your server's IP address.
Step 1: Update the System
First, update your package lists and upgrade your system to ensure all packages are up-to-date.
sudo apt update && sudo apt upgrade -y
Step 2: Install Dependencies
CyberPanel requires several dependencies, including wget
and curl
. Install them using the following command:
sudo apt install wget curl -y
Step 3: Download and Run the CyberPanel Installer
Navigate to your home directory and download the CyberPanel installer script using wget
.
cd ~
wget -O installer.sh https://cyberpanel.net/install.sh
Once the download is complete, run the installer script.
sudo sh installer.sh
Step 4: Follow the Installation Prompts
The installer will prompt you to select the version of CyberPanel you wish to install. It is recommended to install the stable version.
The installation process will also ask you whether you want to install CyberPanel with OpenLiteSpeed or with LiteSpeed Enterprise. OpenLiteSpeed is free and open-source, while LiteSpeed Enterprise requires a license. OpenLiteSpeed is sufficient.
Choose the appropriate options based on your requirements and continue with the installation process. The script will automatically install all necessary packages and configure your server.
Step 5: Access CyberPanel
Once the installation is complete, you can access the CyberPanel web interface. Open your web browser and navigate to:
https://0.0.0.0:8090
Replace 0.0.0.0 with the actual IP address of your VPS.
Step 6: Log in to CyberPanel
The default login credentials for CyberPanel are as follows:
- Username: admin
- Password: 1234567
For security reasons, it is highly recommended to change the default password immediately after your first login.