Call Us: +90 850 532 5 260 Submit Ticket   Login
CloudPanel Installation

CloudPanel Installation

 

Step 1: CloudPanel Installation

Log in to your server via SSH. If you are using a private key:

ssh -i private_key_path root@your_server_IP_address

If you use a password:

ssh root@your_server_IP_address

Before installation, perform a system update and install the necessary packages:

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

If you are using Ubuntu 22.04 LTS or Debian 11 LTS, proceed to the next steps.

Step 2: Run the Setup Wizard

Select your preferred Database Engine and run the installation wizard:

For MySQL 8.0:

curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh; \ echo "85762db0edc00ce19a2cd5496d1627903e6198ad850bbbdefb2ceaa46bd20cbd install.sh" | \sha256sum -c && sudo bash install.sh

For MariaDB 10.11 or MariaDB 10.6, use the corresponding command.

Step 3: To CloudPanel Access

For security, create an admin user by accessing CloudPanel as soon as possible. Open port 8443 only for your own IP through your firewall.

You can access CloudPanel via your browser using the following link:

https://your_server_IP_address:8443

Ignore the self-signed certificate warning, click “Advanced” and continue to CloudPanel.

 

About the Author

Leave a Reply

en_US