A control panel provides a graphical user interface (like cPanel) to manage your websites, databases, and email without using the command line. You can install one on your BurjHost VPS.
Important: BurjHost's unmanaged VPS plans come with an empty server. You are responsible for installing the software you need.
Option A: Installing cPanel (Industry Standard)
cPanel is the most popular control panel but requires a license (you can purchase one through BurjHost).
-
Log in via SSH as the root user.
-
Run the following command (this downloads and runs the official installer):
cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest -
Warning: This installation process can take 30-60 minutes. Do not close your SSH connection.
-
Once complete, you can access cPanel at
https://your.vps.ip:2087(WHM) to set up your accounts.
Option B: Installing a Free Control Panel (CyberPanel)
CyberPanel is a popular free alternative based on OpenLiteSpeed.
-
Log in via SSH as root.
-
Run the official installation command (check the CyberPanel website for the latest command).
-
Follow the on-screen prompts.