Installation or Upgrade
Start installing or upgrading Cpnginx
The installation and upgrade of Cpnginx is the same procedure.
You should download the cpnginx software and extract it to your server. Please log in to your client area and download the latest version of Cpnginx. If you kow the latest eversion number of Cpnginx then please use the following script to install Cpnginx in your server.
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 install
Upgrading Cpnginx
To upgrade the existing Cpnginx, please use the same commands above. The installer will auto upgrade your Cpnginx installation.