You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before the Electron rewrite this was my whole workflow: AO running on a headless Mac mini, and I'd reach the dashboard in a browser from my MacBook over Tailscale (so I could close the laptop without stopping anything). I can't find a way to do that in the current build.
What I've found:
The daemon binds 127.0.0.1:3001 and serves only /api/v1 — a browser just gets JSON.
The "Connect Mobile" listener (:3011) is an API bridge for the RN app and rejects browsers with BAD_PASSWORD.
The desktop app's API base URL looks compiled-in to loopback, and the CLI has no --host flag — so neither seems pointable at a remote daemon.
Did I miss something? Is there any supported way to point the desktop app or CLI at a daemon on another host, or to reach the dashboard from another machine on the same Tailnet — or is the mobile app the only remote client now?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Before the Electron rewrite this was my whole workflow: AO running on a headless Mac mini, and I'd reach the dashboard in a browser from my MacBook over Tailscale (so I could close the laptop without stopping anything). I can't find a way to do that in the current build.
What I've found:
Did I miss something? Is there any supported way to point the desktop app or CLI at a daemon on another host, or to reach the dashboard from another machine on the same Tailnet — or is the mobile app the only remote client now?
Latest desktop build, macOS (Apple silicon). Thanks!
Beta Was this translation helpful? Give feedback.
All reactions