[GH-ISSUE #44] Improved CLI Syntax for --dashboard-address #41

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

Originally created by @jchristn on GitHub (Apr 29, 2021).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/44

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!
Originally created by @jchristn on GitHub (Apr 29, 2021). Original GitHub issue: https://github.com/agrinman/tunnelto/issues/44 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! ```
kerem 2026-03-02 23:01:57 +03:00
Author
Owner

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

tunnelto --dashboard-address 0.0.0.0:8000 is how I do it on macOS/linux

<!-- gh-comment-id:829518348 --> @agrinman commented on GitHub (Apr 29, 2021): `tunnelto --dashboard-address 0.0.0.0:8000` is how I do it on macOS/linux
Author
Owner

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

sorry this needs (1) docs (2) lenient parsing :)

<!-- gh-comment-id:829518882 --> @agrinman commented on GitHub (Apr 29, 2021): sorry this needs (1) docs (2) lenient parsing :)
Author
Owner

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

Can confirm on Windows that --dashboard-address 127.0.0.1:60000 resolves to localhost:60000 and so does 0.0.0.0:60000. Seems removing http:// was all that was needed. Thanks!

<!-- gh-comment-id:829566779 --> @jchristn commented on GitHub (Apr 29, 2021): Can confirm on Windows that ```--dashboard-address 127.0.0.1:60000``` resolves to ```localhost:60000``` and so does ```0.0.0.0:60000```. Seems removing ```http://``` was all that was needed. Thanks!
Author
Owner

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

Np. But will keep open as this needs doc/CLI improvements

<!-- gh-comment-id:829796653 --> @agrinman commented on GitHub (Apr 30, 2021): Np. But will keep open as this needs doc/CLI improvements
Author
Owner

@agrinman commented on GitHub (May 1, 2021):

In 0.1.16 you can now simplify specify a port --dashboard-port 1234

<!-- gh-comment-id:830680478 --> @agrinman commented on GitHub (May 1, 2021): In 0.1.16 you can now simplify specify a port `--dashboard-port 1234`
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#41
No description provided.