Skip to main content

Hetzner Installer

On this page, we explain step by step how to install CloudPanel on Hetzner Cloud.

Create a Server

  1. Login to your Hetzner Cloud Console account.

  2. Go to a project and click on the button ADD SERVER.

Add Server

Server Location

Choose the Server Location where you want to run your Server.

Create s Server

OS Image

Select Ubuntu 22.04 or Debian 11 as OS Image.

Select OS Image

Server Type

High Performance

In our benchmarks, the CPX (AMD EPYC 2nd Gen processors) servers were the fastest for web applications.

Select the Server Type you want to deploy. We recommend at least 1 vCPU with 2 GB of Memory.

Create s Server

Launch Server

  1. Select an SSH Key or receive the root password via e-mail.

  2. Enter the Server Name and click on the button CREATE & BUY NOW to launch the server.

Launch Server

Install CloudPanel

After launching the Server, log in with SSH and run the installer script.

  1. Login via SSH to the Server.
ssh -i path_to_your_private_key root@serverIpAddress
  1. Update the system and install the required packages.
apt update && apt -y upgrade && apt -y install curl wget sudo
  1. Run the installer with your preferred Database Engine.
curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh; \
echo "85762db0edc00ce19a2cd5496d1627903e6198ad850bbbdefb2ceaa46bd20cbd install.sh" | \
sha256sum -c && sudo CLOUD=hetzner bash install.sh

Access CloudPanel

Security

For security reasons, access CloudPanel as fast as possible to create the admin user. There is a small time window where bots can create the user. It's highly recommended to open port 8443 only for your IP via firewall.

You can now access CloudPanel via Browser: https://serverIpAddress:8443

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

Ignore Self-Signed Certificate