HostnExtraHostnExtra Docs

Installation

Install the HostnExtra CLI on Windows, macOS, and Linux.

Installation

HostnExtra is distributed as an npm package and can be installed globally on Windows, macOS, and Linux.

Requirements

Before installing HostnExtra, make sure your system has:

  • Node.js 22 or later
  • npm 10 or later

Check your installed versions:

node --version
npm --version

Install

Install the latest version globally using npm:

npm install -g hostnextra

Verify the Installation

Run:

hostnextra

You should see the HostnExtra CLI help and a list of available commands.

You can also verify the installed version:

hostnextra version

Update

To update HostnExtra to the latest version:

npm update -g hostnextra

Uninstall

Remove HostnExtra from your system:

npm uninstall -g hostnextra

What's Next?

Now that HostnExtra is installed, continue with the Quick Start guide to install your first plugin and start using the CLI.

On this page