How do I apply a license key to imunify360 or Imunify+ that is already installed?

This can be done in any command line interface on the server like the terminal in Web Host Manager.

Imunify 360

First, unregister your existing license key:

imunify360-agent unregister

After that, for key-based licenses, run:

imunify360-agent register (Your Key)

For IP-based licenses:

imunify360-agent register IPL

Use the word IPL, not an actual IP address for this command.

Imunify+

CloudLinux key-based license:

imunify-antivirus register (Your Key)

CPanel IP-based license:

Upgrade free imunify+: imunify-antivirus register IPL

------------

Once any of these are active, run this and add the Imunify tools to each cPanel account.

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

  • imunify, license, 360, plus, register
  • 240 Users Found This Useful
Was this answer helpful?

Related Articles

How to flush your DNS cache

Your home computer creates a cache for all DNS settings. It does this to save time each time you...

What is the root login for my new VPS server?

The root login is the same password our system sent you in your welcome email. You just change...

What is the path to PERL?

The path to PERL in PERL script is:#!/usr/local/bin/perl

Do you troubleshoot scripts and apps?

Hello,Sorry, but troubleshooting sripts and apps needs to be done by the scipt maker or a...

How to use PHP-CLI

You would call '/usr/local/bin/php' if you need the php-cli binary, and '/usr/bin/php' if you...