#Tailscale

1 messages · Page 1 of 1 (latest)

main grove
#

I have tailscale configured and the openclaw gateway is up how do I get the website address to access the openclaw hub what command reveals it

summer wadiBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

versed topaz
#

If you're on Tailscale, your OpenClaw hub URL is http://<tailscale-ip>:18789. Find your Tailscale IP with:

tailscale ip -4

Then open http://<that-ip>:18789 in your browser. You can also try openclaw status or openclaw gateway url to see what URLs OpenClaw thinks it's listening on.

If you have a Tailscale hostname configured, http://<hostname>:18789 works too.

main grove
#

Tysm