Other

CloudPanel v1 is obsolete

CloudPanel v1 is obsolete; check out the CloudPanel v2 Docs.

On this page, we explain step by step how to run CloudPanel on a dedicated server or any other cloud.
For the installation, you need an empty server with Debian 10 (Buster) with root access.

CloudPanel Installation

SSH Login

For installing the CloudPanel, we first need to login with SSH.

If you are using a private key to login, the SSH command would be:

ssh -i path_to_your_private_key root@serverIP

If you are using a password to login, the SSH command would be:

ssh root@serverIP

Installer

Before we run the installer, we need to update the sources and install required packages.

apt update && apt -y upgrade && apt -y install curl wget sudo

To start the CloudPanel installation, execute the following command:

curl -sSL https://installer.cloudpanel.io/ce/v1/install.sh | sudo bash

Access CloudPanel

You can now access the CloudPanel via Browser: https://serverIP:8443

Ignore the self-signed certificate warning and click on Advanced and Proceed to continue to CloudPanel.