You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config/remote.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,11 @@ Minimal setup — just enable it and ECA handles the rest:
32
32
}
33
33
```
34
34
35
-
When the server starts, ECA logs the connection URL and auth token to stderr and welcome message.
35
+
When the server starts, ECA logs the connection URL and auth token to stderr and welcome message. The URL is a deep-link that you can open directly in the browser:
@@ -96,3 +100,11 @@ For users without Tailscale, you can run the web frontend locally in the LAN (us
96
100
**Tailscale** solves both problems by providing valid HTTPS certificates for your machine within your private network.
97
101
98
102
**LAN mode** sidesteps both problems by serving the frontend locally over HTTP — since both the page and ECA are on `localhost` over HTTP, no security policies are triggered.
103
+
104
+
## Web UI
105
+
106
+
The web frontend provides a connect form where you enter the host and password (or use the deep-link URL logged by ECA).
107
+
108
+
**Auto-discovery** — When you enter a host and click "Discover", the web UI scans ports `7777`–`7787` in parallel and finds all running ECA instances automatically. This is the default port range ECA uses when auto-assigning ports.
109
+
110
+
**Multi-session** — You can connect to multiple ECA instances simultaneously. Each connection appears as a tab in the top bar, letting you switch between sessions.
0 commit comments