Engintron (Nginx on cPanel) is an open source NGINX installer, which integrates your existing WHM server with NGINX web server. Engintron improves the performance & serving capacity of the server by installing & configuring the NGINX web server to act as a reverse caching proxy for static files like CSS, JS, Images etc.

It also adds a micro-cache layer to improve the performance of dynamic content generated by the popular CMS such as WordPress, Joomla & Drupal; forum scripts like vBulletin, phpBB, SMF and eCommerce scripts like Magento, OpenCart, PrestaShop, etc.

In this tutorial, we'll assist you to install and remove Engintron NGINX in WHM server.

Installing Engintron in WHM Server

An installation of Engintron is pretty simple. Just connect to your cPanel server with root SSH access and issue following commands, one at a time.

cd / 
rm -f engintron.sh 
wget --no-check-certificate https://raw.githubusercontent.com/engintron/engintron/master/engintron.sh 
bash engintron.sh install

 

Alternatively, you can hit the single command in terminal using root.

cd /; rm -f engintron.sh; wget --no-check-certificate https://raw.githubusercontent.com/engintron/engintron/master/engintron.sh; bash engintron.sh install



Removing Engintron from WHM Server

To uninstall Engintron, issue following command from server terminal with root SSH user.

bash /engintron.sh remove
Was this answer helpful? 68 Users Found This Useful (1 Votes)