Bug Description
Title: Remote Control environments are not available for your account (Pro plan)
Description:
I’m on a Claude Pro subscription and cannot use Claude Code Remote Control from the CLI.
When I run:
claude remote-control
in my project directory, I consistently get:
Remote Control environments are not available for your account.
However, according to the documentation, Remote Control should now be available on both Max and Pro plans.
Steps to reproduce:
On Windows 11, open PowerShell.
Log in with claude → /login using my Pro account.
In a trusted project directory (workspace already trusted), run:
claude remote-control
Observe the error message:
Remote Control environments are not available for your account.
Expected behavior:
Remote Control should start a remote environment for my local session, as described in the Remote Control docs for Pro/Max plans.
Actual behavior:
The CLI immediately returns:
Remote Control environments are not available for your account.
No remote environment is created.
Diagnostics / checks performed:
Plan: Claude Pro subscription, same account used in the CLI.
ANTHROPIC_API_KEY is not set (echo $env:ANTHROPIC_API_KEY is empty).
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC is not set.
claude doctor shows only a warning about a leftover npm global installation at C:\Users\pereg\AppData\Roaming\npm\claude; I have uninstalled the npm global package with npm -g uninstall @anthropic-ai/claude-code and now use only the native Windows installer, but the issue persists.
OS: Windows 11 (64‑bit).
Network: Stable home connection, no VPN/proxy.
Question:
Is it possible that my Pro account is missing the Remote Control feature flag? Could you please check and enable Remote Control for this account, or let me know if Pro access is still rolling out and not yet available for all users?
Thank you!
Environment Info
- Platform: win32
- Terminal: windows-terminal
- Version: 2.1.63
- Feedback ID: 80c32c9e-4f5e-4ca3-be34-be56e78142d5
Errors
Bug Description
Title: Remote Control environments are not available for your account (Pro plan)
Description:
I’m on a Claude Pro subscription and cannot use Claude Code Remote Control from the CLI.
When I run:
claude remote-control
in my project directory, I consistently get:
Remote Control environments are not available for your account.
However, according to the documentation, Remote Control should now be available on both Max and Pro plans.
Steps to reproduce:
On Windows 11, open PowerShell.
Log in with claude → /login using my Pro account.
In a trusted project directory (workspace already trusted), run:
claude remote-control
Observe the error message:
Remote Control environments are not available for your account.
Expected behavior:
Remote Control should start a remote environment for my local session, as described in the Remote Control docs for Pro/Max plans.
Actual behavior:
The CLI immediately returns:
Remote Control environments are not available for your account.
No remote environment is created.
Diagnostics / checks performed:
Plan: Claude Pro subscription, same account used in the CLI.
ANTHROPIC_API_KEY is not set (echo $env:ANTHROPIC_API_KEY is empty).
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC is not set.
claude doctor shows only a warning about a leftover npm global installation at C:\Users\pereg\AppData\Roaming\npm\claude; I have uninstalled the npm global package with npm -g uninstall @anthropic-ai/claude-code and now use only the native Windows installer, but the issue persists.
OS: Windows 11 (64‑bit).
Network: Stable home connection, no VPN/proxy.
Question:
Is it possible that my Pro account is missing the Remote Control feature flag? Could you please check and enable Remote Control for this account, or let me know if Pro access is still rolling out and not yet available for all users?
Thank you!
Environment Info
Errors