Skip to main content

gns3util remote install https

Install a reverse proxy for HTTPS

Synopsis

Install caddy for HTTPS and optionally set firewall rules
gns3util remote install https [user] [flags]

Options

      --domain string            Domain to use for the reverse proxy
      --firewall-allow string    Block all connections to the GNS3 server port and only allow a given subnet. Example: 10.0.0.0/24
      --firewall-block           Block all connections to the port of the GNS3 server
      --gns3-port int            Port of the GNS3 Server (default 3080)
  -h, --help                     help for https
      --interactive              Set the options for this command interactively
      --key string               Path to a custom SSH private key file
      --port int                 SSH port (default 22)
      --reverse-proxy-port int   Port for the reverse proxy to use (default 443)
      --subject string           Set the subject alternative name for the SSL certificate (default "/CN=localhost")
      --verbose                  Run this command with extra logging

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: [json, json-colorless, collapsed, yaml, toml, table, table-ascii]. Can be set via GNS3_OUTPUT (default "table")
  -s, --server string     GNS3v3 Server URL. Can be set via GNS3_SERVER or config.toml

SEE ALSO

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