Engintron (Nginx for cPanel/WHM) – Installation Guide

What is Engintron?

  • A free WHM/cPanel plugin that installs Nginx as a reverse proxy in front of Apache.

  • Improves speed by serving static files (images, CSS, JS) with Nginx.

  • Adds micro-caching for faster WordPress, Joomla, Magento, etc.

  • Comes with a WHM plugin for easy management.


Requirements

  • Root SSH access.

  • A server with cPanel/WHM installed.

  • Supported OS (CentOS, AlmaLinux, Rocky, CloudLinux).

  • Keep your server and cPanel updated.


Installation

Run this one-liner as root via SSH:

curl -sSL https://raw.githubusercontent.com/engintron/engintron/master/engintron.sh | bash -s -- install

This will:

  • Install Nginx.

  • Move Apache to ports 8080/8443.

  • Put Nginx on ports 80/443.

  • Add the Engintron plugin in WHM (under “Plugins”).


Useful Commands

Run as root:

# Restart Nginx & Apache
bash /engintron.sh res

# Purge Nginx cache
bash /engintron.sh purgecache

# Disable Nginx (return Apache to 80/443)
bash /engintron.sh disable

# Enable Nginx again
bash /engintron.sh enable

# Uninstall Engintron
bash /engintron.sh remove

Post-Install

  • Check WHM → Plugins → Engintron for control panel.

  • Test your websites to confirm everything works.

  • If something breaks, check Apache and Nginx logs.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Domain names are not showing in WHM

We were unable to see any domains listed under WHM -> List Accounts. However, we can see the...

How to Start/Stop or Restart Apache server

Apache is the HTTP server that is freely available over the internet. It is a kind of software or...

How to install Attracta SEO Tools plugin

RequirementscPanel/WHM needs to be installed on your server. Step 1: SSH into your server and go...

How to Install CpCleaner in cPanel through SSH?

Installation Run the following shell commands as root via SSH: wget -O cpc-1.0.3.tar...

How to Secure a cPanel/WHM Web Server

Here are a few basic steps that you should keep in mind for keeping a server secure. 1) Strong...