Knowledge Base
Searching in : Trouble report
ID:TR05X11833
Added on: 2026-05-22
Last Update: 2026-06-16
Solved in version: 9.7.3
Platform: All Platforms
Product: NoMachine Server
Severity: Minor
Status: Solved
Print this article

Message about activating the subscription may be misleading

When the online subscription has not been validated yet, the NoMachine server issues a message like:

 "License is not activated. Please activate it using 'nxserver --subscriptionset'.

The command proposed is not complete, path to the license file is missing.

Message should report the proper format of the command:

Subscription is not activated. Please activate it using 'nxserver –subscriptionset <path to subscription>'

For example, if the server.lic file is in the same directory, you will need to run:

'nxserver --subscriptionset server.lic'

Additionally server usage for the command can be also improved to have:

--subscriptionset  <subscription>  [--target <uuid>|<node:port>]

  Deploy the subscription on this host, where <subscription> is the
  license file or path to the license file if it is not in the current  
  directory. In case of a cloud server or Enterprise Terminal Server,
  use --target <uuid> to deploy the subscription on the given node
  specified by its uuid or node:port.

 

SOLVED, Released in version 9.7.3