Skip to main content

Settings

General

CloudPanel Custom Domain

To run CloudPanel under your Custom Domain with a Let's Encrypt Certificate, do the following.

  1. Click on Settings and then on General and enter the Domain Name.
DNS Record

A DNS Record pointing to this server is required to issue a Let's Encrypt Certificate.

CloudPanel Custom Domain
  1. Click on Save and wait seconds before the Let's Encrypt Certificate can be issued.

CloudPanel Custom Domain via Reverse Proxy

An alternative way to run CloudPanel under your Custom Domain is to use a Reverse Proxy, e.g., if you want to use your own SSL/TLS Certificate, which is useful where Let's Encrypt can't be used.

  1. Go to Sites and create a Reverse Proxy.

  2. Enter the Domain Name, enter https://127.0.0.1:8443 as Reverse Proxy Url.

CloudPanel Custom Domain via Reverse Proxy
  1. Go to the SSL/TLS Settings and import your Certificate.

Database Servers

Using a separate Database Server to handle database queries has advantages like better performance and the possibility to restore to a specific time.

All major cloud providers offer MySQL Database Services like Amazon RDS, Digital Ocean Managed MySQL.

Supported Database Versions are: MySQL 5.7, MySQL 8.0, >= MariaDB 10.6

Database Servers

Add Database Server

  1. To add a Database Server, click in the left menu on Settings and then on the tab Database Servers.

  2. Enter the Host, User Name, Password and Port and click on Add Database Server.

Add Database Server
  1. Click on Set Active to use the Database Server.
Set Database Server Active
  1. The local MySQL Service is no longer needed and can be stopped and disabled to free up memory.
    Login via SSH as root and disable the service with the following command:
systemctl stop mysql && systemctl disable mysql

Delete Database Server

  1. To add a Database Server, click in the left menu on Settings and then on the tab Database Servers.

  2. Click on the Database Server you want to delete.

Delete Database Server
  1. Click on Delete to remove the Database Server.
Delete Database Server