Claude Code Remote Control: Continue Local Sessions from Any Device

✍️ OpenClawRadar📅 Published: February 25, 2026🔗 Source
Claude Code Remote Control: Continue Local Sessions from Any Device
Ad

Claude Code Remote Control connects claude.ai/code or the Claude mobile apps to a Claude Code session running locally on your machine. You can start a task at your desk and pick it up from your phone or another computer while Claude keeps running locally the entire time—nothing moves to the cloud.

Key Features

With Remote Control you can:

  • Use your full local environment remotely: your filesystem, MCP servers, tools, and project configuration all stay available
  • Work from both surfaces at once: the conversation stays in sync across all connected devices, so you can send messages from your terminal, browser, and phone interchangeably
  • Survive interruptions: if your laptop sleeps or your network drops, the session reconnects automatically when your machine comes back online

Unlike Claude Code on the web, which runs on cloud infrastructure, Remote Control sessions run directly on your machine and interact with your local filesystem. The web and mobile interfaces are just a window into that local session.

Requirements

Before using Remote Control, confirm that your environment meets these conditions:

  • Subscription: requires a Pro or Max plan. API keys are not supported. Remote Control is not available on Team or Enterprise plans.
  • Authentication: run claude and use /login to sign in through claude.ai if you haven't already
  • Workspace trust: run claude in your project directory at least once to accept the workspace trust dialog
Ad

Starting a Remote Control Session

You can start a new session directly in Remote Control, or connect a session that's already running.

For a new session, navigate to your project directory and run:

claude remote-control

The process stays running in your terminal, waiting for remote connections. It displays a session URL you can use to connect from another device, and you can press spacebar to show a QR code for quick access from your phone. While a remote session is active, the terminal shows connection status and tool activity.

This command supports the following flags:

  • --verbose: show detailed connection and session logs
  • --sandbox / --no-sandbox: enable or disable sandboxing for filesystem and network isolation during the session. Sandboxing is off by default.

If you're already in a Claude Code session and want to continue it remotely, use the /remote-control (or /rc) command:

/remote-control

This starts a Remote Control session that carries over your current conversation history and displays a session URL and QR code you can use to connect from another device. The --verbose, --sandbox, and --no-sandbox flags are not available with this command.

Use /rename before running /remote-control to give the session a descriptive name. This makes it easier to find in the session list across devices.

Connecting from Another Device

Once a Remote Control session is active, you have a few ways to connect from another device:

  • Open the session URL in any browser to go directly to the session on claude.ai/code
  • Scan the QR code shown alongside the session URL to open it directly in the Claude app
  • Open claude.ai/code or the Claude app and find the session by name in the session list

Remote Control sessions show a computer icon with a green status dot when online. The remote session takes its name from your last message, your /rename value, or "Remote Control session" if there's no conversation history.

If the environment already has an active session, you'll be asked whether to continue it or start a new one.

📖 Read the full source: HN AI Agents

Ad

👀 See Also

Automating Claude Desktop Release Notes from Minified Electron Apps
Tools

Automating Claude Desktop Release Notes from Minified Electron Apps

A developer created an automated pipeline using Claude Sonnet and Opus 4.6 to generate release notes for Claude Desktop on Linux, addressing the lack of official release notes from Anthropic. The system extracts, normalizes, and analyzes minified Electron app code as part of a CI/CD workflow.

OpenClawRadar
PocketBot: iOS app uses Claude to generate deterministic JavaScript automations from natural language
Tools

PocketBot: iOS app uses Claude to generate deterministic JavaScript automations from natural language

PocketBot is an iOS mobile automation app that uses Claude via AWS Bedrock to convert plain-language requests into self-contained JavaScript scripts. The LLM writes the code once, then the deterministic scripts run on schedule in a sandboxed runtime without AI involvement.

OpenClawRadar
Orloj: Declarative Orchestration Runtime for Multi-Agent AI Systems
Tools

Orloj: Declarative Orchestration Runtime for Multi-Agent AI Systems

Orloj v0.1.0 is an open-source orchestration runtime that lets you define AI agents, tools, policies, and workflows in YAML manifests with GitOps. It handles scheduling, execution, governance, and reliability for production multi-agent systems.

OpenClawRadar
Heddle: Trust Enforcement and Audit Logging for Claude Desktop MCP Connections
Tools

Heddle: Trust Enforcement and Audit Logging for Claude Desktop MCP Connections

Heddle is an open-source tool that adds trust tiers, access controls, and audit logging to Claude Desktop's MCP connections, allowing secure management of multiple services through a single interface with six starter packs included.

OpenClawRadar