How To install Imunify360 on your cPanel / WHM server?

Helposoft Staff

Administrator
Staff member
Points
179
To install Imunify360 on your server, you will follow a few straightforward steps. Imunify360 is a comprehensive security solution for Linux servers, offering a range of features like malware scanning, web application firewall, and more. Below is a detailed guide on how to install Imunify360 using the provided script.

1. Prepare Your Server

Step 1: Update Your System

Ensure your server is updated to avoid any issues during the installation:

  • For CentOS/RHEL:

    Code:
    sudo yum update -y

  • For Ubuntu/Debian:

    Code:
    sudo apt update && sudo apt upgrade -y
Step 2: Install Required Dependencies

Ensure that you have wget and bash installed. They are usually available by default, but you can install them if necessary:

  • For CentOS/RHEL:

    Code:
    sudo yum install wget bash -y

  • For Ubuntu/Debian:

    Code:
    sudo apt install wget bash -y

2. Download and Run the Imunify360 Installer

Step 1: Download the Installation Script

Use wget to download the Imunify360 installation script from the official repository:


Code:
wget https://repo.imunify360.cloudlinux.com/defence360/i360deploy.sh

Step 2: Run the Installation Script

Make the script executable and then run it:

Code:
bash i360deploy.sh

The script will automatically handle the installation of Imunify360 and its dependencies. Follow the on-screen instructions if any prompts appear.

3. Post-Installation Configuration

Step 1: Verify Imunify360 Installation

After the installation is complete, you can verify that Imunify360 is running by checking its status:

  • For CentOS/RHEL:

    Code:
    sudo systemctl status imunify360

  • For Ubuntu/Debian:

    Code:
    sudo systemctl status imunify360
Step 2: Access Imunify360 Web Interface

  1. Log in to WHM/cPanel (for cPanel servers) or your server’s control panel.
  2. Navigate to the Imunify360 interface:
    • For cPanel, Imunify360 is usually available under the "Security" section in WHM.
    • You might find it under cPanel >> Security >> Imunify360.
Step 3: Configure Imunify360 Settings

  1. Go to Imunify360 Dashboard:
    • Here you can configure various settings such as malware scanning, firewall rules, and security policies.
  2. Set Up Notifications:
    • Configure email notifications for security alerts and scan results.
  3. Perform a Full Scan:
    • Initiate a full malware scan of your server to ensure that everything is secure.

4. Regular Maintenance

Step 1: Update Imunify360 Regularly

Ensure that Imunify360 is kept up-to-date by regularly checking for updates:

  • For CentOS/RHEL:

    Code:
    sudo yum update imunify360

  • For Ubuntu/Debian:

    Code:
    sudo apt update
    sudo apt upgrade imunify360

Step 2: Review Logs and Alerts

Regularly review security logs and alerts provided by Imunify360 to stay informed about potential threats and server security.

Offer: Get cheap imunify360 Licesne in just $1.99 / Per Month

Summary

  1. Prepare Your Server: Update and install required dependencies.
  2. Download and Run Installer: Download the script and run it to install Imunify360.
  3. Post-Installation Configuration: Verify the installation, access the web interface, and configure settings.
  4. Regular Maintenance: Keep Imunify360 updated and review logs and alerts.
By following these steps, you should have Imunify360 installed and properly configured on your server, providing enhanced security and protection.
 
Top