diff --git a/cmd/cloudflared/tunnel/cmd.go b/cmd/cloudflared/tunnel/cmd.go index 6acafe4b..cd02e1db 100644 --- a/cmd/cloudflared/tunnel/cmd.go +++ b/cmd/cloudflared/tunnel/cmd.go @@ -170,7 +170,7 @@ func TunnelCommand(c *cli.Context) error { return runAdhocNamedTunnel(sc, name, c.String(CredFileFlag)) } if ref := config.GetConfiguration().TunnelID; ref != "" { - return fmt.Errorf("Use `cloudflared tunnel run` to start tunnel %s", ref) + return fmt.Errorf("Use `cloudflared tunnel run` to start tunnel %s. If you are trying to start a TryCloudflare quick tunnel, the `config.yaml` file must not be present (consider temporarily renaming it).", ref) } // Unauthenticated named tunnel on ..com