Skip to content
Claude Code·7 min read·English

Continue a Claude Code session from your phone

Remote Control connects the Claude mobile app or claude.ai/code to a session running on your computer. Your code, files, MCP servers, tools, and commands stay local. Your phone becomes the remote. This is the complete setup, with screenshots and checks after every step.

What you will have

  • Remote Control enabled in Claude Code
  • Your local session visible in the Claude mobile app
  • The ability to read, send messages, and approve actions remotely
  • A clear understanding of what stays local and how to disconnect

Before you start

  • A Claude Pro, Max, Team, or Enterprise plan
  • Claude Code signed in through claude.ai, not an API key alone
  • The Claude mobile app, or a browser that can open claude.ai/code
  • Your computer stays awake, online, and keeps the Claude Code process running
  • On Team and Enterprise, an Owner must enable Remote Control for the organization

Steps

  1. 01.Check your account and computer
  2. 02.Enable Remote Control
  3. 03.Open the session on your phone
  4. 04.Keep working in the same session
  5. 05.Stay in control and disconnect
STEP 01

Check your account and computer

Run the following command inside Claude Code. It shows which account and plan are active.

Copy
/status

If you are not signed in through claude.ai, run /login and choose your claude.ai account. An ANTHROPIC_API_KEY alone is not enough.

Check: /status shows a claude.ai login and a supported plan.

STEP 02

Enable Remote Control

In Claude Desktop, open Settings, choose Claude Code, then enable Enable remote control by default. Every new interactive session will register automatically.

Claude Desktop settings with Claude Code selected
Enable remote control by default toggle in Claude Code settings

To enable it only for the session you are already in:

Copy
/remote-control

Or start a new interactive session from the terminal:

Copy
claude --remote-control

Check: you see a session URL or the /rc active indicator.

STEP 03

Open the session on your phone

Open the Claude app, choose Code, and find the session with a computer icon and a green status dot. You can also open the session URL or scan the QR code shown on your computer.

Claude mobile navigation with Code
Connected Claude Code sessions in the Claude app

Check: the project name and conversation from your computer appear on your phone.

STEP 04

Keep working in the same session

You can send a message from your phone, follow task progress, see subagents and workflows, attach a screenshot or file, and answer questions or permission prompts. Your files and tools do not move to the phone. Claude Code continues to access them from your computer.

A synchronized Claude Code session open in the Claude mobile app

Check: send a test message from your phone and confirm it appears in the same session on your computer.

STEP 05

Stay in control and disconnect

  • Do not close the terminal or stop the Claude Code process
  • If the computer sleeps or the network drops, the session reconnects when the machine returns
  • A network outage of roughly ten minutes may end the local process
  • Run /remote-control again, or use the connection close button, to disconnect

What stays local?

Code execution and filesystem access stay on your computer. The connection makes outbound HTTPS requests and does not open an inbound port. The session transcript and tool activity are stored on Anthropic servers to keep devices synchronized, under Anthropic's data usage policy.

Troubleshooting

Remote Control requires a claude.ai subscription

Run /login and sign in through claude.ai. If ANTHROPIC_API_KEY is set in the environment, remove it from the session first.

Your organization disabled Remote Control

On Team or Enterprise, an Owner must enable Remote Control in Claude Code admin settings.

The session is missing on your phone

Confirm that the phone and computer use the same account and organization. Run /remote-control again for a fresh URL and QR code.

The session disappeared after closing your computer

Remote Control is not a cloud runtime. The local Claude Code process must keep running.

You see an alternate API endpoint error

Remote Control requires direct access to api.anthropic.com. Remove a custom ANTHROPIC_BASE_URL and restart.

AI-native products, workshops, and automations. Built from everywhere.

© 2026 Daniel Goldman