News:

SMF - Just Installed!

Main Menu

How to Install CloudPanel on Debian 10

Started by Administrator, Dec 31, 2022, 07:28 AM

Previous topic - Next topic

Administrator

Introduction
CloudPanel is a free high-performance PHP-based server control panel with lightweight components and modern features. It is secure, easy to use, supports multiple PHP versions, and makes all common PHP applications accessible. In this guide, you will install CloudPanel on Debian 10.
Deploy a fresh Debian 10 Server on Vultr.

Log in as a sudo user.

Update the server.

Install Cloud Panel
Download the installation script.
$ wget https://installer.cloudpanel.io/ce/v1/install.sh -O cloudpanel.shEnable execution rights on the script.
$ sudo chmod +x cloudpanel.shRun the script.


$ sudo ./cloudpanel.sh
The script automatically installs all necessary dependencies and CloudPanel in 2-3 minutes.


Setup Firewall
By default, CloudPanel listens on the port 8443, allow connections to it through the firewall.

$ sudo ufw allow 8443/tcp
Allow HTTP Connections on port 80 to the server.

$ sudo ufw allow 80/tcp
Also, allow HTTPS Connections on port 443.

$ sudo ufw allow 443/tcp
Reload the firewall rules.

$ sudo ufw reload
Configure Cloud Panel

Now that CloudPanel is installed on your server and connections allowed through the firewall, visit your Server IP on port 8443 to complete the setup process.

http://vultr-server-ip:8443
When alerted that your connection is not private, proceed and accept the self-signed certificate.

Now, set up CloudPanel with a new administrator username, email, and password to secure backend access to the control panel.