Skip to content

NodeZero® CLI Installation

NodeZero® CLI

For advanced host management, the NodeZero® Command Line Interface (CLI) provides additional control and flexibility.

When to use

Use the NodeZero CLI when you need greater control over your NodeZero host or when automating tasks and configurations through scripts. It’s especially useful for advanced users who require frequent status checks or advanced management of their hosts.

Note

NodeZero CLI is optional.

Installation

Clone and configure the CLI with the following commands:

git clone https://github.com/horizon3ai/n0-cli
cd n0-cli
bash install.sh
export PATH="$PWD/bin:$PATH"

Usage

For detailed instructions and usage, refer to the CLI Guide

Configure a NodeZero Runner

It is strongly recommended to setup a NodeZero Runner on your NodeZero Host. The NodeZero Runner enables deployment of pentests from the WebUI without needing to log into each host to run a pentest. Runners also enable scheduling pentests for continuous pentests against the target network.

Next Step

looks_4 Validate Host chevron_right
Test connectivity and Docker to confirm readiness.