Headless Remote Control daemon (agy CLI) never registers in dashboard — Resolved proxyServerURL: "" despite successful auth

The standalone headless daemon installed per Remote Control | Google Antigravity Docs (curl -fsSL ``https://antigravity.google/cli/agy-daemon.sh`` | bash) signs in successfully but never appears in the Remote Control dashboard at antigravity.google.com. The Antigravity desktop app on my Mac, same Google account, registers instantly — only the standalone CLI path fails.

Reproduced on 4 fresh environments (Ubuntu 22.04 container, Ubuntu host as unprivileged user, Ubuntu host as root ×2), all with CLI 1.1.19 / server 2.8.1 (latest), completely fresh state (~/.gemini wiped between attempts). Sign-in always succeeds (“Authenticated as …@gmail.com”), systemd service runs healthy, dashboard shows nothing.

~/.gemini/antigravity-cli/cli.log on every attempt:

[AuthProvider] SetUserTier called with userTier: "", tierDisplayName: ""
[RemoteControl] Subscription callback triggered.
[RemoteControl] RemoteControlEnabled value: true
[RemoteControl] Resolved proxyServerURL: ""

The daemon enables Remote Control but receives an empty proxy URL, so it never opens a connection to the Remote Control service. It looks like the backend fails to resolve my account tier via the standalone CLI auth flow and therefore returns no proxy endpoint. Account: personal gmail. Is standalone-CLI Remote Control gated by tier/rollout, and if so, the daemon should surface an error instead of failing silently.

Hello @Platon_Podkopov, welcome to the forum. The proxy server URL was fixed in version 1.1.20. Could you please upgrade to the latest version and try again? Let us know if you still face this issue after upgrading to 1.1.20 version.

Thank you for the update. Unfortunately, I can confirm that the issue persists in version 1.1.20.

I completely wiped my local state (rm -rf ~/.gemini ~/.antigravity) and performed a fresh installation of the headless daemon on my Ubuntu VPS. The authentication succeeds, and the systemd service runs perfectly.

However, the instance never registers on the dashboard. I checked ~/.gemini/antigravity-cli/cli.log and the daemon is still receiving an empty proxy URL:
ERROR: logging before google.Init: I0825 17:09:13.872642 52 server.go:3183] [RemoteControl] Resolved proxyServerURL: ""

Environment details:

  • CLI version: 1.1.20
  • Server version: 2.8.1
  • Host: Ubuntu (VPS)
  • Account Tier: Google AI Pro

Let me know if you need any additional logs or debugging output to help investigate this.

Dito to what @Daoud_El_Kadiri has said - same symptoms still appear for me

I’ve just restarted my daemon to pick up the latest version, 1.1.21, and can confirm it’s finally appearing on the dashboard!

Will test actual usability now, but if I don’t respond with more issues consider it resolved!

Yes i confirm that with version 1.1.21 it appears on my dashboard too

Hi everyone, I am on a VM with Ubuntu 24.04.4 LTS

The ~/.antigravity/bin/run_agy_remote_control.sh script successfully calls:
~/.local/bin/agy --remote-control --hub-port 4400

curl -Iv https://antigravity.google seems OK

~/.local/bin/agy --version
1.1.27

The list on “https://antigravity.google.com/” stays empty.