Skip to main content

Vultr Installer

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

Launch an Instance

  1. Login nto your VULTR account.

  2. In the left navigation, click on Products and then on Deploy Server.

Choose Type

Choose the Type like Optimized Cloud Compute - Dedicated CPU or Cloud Compute - Shared CPU.

Server Type

Choose Location

Choose the Instance Location closest to your visitors.

Server Location

Choose Image

Select Ubuntu 24.04 or 22.04 or Debian 12 or 11 as OS Image.

Choose Image

Choose Plan

Select the Instance Size you want to deploy. We recommend the AMD High Performance with at least 1 vCPU with 2 GB of Memory.

Choose Plan

Server Settings

Choose an SSH Key to connect via SSH after deploying the instance.

Server Settings

Server Hostname & Deploy Now

Enter a server hostname and click on the button Deploy Now.

Server Settings

Install CloudPanel

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

  1. Login via SSH to the Instance.
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 "2aefee646f988877a31198e0d84ed30e2ef7a454857b606608a1f0b8eb6ec6b6 install.sh" | \
sha256sum -c && sudo CLOUD=vultr 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