Overview
Imunify360 provides malware detection, firewall protection, intrusion prevention, and server security monitoring.
NOTE: Imunify360 is available as an add-on service for eligible unmanaged VPS and Dedicated Server plans. Installation, configuration, and ongoing management are the customer’s responsibility.
Install Imunify360
- Connect to your server using SSH as the root user.
- Download the installation script:
wget https://repo.imunify360.cloudlinux.com/defence360/i360deploy.sh
- Run the installer:
bash i360deploy.sh
- Wait for the installation to complete.
Managing Imunify360 via Command Line
You can manage Imunify360 directly from the command line on your server.
Start a malware scan
To start a malware scan for a specific directory:
imunify360-agent malware on-demand start --path /path-to-directory
Check scan status
To list the status of malware scans:
imunify360-agent malware on-demand list
View scan results
To list malicious files for a specific scan ID:
sudo imunify360-agent malware malicious list --by-scan-id SCANID-HERE --limit 600 | awk '{print $8}'
Additional information
For advanced configuration, installation and feature documentation, refer to the Imunify360 documentation:
NOTE: HostPapa provides the Imunify360 license. Installation, configuration, troubleshooting, and maintenance are managed by the customer on unmanaged servers.
If you need help with your HostPapa account, please open a support ticket from your Dashboard.
