Claude Code Remote Control: Access Your Local Coding Sessions from Any Device
Anthropic has opened up the 'Remote Control' feature in Claude Code v2.1.51, allowing developers to connect to local terminal sessions from claude.ai/code or mobile apps — without moving code to the cloud.
Claude Code Remote Control: Access Your Local Coding Sessions from Any Device
Anthropic has rolled out claude remote-control as a generally available subcommand in Claude Code v2.1.51, released on February 24, 2026. The feature lets developers connect to a running Claude Code terminal session from claude.ai/code or the Claude iOS/Android apps. It is currently available as a research preview for Pro and Max plan subscribers; Team and Enterprise plans are not yet supported.
The release note reads: “Added claude remote-control subcommand for external builds, enabling local environment serving for all users.”
How It Works: Local Execution, Remote Interface
The key architectural decision behind Remote Control is that Claude Code continues to run on the local machine. There is no migration of the session to cloud infrastructure.
Here is what that means in practice:
- The local file system, MCP servers, tools, and project configuration remain fully accessible
- Conversations sync in real time across all connected devices
- If the laptop sleeps or the network drops, the session automatically reconnects upon recovery
- Communication flows exclusively as outbound HTTPS connections from the local Claude Code session to the Anthropic API — no inbound ports are opened
- All traffic is encrypted with TLS using short-lived credentials
Getting Started
Start a new remote-enabled session:
claude remote-control
This prints a session URL and QR code to the terminal.
Enable remote access on an existing session:
Run /remote-control (or /rc) within a Claude Code session.
Connect from another device:
Use the session URL, scan the QR code, or select the session from the claude.ai/code session list.
Enable by default for all sessions:
In /config, set “Enable Remote Control for all sessions” to true.
Options:
--verbose: Enable detailed logging--sandbox/--no-sandbox: Toggle file system and network isolation
Remote Control vs. Claude Code on the Web
Anthropic offers both Remote Control and “Claude Code on the web,” but the two features differ architecturally:
- Remote Control runs on the local machine. Local MCP servers, tools, and project settings are available.
- Claude Code on the web runs on Anthropic’s cloud infrastructure. No local setup is required.
Current Limitations
- Only one remote connection per session
- Closing the terminal ends the session
- Requires a Pro or Max plan (API key authentication is not supported)
Bug Fix in v2.1.53
The v2.1.53 release on February 25 addressed an issue where stale sessions persisted after a graceful shutdown. The fix parallelizes teardown network calls, improving the reliability of session cleanup.
Release Timeline
- v2.1.50 (Feb 20): Added WorktreeCreate/WorktreeRemove hook events and
isolation: worktreesupport - v2.1.51 (Feb 24): Added
claude remote-controlsubcommand for all users - v2.1.53 (Feb 25): Fixed graceful shutdown for Remote Control sessions
A Different Philosophy from Cursor’s Cloud Agents
The timing is notable. On the same day Claude Code v2.1.51 shipped, Cursor announced “Cloud Agents with Computer Use” — a feature that runs coding agents autonomously on cloud VMs.
The two approaches represent divergent design philosophies. Cursor pushes execution to the cloud, where agents operate independently on virtual machines. Claude Code keeps execution local and provides remote access to that environment.
From a security standpoint, the local-execution model means source code never leaves the developer’s machine. For long-running agent tasks, the ability to monitor and interact from a mobile device adds practical value without introducing cloud-side data exposure.
References
Information in this article is current as of February 25, 2026. Please refer to the official documentation for the latest updates.
Related Articles
Claude Code v2.1.58: Remote Control Rolls Out to More Users
Anthropic expands Claude Code's Remote Control feature to a wider audience in v2.1.58, continuing the gradual rollout that began with v2.1.52.
Claude Code v2.1.64 Released - Reliability Improvements and Performance Enhancements
Claude Code v2.1.64 brings reliability upgrades, performance improvements, and security fixes including Remote Control subcommand, BashTool optimization, and multiple bug fixes.
Thousands of CEOs Admit AI Had No Impact on Employment or Productivity — The 40-Year-Old 'Productivity Paradox' Returns
Survey of 6,000 executives finds 90% report AI had no impact on employment or productivity over the past three years, contradicting Spotify CEO's claims. Solow's 1987 productivity paradox returns as $250B AI investment fails to deliver promised gains.
Popular Articles
Claude Code v2.1.93 Released - Deferred Permission Decisions, Flicker-Free Rendering, and More
Anthropic releases Claude Code v2.1.93 with deferred permission decisions for PreToolUse hooks, flicker-free rendering option, PermissionDenied hook, and named subagent typeahead support.
Claude Code v2.1.92 Released - forceRemoteSettingsRefresh, Bedrock Setup Wizard, and More
Anthropic releases Claude Code v2.1.92 with forceRemoteSettingsRefresh policy setting, AWS Bedrock setup wizard, /cost command improvements, and numerous bug fixes.
Claude Code v2.1.84 Release - PowerShell Tool Preview and Environment Configuration Enhancements
Claude Code v2.1.84 introduces PowerShell tool for Windows, new environment variable overrides for model selection, idle session handling improvements, and various stability fixes.
Latest Articles
Claude Code v2.1.93 Released - Deferred Permission Decisions, Flicker-Free Rendering, and More
Anthropic releases Claude Code v2.1.93 with deferred permission decisions for PreToolUse hooks, flicker-free rendering option, PermissionDenied hook, and named subagent typeahead support.
Claude Code v2.1.92 Released - forceRemoteSettingsRefresh, Bedrock Setup Wizard, and More
Anthropic releases Claude Code v2.1.92 with forceRemoteSettingsRefresh policy setting, AWS Bedrock setup wizard, /cost command improvements, and numerous bug fixes.
Claude Code v2.1.91 Released - MCP Tool Result Persistence and Improved Edit Tool
Claude Code v2.1.91 introduces MCP tool result persistence override, improved shell execution controls, and enhanced Edit tool efficiency.