Skip to content

License with two device activations and one concurrent device #180

Answered by ezekg
emmanuelatisu asked this question in Q&A
Discussion options

You must be logged in to vote

Keygen doesn't have a concept of inactive and active machines because that's what processes are for. Processes don't have to strictly align with application instances if you don't want them to, though that is what they're designed for. You could set up a policy that allows 2 machines and 1 process per-license, then both machines can be activated, but only one can have a process at one time.

To allow unlimited real PIDs (i.e. app instances), you can identify processes by the machine fingerprint so that it's clear you consider a 'use' per-device, not per-instance, i.e. you'd identify processes the same way you identify machines — by fingerprint.

On the policy, that'd look like this:

{
  "ma…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by emmanuelatisu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants