In this tutorial, we will show you how to install CloudPanel on Debian 10. For those of you who didn’t know, CloudPanel is an open-source server management control panel designed to be fast, easy to use, and customizable. CloudPanel supports the management of database servers, Domains, Linux services, Cron jobs, IP and Bots blocking, FTP servers, User management, and Cloud platforms support, among many others.
This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo
‘ to the commands to get root privileges. I will show you the step-by-step installation of the CloudPanel Control Panel on a Debian 10 (Buster).
Prerequisites
- A server running one of the following operating systems: Debian 10 (Buster).
- It’s recommended that you use a fresh OS install to prevent any potential issues.
- A
non-root sudo user
or access to theroot user
. We recommend acting as anon-root sudo user
, however, as you can harm your system if you’re not careful when acting as the root.
Install CloudPanel on Debian 10 Buster
Step 1. Before running the tutorial below, it’s important to make sure your system is up to date by running the following apt
commands in the terminal:
sudo apt update
Step 2. Installing CloudPanel on Debian 10.
Now we download and run the CloudPanel script which automatically sets up everything we need for this open-source control panel on Debian Linux such as PHP, MySQL, Nginx, and other components:
curl -sSL https://installer.cloudpanel.io/ce/v1/install.sh | sudo bash
Step 8. Accessing CloudPanel Dashboard on Debian 10 (Buster)
After the CloudPanel install is complete, open your web browser and browser to the server hostname or IP address followed by 8443:
https://your-ip-address:8443
Accept the SSL warning as this is a self-signed certificate, Then create an Admin User:
Congratulations! You have successfully installed CloudPanel. Thanks for using this tutorial for installing the latest version of the CloudPanel Control Panel on the Debian system. For additional help or useful information, we recommend you check the official CloudPanel website.