[GH-ISSUE #39] Allow definition of local inspect dashboard port in command line #35

Closed
opened 2026-03-02 23:01:54 +03:00 by kerem · 7 comments
Owner

Originally created by @jchristn on GitHub (Mar 25, 2021).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/39

When starting tunnelto, it appears to pick a random (high) port number for the local inspect dashboard.

It would be easier if the user were allowed to specify a port number as a command line argument.

Originally created by @jchristn on GitHub (Mar 25, 2021). Original GitHub issue: https://github.com/agrinman/tunnelto/issues/39 When starting tunnelto, it appears to pick a random (high) port number for the local inspect dashboard. It would be easier if the user were allowed to specify a port number as a command line argument.
kerem closed this issue 2026-03-02 23:01:54 +03:00
Author
Owner

@agrinman commented on GitHub (Mar 28, 2021):

does the --dashboard-address arg not do what you want?

<!-- gh-comment-id:808915456 --> @agrinman commented on GitHub (Mar 28, 2021): does the `--dashboard-address` arg not do what you want?
Author
Owner

@jchristn commented on GitHub (Mar 28, 2021):

I may have overlooked that - I'll check it out!

<!-- gh-comment-id:808916377 --> @jchristn commented on GitHub (Mar 28, 2021): I may have overlooked that - I'll check it out!
Author
Owner

@jchristn commented on GitHub (Mar 28, 2021):

Is there a newer release for Windows that I'm not seeing?

C:\Users\joelc\Downloads\tunnelto-windows.tar\tunnelto-windows>tunnelto --dashboard-address
error: Found argument '--dashboard-address' which wasn't expected, or isn't valid in this context

USAGE:
    tunnelto [FLAGS] [OPTIONS] [SUBCOMMAND]

For more information try --help

C:\Users\joelc\Downloads\tunnelto-windows.tar\tunnelto-windows>tunnelto --help
tunnelto 0.1.9
Alex Grinman <alex@tunnelto.dev>
Expose your local web server to the internet with a public url.

USAGE:
    tunnelto [FLAGS] [OPTIONS] [SUBCOMMAND]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information
    -v, --verbose    A level of verbosity, and can be used multiple times

OPTIONS:
    -k, --key <key>                 Sets an API authentication key to use for this tunnel
    -p, --port <port>               Sets the port to forward incoming tunnel traffic to on localhost [default: 8000]
    -s, --subdomain <sub-domain>    Specify a sub-domain for this tunnel

SUBCOMMANDS:
    help        Prints this message or the help of the given subcommand(s)
    set-auth    Store the API Authentication key

Version

C:\Users\joelc\Downloads\tunnelto-windows.tar\tunnelto-windows>tunnelto -V
tunnelto 0.1.9
<!-- gh-comment-id:808941784 --> @jchristn commented on GitHub (Mar 28, 2021): Is there a newer release for Windows that I'm not seeing? ``` C:\Users\joelc\Downloads\tunnelto-windows.tar\tunnelto-windows>tunnelto --dashboard-address error: Found argument '--dashboard-address' which wasn't expected, or isn't valid in this context USAGE: tunnelto [FLAGS] [OPTIONS] [SUBCOMMAND] For more information try --help C:\Users\joelc\Downloads\tunnelto-windows.tar\tunnelto-windows>tunnelto --help tunnelto 0.1.9 Alex Grinman <alex@tunnelto.dev> Expose your local web server to the internet with a public url. USAGE: tunnelto [FLAGS] [OPTIONS] [SUBCOMMAND] FLAGS: -h, --help Prints help information -V, --version Prints version information -v, --verbose A level of verbosity, and can be used multiple times OPTIONS: -k, --key <key> Sets an API authentication key to use for this tunnel -p, --port <port> Sets the port to forward incoming tunnel traffic to on localhost [default: 8000] -s, --subdomain <sub-domain> Specify a sub-domain for this tunnel SUBCOMMANDS: help Prints this message or the help of the given subcommand(s) set-auth Store the API Authentication key ``` Version ``` C:\Users\joelc\Downloads\tunnelto-windows.tar\tunnelto-windows>tunnelto -V tunnelto 0.1.9 ```
Author
Owner

@jchristn commented on GitHub (Apr 12, 2021):

Am I missing a newer version?

<!-- gh-comment-id:818318647 --> @jchristn commented on GitHub (Apr 12, 2021): Am I missing a newer version?
Author
Owner

@agrinman commented on GitHub (Apr 18, 2021):

You can download the latest here: https://github.com/agrinman/tunnelto/releases/tag/0.1.14

<!-- gh-comment-id:821923898 --> @agrinman commented on GitHub (Apr 18, 2021): You can download the latest here: https://github.com/agrinman/tunnelto/releases/tag/0.1.14
Author
Owner

@jchristn commented on GitHub (Apr 18, 2021):

Thanks, will use this.

<!-- gh-comment-id:822038465 --> @jchristn commented on GitHub (Apr 18, 2021): Thanks, will use this.
Author
Owner

@jchristn commented on GitHub (Apr 18, 2021):

What's the syntax?

C:\Tunnelto>tunnelto-windows --subdomain jurat --port 8000 --dashboard-address http://localhost:60000
Well, this is embarrassing.

tunnelto had a problem and crashed. To help us diagnose the problem you can send us a crash report.

We have generated a report file at "C:\Users\joelc\AppData\Local\Temp\report-2e2f8c8d-91ae-47bd-bf38-c0ac1653d76c.toml". Submit an issue or email with the subject of "tunnelto Crash Report" and include the report as an attachment.

- Authors: Alex Grinman <alex@tunnelto.dev>

We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports.

Thank you kindly!

C:\Tunnelto>
C:\Tunnelto>tunnelto-windows --subdomain jurat --port 8000 --dashboard-address 60000
Well, this is embarrassing.

tunnelto had a problem and crashed. To help us diagnose the problem you can send us a crash report.

We have generated a report file at "C:\Users\joelc\AppData\Local\Temp\report-e6df7ccf-e5e6-4169-a3fe-fe31327afbc2.toml". Submit an issue or email with the subject of "tunnelto Crash Report" and include the report as an attachment.

- Authors: Alex Grinman <alex@tunnelto.dev>

We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports.

Thank you kindly!

C:\Tunnelto>tunnelto-windows --subdomain jurat --port 8000 --dashboard-address http://127.0.0.1:60000
Well, this is embarrassing.

tunnelto had a problem and crashed. To help us diagnose the problem you can send us a crash report.

We have generated a report file at "C:\Users\joelc\AppData\Local\Temp\report-620b9a4d-f791-4fd9-b542-9ca7e5eebec9.toml". Submit an issue or email with the subject of "tunnelto Crash Report" and include the report as an attachment.

- Authors: Alex Grinman <alex@tunnelto.dev>

We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports.

Thank you kindly!
<!-- gh-comment-id:822038617 --> @jchristn commented on GitHub (Apr 18, 2021): What's the syntax? ``` C:\Tunnelto>tunnelto-windows --subdomain jurat --port 8000 --dashboard-address http://localhost:60000 Well, this is embarrassing. tunnelto had a problem and crashed. To help us diagnose the problem you can send us a crash report. We have generated a report file at "C:\Users\joelc\AppData\Local\Temp\report-2e2f8c8d-91ae-47bd-bf38-c0ac1653d76c.toml". Submit an issue or email with the subject of "tunnelto Crash Report" and include the report as an attachment. - Authors: Alex Grinman <alex@tunnelto.dev> We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports. Thank you kindly! C:\Tunnelto> C:\Tunnelto>tunnelto-windows --subdomain jurat --port 8000 --dashboard-address 60000 Well, this is embarrassing. tunnelto had a problem and crashed. To help us diagnose the problem you can send us a crash report. We have generated a report file at "C:\Users\joelc\AppData\Local\Temp\report-e6df7ccf-e5e6-4169-a3fe-fe31327afbc2.toml". Submit an issue or email with the subject of "tunnelto Crash Report" and include the report as an attachment. - Authors: Alex Grinman <alex@tunnelto.dev> We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports. Thank you kindly! C:\Tunnelto>tunnelto-windows --subdomain jurat --port 8000 --dashboard-address http://127.0.0.1:60000 Well, this is embarrassing. tunnelto had a problem and crashed. To help us diagnose the problem you can send us a crash report. We have generated a report file at "C:\Users\joelc\AppData\Local\Temp\report-620b9a4d-f791-4fd9-b542-9ca7e5eebec9.toml". Submit an issue or email with the subject of "tunnelto Crash Report" and include the report as an attachment. - Authors: Alex Grinman <alex@tunnelto.dev> We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports. Thank you kindly! ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tunnelto#35
No description provided.