Informational Website publish

Blog

News about our company, tutorials about IT and much more you will find in this page.

How to Install / Uninstall Nginx Admin Plugin

Janeiro 30th, 2018

With this tutorial you will learn how to install / uninstall Nginx Admin. Nginx Admin is a cPanel Nginx integration plugin. This plugin will increase your server performance and decrease server loads caused by apache.
Nginx Admin Install Instruction

First we are going to download the installation package to /usr/local/src directory.

  • cd /usr/local/src
  • wget http://nginxcp.com/latest/nginxadmin.tar

Next we will unpack the downloaded .tar file.

  • tar xf nginxadmin.tar

To finalize we will execute the installation script. Let it run until the installation finishes.

  • cd publicnginx
  • ./nginxinstaller install

Nginx Admin Uninstall Instruction

Note: For this uninstall we will retrace all the steps done in the installation, changing only the last command. So if you already have the Nginx Admin package, downloaded previously, just skip to the last step.

First we are going to download the installation package to /usr/local/src directory.

  • cd /usr/local/src
  • wget http://nginxcp.com/latest/nginxadmin.tar

Next we will unpack the downloaded .tar file.

  • tar xf nginxadmin.tar

To finalize we will execute the uninstall script. Let it run until the plugin is removed.

  • cd publicnginx
  • ./nginxinstaller uninstall