Installing NGINX, Issuing IPv4 SSL & Connecting Agent

Overview

This knowledgebase article explains how to:

  • Install NGINX

  • Issue an SSL certificate for IPv4

  • Install and configure the NGINX Agent

  • Connect your server with ShieldOps for reverse-proxy and DDoS protection

Following these steps ensures your server is SSL-secured and prepared for ShieldOps’ layered infrastructure shielding.


Step 1: Install NGINX & Issue IPv4 SSL

Run the command below to automatically install NGINX and issue an SSL certificate for your server’s IPv4 address:

bash <( curl -Ls scripts.cpanelcentral.com/lego_ipv4-ssl.sh )

This script will:

  • Detect whether NGINX is already installed

  • Install NGINX if missing

  • Issue and configure an IPv4 SSL certificate using LEGO (ACME)

  • Enable HTTPS for immediate use


Step 2: Install the NGINX Agent

Once NGINX is installed and running, execute the following command to install the NGINX Agent:

bash <( curl -Ls scripts.cpanelcentral.com/nginx-agent.sh )

During installation, the script will generate:

  • Agent Port

  • Agent Secret

Important:
Keep the Agent Secret in a safe and private location. This credential provides authenticated access to the agent and must never be shared publicly.


Step 3: Information Required for ShieldOps

If you plan to use ShieldOps, you must securely share the following details only with ShieldOps support:

  • Server IPv4 address

  • Agent Port

  • Agent Secret

Do not share this information with anyone else, as it provides access to your origin infrastructure.


About ShieldOps (Included Features)

Based on the service details available at https://echo.techinsoul.com/, ShieldOps provides a comprehensive protection layer for origin servers, including:

Reverse-Proxy & Origin Shielding

  • Keeps origin IP addresses hidden from the public internet

  • Routes traffic through controlled proxy layers

  • Helps reduce takedown and abuse-related disruptions

  • Suitable for offshore and DMCA-resilient deployments

Upstream DDoS Filtering (Included)

ShieldOps includes always-on upstream DDoS protection designed to keep services online during attacks:

  • Always-On DDoS Protection for Your IPs
    No manual activation required; protection is enabled by default.

  • L3 / L4 / L7 Flood Mitigation
    Defends against volumetric, protocol, and application-layer attacks.

  • Upstream Filtering Capacity
    Attacks are absorbed before they reach your infrastructure through DDoS-protected IP routing.

Protection at a Glance
  • 3.5+ Tbps filtering capacity (pooled per location)

  • 700M+ packets/second filtering throughput

  • Always-On protection mode, no manual intervention required

Pricing for ShieldOps services is provided on request. Please contact ShieldOps directly for current plans and availability.


Partnership, Referral & Discount

We are officially partnered with ShieldOps via:
https://echo.techinsoul.com/

When purchasing a ShieldOps subscription, make sure to mention our website URL as the referrer during signup or communication with their team.
ShieldOps will apply a 10% discount on yearly subscriptions for clients referred through us.


Need Assistance?

If you require help with installation, troubleshooting, or securely sharing agent details with ShieldOps, please contact our support team for guidance.

  • 11 Users Found This Useful
Was this answer helpful?

Related Articles

How to restrict direct root access in Linux

We can do it just in two steps. Step One: At first we will create new root user as follows (for...

How to extract .tar.gz files in Linux/UNIX OS

A tarball is a group of files that are bundled together using the tar command. Use the...

How to add welcome message when SSH start?

You need to change the contents of /etc/motd. Unfortunately, by default, /etc/motd is a link to...

How to change root password when SSH logged in

Run the following command: passwd Now type your new passwordOnce done, retype new passwordDone!...

How to install Pinguzo on any Linux/UNIX OS

Login to Pinguzo panel using Softaculous account or create an account of Pinguzo To add new...