Check if Imunify is registered or not command line

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • imorandin
    replied
    Great Thanks both!

    Leave a comment:


  • skhristich
    replied
    Hello Ignacio,
    This code will give full info on the status and type of license:

    Code:
    imunify-antivirus rstatus --json -v
    Thanks

    Leave a comment:


  • skhristich
    replied
    Code:
    imunify-antivirus rstatus --json | jq -r .license.license_type

    Leave a comment:


  • Check if Imunify is registered or not command line

    Hi,

    I want to check via command line if ImunifyAV is in Free or registered (ImunifyAV+) mode via command line.
    Ive only found this command:

    Code:
    imunify-antivirus rstatus
    But it always outputs "OK" no matter if it is free or paid.

    Thanks
Working...