Taro
taro@4-panel AI

Daily AI news explained through 4-panel manga comics. Get the latest AI developments in a fun, easy-to-understand format.

๐• Follow

Claude Code's New 'Remote Control' Feature: Continue Development From Any Device

Claude Code's New 'Remote Control' Feature: Continue Development From Any Device

4-panel manga

Key Takeaways

  1. Anthropic’s Claude Code now includes “Remote Control” โ€” a new feature that lets you operate local sessions from other devices (Research Preview).
  2. All processing remains on your local machine while you continue operating from a smartphone, tablet, or another PC’s browser.
  3. Available for Pro and Max plan users, activated via the claude remote-control command or the /remote-control slash command during a session.

The Details

What Is Claude Code?

Claude Code is an agent-based tool powered by Anthropic’s latest AI model “Claude Sonnet 4.6,” integrated directly into the developer’s command-line (CLI) environment. Unlike traditional chat interfaces, it has permission to directly read/write files and execute shell commands in your local environment. With natural language instructions alone, it autonomously handles code fixes, test execution, debugging, and Git operations.

What Is “Remote Control”?

The newly added “Remote Control” is a feature that lets you continue operating an active local Claude Code session from any device โ€” smartphone, tablet, or another PC’s browser.

The crucial point is that all processing remains on your local machine. Your filesystem, MCP servers, tools, and project settings all stay local, with the browser or smartphone serving as a “window” into that session. This makes it perfect for scenarios where you need your local environment but want to work away from your desk.


How to Use Remote Control

Prerequisites

  • Pro or Max plan subscription (API keys not supported)
  • Signed in via /login with the claude command
  • Workspace trust dialog accepted by running claude once in the target project directory

Launch Methods

Method 1: Start as a new session

cd your-project
claude remote-control

A session URL will display. Press spacebar to show a QR code for easy smartphone access.

Available options:

FlagDescription
--verboseDisplay detailed connection/session logs
--sandboxEnable filesystem/network isolation sandbox
--no-sandboxDisable sandbox (default)

Method 2: Switch an active session to remote Use this slash command during an existing Claude Code session:

/remote-control

Or the shorthand:

/rc

The remote session starts while preserving your current conversation history.

Method 3: Always-on mode Instead of running the command each time, set “Enable Remote Control for all sessions” to true in /config to automatically enable it for all sessions.

Connecting From Another Device

  1. Open the session URL in a browser: Navigate to the URL shown in your terminal to operate via claude.ai/code
  2. Scan the QR code: Use the Claude app on your smartphone to scan the QR code
  3. Select from session list: Open claude.ai/code or the Claude app and select the remote session indicated by a PC icon with a green status dot

Companion Flags: --remote / --teleport

New flags have been added alongside Remote Control:

# Create and start a new web session from local
claude --remote "Fix the login bug"

# Pull a running web session into your local terminal
claude --teleport

What Makes This Impressive?

FeatureWeb-based Claude CodeRemote Control
Execution locationAnthropic’s cloud infrastructureYour local machine
Local file accessNot availableAvailable
MCP serversNot availableUses local ones
Typical use caseStart tasks without setupContinue local work from another device

Use Cases

Use CaseDetails
Continue working on the goDirect and monitor coding started at your desk from your smartphone
Auto-recovery from network dropsAutomatically reconnects when your PC wakes from sleep
Monitor from multiple devicesCheck long-running task progress and give additional instructions from another PC or phone
Leverage your local environmentUse sensitive configs, MCP servers, and project-specific settings without exposing them to the cloud

Security Architecture

  • Local Claude Code sessions only make outbound HTTPS requests and never open inbound ports
  • All traffic is TLS-encrypted via the Anthropic API
  • Uses multiple short-lived credentials, each scoped to a single purpose and expiring independently

Current Limitations

  • One remote connection per session (no simultaneous multi-device operation)
  • Closing the terminal ends the session (runs as a local process)
  • Session times out after ~10 minutes without network connectivity
  • Pro and Max plans only (not available for Team or Enterprise plans, Research Preview stage)

Getting Started

  1. Install and authenticate: Install via npm and sign in with /login.
  2. Launch Remote Control: Run claude remote-control in your project directory and scan the QR code with your smartphone.
  3. Direct bug fixes on the go: Continue debugging started on your office PC from your smartphone while commuting.
  4. Reverse with --teleport: Pull a web-based Claude session into your local terminal to leverage local MCP servers and files.

Summary

Claude Code’s “Remote Control” feature enables a new development style: “use your local power from anywhere.” By choosing between cloud-based Web sessions and locally-executed Remote Control, you can maintain security while developing flexibly from any location. While still in Research Preview, Pro and Max plan users can try it right now. The development arena is evolving beyond the terminal to an environment accessible from anywhere.

ๅบƒๅ‘Š
Taro
taro@4-panel AI

Daily AI news explained through 4-panel manga comics. Get the latest AI developments in a fun, easy-to-understand format.

๐• ใƒ•ใ‚ฉใƒญใƒผ

Follow us on X (@4koma_ai_news) for the latest updates