Skip to main content

Licensing Models

MyHoreca Licensing packages rights as policies and plans on the Management plane, then enforces them on Runtime (and optionally Relay). This page is a short map of the common modes — not a full policy schema.

A license key identifies the license for Runtime calls; it is a credential, not a licensing model.

Common modes

ModeIdeaWhere to go next
Node-lockedRights bound to a device / install identity (fresh install key per machine — not MachineGuid alone)Activations · Device identity
FloatingShared concurrent seats (checkout, heartbeat, release)Floating
Offline / air-gappedEnforce with signed leases or handoff when cloud is unavailableOffline · Air-gapped · Local Relay
TrialsTime-bounded evaluation windowsTrials
MeteredUsage signals and limitsMetered usage

Modes can combine (for example a trial that is node-locked, or floating seats with offline lease windows). Exact limits live in the product’s policy/plan.

How to choose (quick)

  1. Always-online product with fixed machines → start with node-locked.
  2. Shared pool of concurrent users/seats → floating.
  3. Sites with poor or no cloud connectivity → offline / air-gapped (and Relay when sync is needed).
  4. Evaluation before purchase → trials.
  5. Pay-for-usage or soft caps → metered.

Next steps