So my bot was making some config changes and now I can't reach him on Telegram and my OC dashboard won't load. I'm on Hostinger using Docker and using Tailscale.
Solution
Nice — that output means your Tailscale URL is now proxying to the Docker gateway on
127.0.0.1:58655
127.0.0.1:58655
. So the dashboard link is “wired” correctly again.
Next steps (in order)
1) Stop the other gateway (root/systemd) to avoid Telegram weirdness
If the root/systemd gateway is still running, it can fight the Docker one (especially with Telegram polling).
Run on the VPS:
systemctl --user stop openclaw-gatewaysystemctl --user status openclaw-gateway --no-pager | sed -n '1,40p'
systemctl --user stop openclaw-gatewaysystemctl --user status openclaw-gateway --no-pager | sed -n '1,40p'
You want it to show inactive.
(If you want to prevent it from coming back on reboot:)