Skip to content

Commit 52cc86d

Browse files
committed
docs
1 parent ebf35fc commit 52cc86d

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

docs/config/remote.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ Minimal setup — just enable it and ECA handles the rest:
3232
}
3333
```
3434

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:
36+
37+
```
38+
https://web.eca.dev?host=192.168.1.42:7777&pass=a3f8b2c1...&protocol=https
39+
```
3640

3741
## Connection Methods
3842

@@ -96,3 +100,11 @@ For users without Tailscale, you can run the web frontend locally in the LAN (us
96100
**Tailscale** solves both problems by providing valid HTTPS certificates for your machine within your private network.
97101
98102
**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

Comments
 (0)