Skip to main content

Comparing editions

What differs between editions is how many of each node a single Node-RED instance may run, plus a few packaging and support differences. Every edition speaks the same OPC UA — there is no protocol feature held back for a higher tier.

The product is the source of truth

The exact caps for your installation are printed by the CLI:

node all.js limits # per-node-type cap for the active licence
node all.js limits --json # machine-readable
node all.js feature # the feature matrix

It prints baseline · override · effective, so a per-contract cap raised on your licence shows up there even when it differs from the table below.

Node capacity per instance

NodeFreeTrialProfessional
Endpoint1320 *
Read3101 000
Write31 000
Browse151 000
Explore121 000
Monitor151 000 000
Monitor Event31 000
Call31 000
History Read310 000
File Operation31 000
Extension Object310 000
OPC UA Server113 *

the node is not available in that edition. A flow containing it will report a licence limitation rather than run.

* the Professional figures marked with an asterisk are the off-the-shelf baseline. They can be raised per customer on your licence for high-volume deployments — talk to us rather than splitting an installation in two.

Counts are per node in the flow, not per variable

The Monitor cap counts Monitor nodes, not monitored items: a single Monitor node can watch an array or a whole subtree of variables. The same applies to Read and Write.

The Evaluation server

The embedded OPC UA Server runs in every edition, but outside Professional it is an evaluation: it carries [Evaluation] branding, stops automatically after 2 hours, and is capped to a small address space. A Professional licence removes all three.

Packaging, protection and support

FreeTrialProfessionalEnterprise
Licencefreewareper instance, 30 daysper instanceby batch
Locked to the machineyesyesyes
Floating licenceyesyes
Docker / Kubernetesyesyes
Air-gapped registrationyesyesyes
Sterfive banner hiddenyesyes
White labelyes
Supportcommunitysupport@sterfive.comwith a Professional subscriptionpriority

Enterprise is a commercial arrangement rather than a separate build: it is Professional, licensed by batch, with per-contract caps, white labelling and priority support.

Where your licence stands

The licence panel in the OPC UA configuration screen shows the active edition, the caps in force, and how many of each node the current flow uses. A node that exceeds its cap does not break the flow silently — it reports a licence limitation on the node itself.

See Installing the licence key.