Skip to main content

Uninstallation

How to remove Cpnginx

You may follow the given procedure to uninstall Cpnginx from your server.

You need the installation source to remove the Cpnginx.  If your server already has the Cpnginx installation scripts. Please run the following code from the same installation folder.

# The following command will remove Cpnginx
 python3 install.py remove

If you don't have the installation source, please follow the procedure given below:

 export VERSION=13.4     # This is the version number of cpnginx
 wget -c https://syslintportal.com/downloads/cpnginx-$VERSION.tar.gz
 tar -xvzf cpnginx-$VERSION.tar.gz
 cd cpnginx-$VERSION
 python3 install.py remove