From 3fefd50f2caae1057d0c4afbff1b40a692406062 Mon Sep 17 00:00:00 2001 From: Fabio Albertin Date: Sat, 22 Aug 2026 21:50:34 +0100 Subject: [PATCH] Change dashboard host from 0.0.0.0 to 127.0.0.1 Updated the host address for the hermes dashboard command. It will refuse to bind to 0.0.0.0 for cases involving the method described here. --- blueprints/hermes-agent-on-fly-io.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/hermes-agent-on-fly-io.html.md b/blueprints/hermes-agent-on-fly-io.html.md index 283789e5a8..6e604ad782 100644 --- a/blueprints/hermes-agent-on-fly-io.html.md +++ b/blueprints/hermes-agent-on-fly-io.html.md @@ -122,7 +122,7 @@ In one terminal, start the dashboard inside the machine: ```bash fly ssh console -a -C \ - "hermes dashboard --host 0.0.0.0 --no-open" + "hermes dashboard --host 127.0.0.1 --no-open" ``` In a second terminal, open a Fly proxy from your laptop: