LIVE TAPE
OpenClaw 88,412 stars·CVE-2026-25898 disclosed (HIGH, Hermes)·Hermes Agent v2026.4.7 published·Hermes Agent +182 stars (last hour)·OpenClaw v2026.4.6 — credential vault hardening·CVE-2026-26133 patched (NanoClaw)·Pi 5 16GB rumoured for Q3 — recheck guidance·Nanobot +47 stars (last hour)·ZeroClaw v0.4.2 — Apple container fixes·Mac Mini M4 wins quarterly hardware survey·OpenClaw 88,412 stars·CVE-2026-25898 disclosed (HIGH, Hermes)·Hermes Agent v2026.4.7 published·Hermes Agent +182 stars (last hour)·OpenClaw v2026.4.6 — credential vault hardening·CVE-2026-26133 patched (NanoClaw)·Pi 5 16GB rumoured for Q3 — recheck guidance·Nanobot +47 stars (last hour)·ZeroClaw v0.4.2 — Apple container fixes·Mac Mini M4 wins quarterly hardware survey·
PocketClawvol. 1 · 2026

Tailscale for self-hosted AI dashboards

Set up Tailscale to access your agent dashboard from anywhere without exposing it on the public internet.

Prerequisites

  • A self-hosted AI agent host (any OS Tailscale supports — Linux, macOS, Windows)
  • A device you'll access the dashboard from (laptop, phone)
  • A Tailscale account (free at tailscale.com)

Steps

  1. Sign up for Tailscale

    Visit tailscale.com, sign up with Google/GitHub/Microsoft. The free tier covers 100 devices and 3 users — more than enough for personal use.

  2. Install Tailscale on the agent host

    Use the official install script. Authorise the device when prompted.

    # Linux:
    curl -fsSL https://tailscale.com/install.sh | sh
    sudo tailscale up
    
    # macOS: download the app from the App Store, sign in.
    
    # Follow the auth URL printed by 'tailscale up'.
  3. Find the agent host's Tailscale IP

    Every Tailscale device gets a stable 100.x.y.z address.

    tailscale ip -4
  4. Install Tailscale on your laptop

    Same process. Use the same Tailscale account. Both devices are now on the same private network ('tailnet').

  5. Access the dashboard

    Open http://<agent-tailscale-ip>:8765 (or whatever port your agent uses). Should work as if the host were on your local network.

  6. Optional: Magic DNS for friendly URLs

    Tailscale Magic DNS lets you address devices by hostname instead of IP. Enable in the Tailscale admin console under DNS. Then you can access http://hermes-host.tailnet.ts.net:8765 instead of the IP.

Troubleshooting

Devices can't see each other
Check both devices are signed in to the same tailnet. ACLs may be restricting; check the admin console under Access Controls.
Auth URL doesn't open
On a headless server, copy the URL from the terminal and open it on a device with a browser. The auth flow doesn't require the auth to happen on the same machine.

Where to go from here

Configure Tailscale ACLs to restrict which devices can reach the agent host. Add Tailscale Funnel if you need to expose the dashboard to non-Tailscale users with HTTPS but without a public IP.

Other tutorials
intermediate
Hermes Agent on a Raspberry Pi 5
End-to-end install of Hermes Agent on a fresh Raspberry Pi 5 (8 GB), accessed via Tailscale, with Cl…
intermediate
Ollama + Phi-3 mini on a Raspberry Pi 5
Install Ollama and the smallest credible local LLM (Phi-3 mini 3.8B Q4) on a Raspberry Pi 5. Useful …
beginner
Caddy reverse proxy with HTTPS for a self-hosted AI dashboard
Front your agent dashboard with Caddy on port 443 with automatic HTTPS via Let's Encrypt — no certbo…
intermediate
Migrate OpenClaw to Hermes Agent — step by step
Concrete migration path with shell commands. Snapshot OpenClaw, install Hermes, port tools, migrate …