Get started

nf license

The nf license command displays license information for your NodeFoundry installation.

Use this to verify your current plan, check node limits, and confirm license expiration dates.


Usage

Terminal
$ nf license info

Options

nf license info
nf license info

Display current license details. Output is always JSON.

Examples

Terminal
$ nf license info
{
  "plan": "enterprise",
  "maxNodes": 50,
  "expiresAt": "2027-04-07T00:00:00Z"
}