Skip to main content

gns3util cluster add-node

Add a single node to a cluster
gns3util cluster add-node [cluster-name] [flags]

Options

  -h, --help              help for add-node
  -g, --max-groups int    Maximum groups per node (default 3) (default 3)
  -p, --password string   Password to use (env: GNS3_PASSWORD)
  -s, --server strings    Server(s) to add
  -u, --user string       User to log in as (env: GNS3_USER)
  -w, --weight int        Weight to assign to node(s) (0–10, default 5) (default 5)

Options inherited from parent commands

  -c, --cluster string    Cluster name from keyfile. Mutually exclusive with --server
  -i, --insecure          Ignore unsigned SSL-Certificates. Can be set via GNS3_INSECURE
  -k, --key-file string   Path to authentication keyfile. Can be set via GNS3_KEY_FILE or config.toml
  -o, --output string     Output format: [kv, json, json-colorless, collapsed, yaml, toml]. Can be set via GNS3_OUTPUT (default "kv")

SEE ALSO

Auto generated by spf13/cobra on 18-Mar-2026