Menu Close

How to install Nginx Admin in WHM/Cpanel server

Today, I installed the Nginx Admin in my WHM/Cpanel server. I hope my server load can be lowered by using this 🙂
Before proceeding the installation / uninstallation, please disable your firewall. Just in case for prevention with the downloading purpose.
Here is the tutorials for the installation :

Login to the server using shell / ssh
# cd /usr/local/src
# wget http://nginxcp.com/nginxadmin0.3-cache.tar
# tar xf nginxadmin0.3-cache.tar
# cd publicnginx
# ./nginxinstaller install
Restart the Httpd to start the nginx
# /etc/sbin/httpd restart
 

If you have some problem, and want to uninstall it, you can use the following tutorial :

# cd /usr/local//src
# wget http://nginxcp.com/nginxadmin0.3-cache.tar
# tar xf nginxadmin0.3-cache.tar
# cd publicnginx
# ./nginxinstaller uninstall

This tutorial is taken from the nginxcp.com official website
Article Source : http://blog.erawanarifnugroho.com/2011/04/03/how-to-install-nginx-admin-in-whmcpanel-server.html

Leave a Reply

Your email address will not be published. Required fields are marked *