docs: refresh hosted shared-secret auth mirrors

This commit is contained in:
Peter Steinberger
2026-04-04 21:04:17 +01:00
parent 7678917c49
commit 90387d4a88
9 changed files with 23 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ Native Linux companion apps are planned. Contributions are welcome if you want t
2. `npm i -g openclaw@latest`
3. `openclaw onboard --install-daemon`
4. From your laptop: `ssh -N -L 18789:127.0.0.1:18789 <user>@<host>`
5. Open `http://127.0.0.1:18789/` and paste your token
5. Open `http://127.0.0.1:18789/` and authenticate with the configured shared secret (token by default; password if you set `gateway.auth.mode: "password"`)
Full Linux server guide: [Linux Server](/vps). Step-by-step VPS example: [exe.dev](/install/exe-dev)