Issue
What are the methods of validating a type of license and checking if an IP is correctly registered?
Environment
- Imunify360
Solution
Option 1 - via the license checker
The Imunify360 license can be validated using the Server license check tool.
To do it:
- Refer to the Server license check,
- Enter an IP address,
- Click on Check server license.
The tool will verify whether such a server exists in the CloudLinux network along with the type of Imunify360 license activated on the server.
Option 2 – via the command-line interface
Run the following commands as root:
imunify360-agent config show --json -v | jq -r '.license.license_type'
or
imunify360-agent rstatus --json | jq -r '.license_type'
If you are using a trial license, the output will be:
imunify360Trial
Comments
0 comments
Please sign in to leave a comment.