Installing Control Panels via Cloud Panel and Accessing Them

In this article, we will discuss how to install various control panels using Cloud Panel and access them after installation. Cloud Panel supports several popular control panels, including:

  1. Webuzo

  2. Plesk

  3. cPanel

  4. Webmin

  5. InterWorx

  6. ISPConfig 3

  7. VestaCP

  8. CentOS Web Panel (CWP)

Prerequisites

  • Linux based Cloud Instance
  • Cloud Panel access with rights to reinstall, start and stop instances.

Installing Control Panels

To install any of these control panels via Cloud Panel, follow these steps:

  1. Log in to Cloud Panel.
  2. Navigate to the particular instance panel.
  3. Navigate to the Install tab. Select Control Panel tab.
  4. Select the control panel you want to install from the list.
  5. Acknowledge the disclaimer.
  6. Click on "Ok" to apply configuration.
  7. Power off the instance.
  8. Start the instance to start installation.

You can check the status of installation with command via ssh or VNC console

# tail /root/ins_CPNAME.log

Note: Some control panels may require a valid license to be installed. Please ensure you have a valid license for the control panel you're installing.

After the installation is complete, you can access the control panel using the provided IP address or hostname and the login credentials you set during the installation process.

Accessing the Control Panels

Here's how to access each control panel after installation:

Webuzo

  1. Open a web browser and navigate to https://<your_server_IP>:2004 or https://<your_hostname>:2004.
  2. Enter your username and password to log in.

Plesk

  1. Open a web browser and navigate to https://<your_server_IP>:8443 or https://<your_hostname>:8443.
  2. Enter your username and password to log in.

cPanel

  1. Open a web browser and navigate to https://<your_server_IP>:2087 (for WHM) or https://<your_server_IP>:2083 (for cPanel) or use the respective hostname.
  2. Enter your username and password to log in.

Webmin

  1. Open a web browser and navigate to https://<your_server_IP>:10000 or https://<your_hostname>:10000.
  2. Enter your username and password to log in.

InterWorx

  1. Open a web browser and navigate to https://<your_server_IP>:2443 or https://<your_hostname>:2443.
  2. Enter your username and password to log in.

ISPConfig 3

  1. Open a web browser and navigate to https://<your_server_IP>:8080 or https://<your_hostname>:8080.
  2. Enter your username and password to log in.

VestaCP

  1. Open a web browser and navigate to https://<your_server_IP>:8083 or https://<your_hostname>:8083.
  2. Enter your username and password to log in.

CentOS Web Panel (CWP)

  1. Open a web browser and navigate to http://<your_server_IP>:2030 or http://<your_hostname>:2030.
  2. Enter your username and password to log in.

Now you should be able to access and manage your control panel. Remember to follow the respective control panel's documentation for additional configuration and management steps.