Workaround for (some) Problems: Can´t install ImunifyAV / Imunify360

Installation of imunify out of Cyperpanels GUI failed. I do a lot of testing on different installations.

I figured out, that ubuntu will not install, because the public key for the used imunify repo is missing in the ubuntu keyservers.

My qucik workaround:

Manual installation of the missing key over CLI before you start the imunify installation

  1. In CLI (Ubuntu / CentOS) do:

wget https://repo.imunify360.cloudlinux.com/defense360/RPM-GPG-KEY-CloudLinux

2a) In ubuntu add the key:

apt-key add RPM-GPG-KEY-CloudLinux

2b) In CentOS add the key:

rpm --import RPM-GPG-KEY-CloudLinux

After this you should be able to install Imunify over cyberpanels GUI without any issues

Best regards,
Kai

Cloudlinux said they are rolling out updates to fix this issue.

Type your comment> @Kais said:

Installation of imunify out of Cyperpanels GUI failed. I do a lot of testing on different installations.

I figured out, that ubuntu will not install, because the public key for the used imunify repo is missing in the ubuntu keyservers.

My qucik workaround:

Manual installation of the missing key over CLI before you start the imunify installation

  1. In CLI (Ubuntu / CentOS) do:

wget https://repo.imunify360.cloudlinux.com/defense360/RPM-GPG-KEY-CloudLinux

2a) In ubuntu add the key:

apt-key add RPM-GPG-KEY-CloudLinux

2b) In CentOS add the key:

rpm --import RPM-GPG-KEY-CloudLinux

After this you should be able to install Imunify over cyberpanels GUI without any issues

Best regards,
Kai

Thank you very much, this tutorial went well