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:
-
Webuzo
- Website: https://www.webuzo.com/
- Documentation: https://www.webuzo.com/docs/
-
Plesk
- Website: https://www.plesk.com/
- Documentation: https://docs.plesk.com/
-
cPanel
- Website: https://cpanel.net/
- Documentation: https://docs.cpanel.net/
-
Webmin
- Website: http://www.webmin.com/
- Documentation: http://www.webmin.com/docs.html
-
InterWorx
- Website: https://www.interworx.com/
- Documentation: https://www.interworx.com/support/docs/
-
ISPConfig 3
- Website: https://www.ispconfig.org/
- Documentation: https://www.ispconfig.org/documentation/
-
VestaCP
- Website: https://vestacp.com/
- Documentation: https://vestacp.com/docs/
-
CentOS Web Panel (CWP)
- Website: http://centos-webpanel.com/
- Documentation: http://wiki.centos-webpanel.com/
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:
- Log in to Cloud Panel.
- Navigate to the particular instance panel.
- Navigate to the Install tab. Select Control Panel tab.
- Select the control panel you want to install from the list.
- Acknowledge the disclaimer.
- Click on "Ok" to apply configuration.
- Power off the instance.
- 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
- Open a web browser and navigate to
https://<your_server_IP>:2004
orhttps://<your_hostname>:2004
. - Enter your username and password to log in.
Plesk
- Open a web browser and navigate to
https://<your_server_IP>:8443
orhttps://<your_hostname>:8443
. - Enter your username and password to log in.
cPanel
- Open a web browser and navigate to
https://<your_server_IP>:2087
(for WHM) orhttps://<your_server_IP>:2083
(for cPanel) or use the respective hostname. - Enter your username and password to log in.
Webmin
- Open a web browser and navigate to
https://<your_server_IP>:10000
orhttps://<your_hostname>:10000
. - Enter your username and password to log in.
InterWorx
- Open a web browser and navigate to
https://<your_server_IP>:2443
orhttps://<your_hostname>:2443
. - Enter your username and password to log in.
ISPConfig 3
- Open a web browser and navigate to
https://<your_server_IP>:8080
orhttps://<your_hostname>:8080
. - Enter your username and password to log in.
VestaCP
- Open a web browser and navigate to
https://<your_server_IP>:8083
orhttps://<your_hostname>:8083
. - Enter your username and password to log in.
CentOS Web Panel (CWP)
- Open a web browser and navigate to
http://<your_server_IP>:2030
orhttp://<your_hostname>:2030
. - 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.