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 --versionInstall
Install the latest version globally using npm:
npm install -g hostnextraVerify the Installation
Run:
hostnextraYou should see the HostnExtra CLI help and a list of available commands.
You can also verify the installed version:
hostnextra versionUpdate
To update HostnExtra to the latest version:
npm update -g hostnextraUninstall
Remove HostnExtra from your system:
npm uninstall -g hostnextraWhat's Next?
Now that HostnExtra is installed, continue with the Quick Start guide to install your first plugin and start using the CLI.