Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Request EID and ProductID from the technical support.

    Note
    titleAttention!

    EID and ProductID are linked with the MAC address of the Server. If the MAC address changes, you need to request EID and ProductID again.

     
  2. Open the license.conf file.

    Code Block
    sudo nano /opt/AxxonSoft/DetectorPack/VLSdk/gpu/data/license.conf
     
  3. Enter the received EID and ProductID.

    Code Block
    <param name="EID" type="Value::String" text="received EID"/>
    <param name="ProductID" type="Value::String" text="received ProductID"/>


  4. Save the file.
  5. Run the FingerprintViewer file. You will receive the FingerPrint data.

    Code Block
    sudo /opt/AxxonSoft/DetectorPack/VLSdk/gpu/FingerprintViewer


  6. Go to the website.

    Note
    titleAttention!

    If you fail to log in to the website, contact the technical support.

     

    Tip

    Guide to the Sentinel EMS Customer Portal

  7. Log in using the received EID.
  8. Fill in the user registration data.

  9. Click the Save button.
  10. Click the Activate button to activate the license.
  11. In the Activatee Email field, specify the email address to confirm the license activation. The licenseFile.v2c file with license data will be sent to the specified email address.

  12. In the Device FingerPrint field, specify the FingerPrint data.
  13. Click the Complete Activation button.
  14. Place the licenseFile.v2c in the required directory.

    Code Block
    sudo cp /opt/AxxonSoft/DetectorPack/VLSdk/gpu/data/licenses-archive/license.conf /opt/AxxonSoft/DetectorPack/VLSdk/gpu/data/license.conf
  15. Activate the license.

    Code Block
    sudo /opt/AxxonSoft/DetectorPack/VLSdk/gpu/FingerprintViewer /opt/AxxonSoft/DetectorPack/VLSdk/gpu/data/license.conf
     
  16. Make sure the license is successfully activated. If the Server is connected to the internet, the license will be checked automatically.

...