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.
関連記事
Claude Code「Remote Control」— ローカルセッションをスマホ・タブレット・ブラウザから継続操作可能に
Anthropicは Claude Code v2.1.51で「Remote Control」機能を全ユーザーに開放した。ターミナルで実行中のClaude Codeセッションに、claude.ai/codeやモバイルアプリからリモート接続し、ローカル環境をそのまま操作できる。
Claude Code v2.1.58リリース - Remote Control機能の対象ユーザーを拡大
Claude Code v2.1.58がリリースされた。Remote Control機能の利用可能ユーザーが拡大されている。
Claude Code v2.1.64リリース - 信頼性向上とパフォーマンス改善
Claude Code v2.1.64がリリースされた。Remote Controlサブコマンドの追加、BashToolのパフォーマンス改善、セキュリティ修正、Windowsクラッシュの複数修正などが含まれる。
人気記事
Claude Code v2.1.93 リリース - PreToolUseフック延期決定やフリッカーFREE渲染など
AnthropicがClaude Code v2.1.93をリリース。PreToolUseフックの延期決定機能、フリッカー-freeレンダリングオプション、PermissionDeniedフック、名前付きサブエージェントのタイプアヘッド対応などを含む。
Claude Code v2.1.92 リリース - forceRemoteSettingsRefreshやBedrockセットアップウィザードなど
AnthropicがClaude Code v2.1.92をリリース。forceRemoteSettingsRefreshポリシー設定、Bedrockセットアップウィザード、costコマンドの改善など多数の機能追加とバグ修正を含む。
Claude Code v2.1.84 リリース - PowerShellツールプレビューと環境設定の強化
Claude Code v2.1.84がリリース。Windows向けのPowerShellツール、環境変数によるモデル選択のカスタマイズアイドルセッション処理の改善などが含まれる。
最新記事
Claude Code v2.1.93 リリース - PreToolUseフック延期決定やフリッカーFREE渲染など
AnthropicがClaude Code v2.1.93をリリース。PreToolUseフックの延期決定機能、フリッカー-freeレンダリングオプション、PermissionDeniedフック、名前付きサブエージェントのタイプアヘッド対応などを含む。
Claude Code v2.1.92 リリース - forceRemoteSettingsRefreshやBedrockセットアップウィザードなど
AnthropicがClaude Code v2.1.92をリリース。forceRemoteSettingsRefreshポリシー設定、Bedrockセットアップウィザード、costコマンドの改善など多数の機能追加とバグ修正を含む。
Claude Code v2.1.91 リリース - MCPツール結果の永続化とEditツールの最適化
Claude Code v2.1.91ではMCPツールの結果サイズの上書き、シェル実行の制御強化、Editツールの効率改善などが行われた。