Tag: imunify360

  • How to uninstall Imunify360 on Cpanel Server

    How to uninstall Imunify360 on Cpanel Server

    To uninstall Imunify360, login to WHM, go to terminal and run following commands. You can also run these commands in SSH after login as user root.

    rm -f i360deploy.sh
    wget https://repo.imunify360.cloudlinux.com/defence360/i360deploy.sh
    bash i360deploy.sh --uninstall
    

    If you use CloudLinux, you may need to run following 2 commands also.

    /usr/sbin/cagefsctl  --force-update
    /usr/sbin/cagefsctl  --remount-all
    

    Back to Imunify360

  • Whitelist an IP address in imunify360

    To white list an IP address in imunify360 firewall, you can run command

    imunify360-agent whitelist ip add 1.2.3.4 --comment "one good ip" --full-access
    

    Another way to white list IP is create a folder

    mkdir /etc/imunify360/whitelist/
    

    Inside the folder, create a file with .txt extension, add IPs you need whitelist in CIDR format, one per line. Reoad firewall with command

    imunify360-agent reload-lists
    

    See imunify360

  • How to install Imunify360 antivirus

    Imunify360 is a security software that includes antivirus, firewall, intruder detection, and web application firewall (WAF). It can block attacks and malware uploads in real time.

    To start the installation, run the following script with your activation key:

    wget https://repo.imunify360.cloudlinux.com/defence360/i360deploy.sh
    bash i360deploy.sh --key

    If you have an IP-based license, run the same script with no arguments:

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

    See imunify

  • imunify360 find license details

    To check if your imunify360 license is valid, run

    imunify360-agent rstatus
    

    Example

    [root@ldb002 ~]# imunify360-agent rstatus
    OK
    [root@ldb002 ~]# 
    

    To get more details of imunify360 license installed on the server

    imunify360-agent rstatus --json --verbose
    

    Example

    [root@ldb002 ~]# imunify360-agent rstatus --json --verbose
    {
      "expiration": null,
      "id": "Imunify360-xxxxxxxx",
      "license": {
        "expiration": null,
        "id": "Imunify360-xxxxxxxx",
        "license_type": "imunify360",
        "message": "",
        "redirect_url": "",
        "status": true,
        "user_count": 5,
        "user_limit": 2147483647
      },
      "license_type": "imunify360",
      "message": "",
      "redirect_url": "",
      "status": true,
      "strategy": "CSF_COOP",
      "user_count": 5,
      "user_limit": 2147483647,
      "version": "5.3.3-1"
    }
    [root@ldb002 ~]#
    
  • imunify360

    imunify360

    Imunify360 is paid version of Imunify. It provides additional protection like Web Application Firewall, Real-time protection, and automated malware cleaning.

    Update license

    REG_KEY=XXXXX imunify360-agent register

    If you have IP based license, use

    imunify360-agent register