How to install Imunify360 without a control panel (stand-alone server)

Installation Steps:

  1. Install the prerequisites, like mod_security, apache web server
  2. Install mod_security using this command, sudo yum install mod_security
  3. Create (cd /etc/sysconfig/imunify360/) and configure integration.conf file
  4. Integration kit contents, 

    [paths]
    ui_path = /path/to/domains/imunify360.hosting.yourdomain.com/

    [web_server]
    server_type = apache
    graceful_restart_script = /usr/sbin/apachectl restart
    modsec_audit_log = /var/log/httpd/modsec_audit.log
    modsec_audit_logdir = /var/log/modsec_audit

    [malware]
    basedir = /path/to/home/dir
    pattern_to_watch = ^/home/.+?/(public_html|public_ftp|private_html)(/.*)?$

    [pam]
    service_name = system-auth

    [integration_scripts]
    admins = /etc/sysconfig/imunify360/auth.admin
    modsec_domain_config_script = /etc/sysconfig/imunify360/script.sh

  5. Create sub-domain named imunify360.hosting.yourdomain.com
  6. Download, wget https://repo.imunify360.cloudlinux.com/defence360/i360deploy.sh -O i360deploy.sh
  7. Install Imunify360, bash i360deploy.sh --key Replace_with_Imunify360_key
  8. To enable webshield run this command, imunify360-agent config update '{"WEBSHIELD": {"enable": true, "known_proxies_support": true}}'
  9. systemctl enable imunify360-webshield
  10. systemctl restart imunify360-webshield
  • security, SELinux, linux, linux security, Secure, imunify360, linux antivirus, linux malware scanner, imunify
  • 957 Users Found This Useful
Was this answer helpful?

Related Articles

Backup restoration

Since backups are saved at various nodes to avoid data loss, we manage the backup and...

How To allow SQL Express traffic in windows firewall

Please follow the below steps to allow SQL express communication in the firewall. Open SQL...

How to change SQL authentication in SQL Express

Please follow the below steps Login to SQL Express using SQL management studio. Right-click...

Set Up Sending of Email in Plesk

To Set Up Sending of Email in Plesk, You need to follow the below Points   1. Go to Tools...

How to check Port status of VPS

It may possible that the firewall has blocked a few ports and it is not accessible.  To check...

Powered by WHMCompleteSolution