Tag: ImunifyAV

  • How to install ImunifyAV+

    ImunifyAV+ is an anti-malware software for Cpanel/Plesk servers. This is paid version of ImunifyAV.

    To install ImunifyAV+, run

    If you have a key-based license

    wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh -O imav-deploy.sh
    bash imav-deploy.sh --key YOUR_KEY
    

    If you have an IP-based license for ImunifyAV+, use IPL as the license key

    wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh -O imav-deploy.sh
    bash imav-deploy.sh --key IPL 
    

    See ImunifyAV

  • Uninstall ImunifyAV on Plesk Server

    Uninstall ImunifyAV on Plesk Server

    ImunifyAV is a free antivirus for Linux Server. On a Plesk server, i installed paid version of ImunifyAV. Now plesk shows both paid and free versions.

    [root@vmi429764 ~]# plesk bin extension --list
    advisor - Advisor
    composer - PHP Composer
    configurations-troubleshooter - Webserver Configurations Troubleshooter
    domain-connect - Domain Connect
    git - Git
    grafana - Grafana
    heavy-metal-skin - Skins and Color Schemes
    imunify360 - Imunify360
    letsencrypt - Let's Encrypt
    litespeed - LiteSpeed Extension
    monitoring - Advanced Monitoring
    plesk-cagefs - CageFS
    plesk-lvemanager - LVE Manager
    repair-kit - Repair Kit
    revisium-antivirus - ImunifyAV
    social-login - Social Login
    sslit - SSL It!
    wp-toolkit - WordPress Toolkit
    xovi - SEO Toolkit
    [root@vmi429764 ~]# 
    

    To remove free version of ImunifyAV, run

    plesk bin extension --uninstall  revisium-antivirus
    

    Uninsall Plesk Extension

    See Plesk Server

  • How to Install ImunifyAV on Cpanel Server

    ImunifyAV is a Free version of a malware scanner for websites. To install ImunifyAV on Cpanel

    yum install imunify-antivirus imunify-antivirus-cpanel

    To start/stop, run

    systemctl start imunify-antivirus
    systemctl stop imunify-antivirus

    If that did not work, you can use the following command, which works on Cpanel, Plesk, and DirectAdmin server

    wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh
    bash imav-deploy.sh

    Install Cpanel Plugin

    By default, ImunifyAV doesn’t show up in the Cpanel interface. To enable the Cpanel plugin, run

    /usr/share/av-userside-plugin.sh

    To uninstall the ImunifyAV Cpanel plugin, run

    /usr/share/av-userside-plugin.sh -r

    It is provided by package “imunify-antivirus”. You can find it with yum whatprovides “*/av-userside-plugin.sh”.

    Uninstall ImunifyAV

    To uninstall ImunifyAV free version, run

    yum remove imunify-antivirus imunify-antivirus-cpanel imunify-notifier imunify-common

    See ImunifyAV