How Can We Help?
< All Topics
Print

cPGuard X Installation

The following guide will show you how to install cPGuard X on supported 64 bit operating systems. Make sure your server meets the requirements to run cPGuard X.

Requirements

To install cPGuardX, use a clean server running Ubuntu 24.04 with root access.

Note: Before begining you need to have a valid license key ready. Also, Ensure the installation is performed on an empty server with no other web hosting control panel installed.

Procedures

Before running the installer, Update the system by running the following command. Ensure you are logged in as the root user before proceeding.

apt update && apt upgrade -y 

To begin the installation, run the installer using your preferred database engine from the following list. The system supports multiple database engines, so choose the one that best fits your environment or existing setup. Make sure to replace  LICENCE-KEY in the command with your license key.

MySQL 8.0 (Default)

cd /usr/local/src && rm -f cpguardx.sh && curl -o cpguardx.sh -L https://downloads.opsshield.com/cpguard/cpguardx.sh && bash cpguardx.sh LICENCE-KEY

MariaDB 11.4

cd /usr/local/src && rm -f cpguardx.sh && curl -o cpguardx.sh -L https://downloads.opsshield.com/cpguard/cpguardx.sh && DB_ENGINE='MARIADB_11.4' bash cpguardx.sh LICENCE-KEY

MariaDB 10.11

cd /usr/local/src && rm -f cpguardx.sh && curl -o cpguardx.sh -L https://downloads.opsshield.com/cpguard/cpguardx.sh && DB_ENGINE='MARIADB_10.11' bash cpguardx.sh LICENCE-KEY

After executing the cPGuard X Panel Installer command, the installation progress is displayed live on the terminal. You can monitor the installer log appearing on the screen as cPGuard X is being installed.

 

cpguardx-installation

 

A success message is displayed when the installation finishes.

cpguardx-success-install

 

In case you encounter any issues during installation, please feel free to contact us and we will assist you to complete the installation without any additional charges

Access cPGuard X panel

You can access the cPGuard X panel using the link provided in the installation summary. Alternatively, you can also log in to the application portal and navigate to the server list to access the panel from there.

From the panel, you can configure security features, manage websites, monitor system health, and perform administrative tasks etc.

Was this article helpful?
4.5 out of 5 stars

1 rating

5 Stars 0%
4 Stars 100%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents