diff --git a/faqs/licensing/what-is-a-node-for-licensing-purposes.md b/faqs/licensing/what-is-a-node-for-licensing-purposes.md index 4386e26a..789f66fe 100644 --- a/faqs/licensing/what-is-a-node-for-licensing-purposes.md +++ b/faqs/licensing/what-is-a-node-for-licensing-purposes.md @@ -11,10 +11,16 @@ metaLinks: A "node" can be simply described as a "server" (whether this is an actual physical server, a VM, a Raspberry Pi, your desktop or laptop, an industrial computer, or an embedded compute device) that is capable of running containers (via Docker, Kubernetes or another orchestrator) which is either running the Portainer Server or is under the management of a Portainer Server installation. +Nodes that are used solely as management environments are not counted toward your node limit. A management environment is only counted as a node if it is also being managed by Portainer. + {% hint style="info" %} Node pricing is also dependent on the [type of node](what-is-the-pricing-for-business-edition.md) you are using. {% endhint %} +{% hint style="info" %} +All examples given below assume the management node is also managed from within Portainer. +{% endhint %} + ### Docker For Docker, we consider anything that runs Portainer, whether that be Portainer Server or Portainer Agent, as a node. This is important to remember as on clustered environments like Docker Swarm the Portainer Agent will be running on each server in the cluster and therefore count towards your number of licenses.