Skip to main content

Documentation Index

Fetch the complete documentation index at: https://gns3util.saygex.xyz/llms.txt

Use this file to discover all available pages before exploring further.

gns3util remote uninstall https

Uninstall SSL reverse proxy setup from remote GNS3 server

Synopsis

Uninstall the SSL reverse proxy setup from a remote GNS3 server. This command will:
  • Stop and remove Caddy reverse proxy
  • Remove SSL certificates
  • Remove firewall rules
  • Clean up systemd services
  • Remove configuration files
The GNS3 server itself will remain running on its original port. If a state file is found from a previous installation, all configuration values will be automatically loaded and command line flags will be ignored.
gns3util remote uninstall https [user] [flags]

Options

  -d, --domain string            Domain that was used for the reverse proxy
  -a, --firewall-allow string    Firewall allow subnet that was used. Example: 10.0.0.0/24
  -b, --firewall-block           Whether firewall rules were configured
  -g, --gns3-port int            Port of the GNS3 Server (default 3080)
  -h, --help                     help for https
  -t, --interactive              Set the options for this command interactively
      --key string               Path to a custom SSH private key file
  -p, --port int                 SSH port (default 22)
  -r, --reverse-proxy-port int   Port for the reverse proxy that was used (default 443)
      --subject string           Subject that was used for the SSL certificate (default "/CN=localhost")
  -v, --verbose                  Enable verbose output

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
      --user string[="~"]   User to select from the keyfile. Omit the value to open a fuzzy picker (--user), or pass a name (--user alice).

SEE ALSO

Auto generated by spf13/cobra on 9-May-2026