Remote Control: can read session from mobile but cannot send messages back

Status Fixed / completed
Maintainer reply None cached
Activity 7 comments · opened May 25, 2026 · closed Jun 26, 2026

Summary

When Remote Control is active in a Claude Code terminal session, the mobile side can see the conversation in real-time but messages sent from mobile never reach the terminal session. It's read-only in practice.

Steps to reproduce

  1. Enable Remote Control in a Claude Code terminal session (/remote-control)
  2. Open the active session on a mobile device (tested: Claude iOS app and mobile browser)
  3. Observe that the terminal session output is visible on mobile
  4. Attempt to send a message from the mobile side — message does not go through

Expected behavior

Messages sent from mobile should be received by the terminal session (two-way control).

Actual behavior

Mobile is effectively read-only. Sent messages are not received by the terminal.

Environment

  • Claude Code version: latest (up to date as of 2026-05-25)
  • Terminal OS: Windows 11 Pro
  • Mobile: iOS, tested both native Claude app and mobile Safari/Chrome browser
  • Account: same account on both terminal and mobile
  • remoteControlAtStartup: true in settings.json

Attempted fixes

  • Uninstalled and reinstalled the mobile app
  • Tried mobile browser instead of app
  • Verified same account on both devices
  • Verified Claude Code is up to date

View original on GitHub ↗

6 Comments

github-actions[bot] · 3 months ago

Found 3 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/60518
  2. https://github.com/anthropics/claude-code/issues/34619
  3. https://github.com/anthropics/claude-code/issues/54846

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

awirspr · 3 months ago

Update

After further testing, this appears to be machine-specific rather than a platform-wide bug. Remote Control two-way messaging works correctly on other computers using the same account. The issue only reproduces on one specific Windows 11 machine (ASUS Vivobook 16).

Likely causes on the affected machine: firewall rules, network config, or a WebSocket connection being blocked locally. Still investigating on our end, but flagging this in case it helps narrow the root cause for others hitting the same symptom.

dfumagalli · 3 months ago

I have the same issue, since yesterday. The Claude Code CLI -> Remote Android app worked very well for weeks.
Yesterday, suddenly, I can read the Claude Code session but if I type anything it won't be uploaded.
Furthermore, whenever Claude asks me to click the Accept button, I click it but nothing happens. I have to go physically on the desktop PC (Windows 10, JetBrains PHPStorm latest version) to authorize.

awirspr · 3 months ago
I have the same issue, since yesterday. The Claude Code CLI -> Remote Android app worked very well for weeks. Yesterday, suddenly, I can read the Claude Code session but if I type anything it won't be uploaded. Furthermore, whenever Claude asks me to click the Accept button, I click it but nothing happens. I have to go physically on the desktop PC (Windows 10, JetBrains PHPStorm latest version) to authorize.

It happened on another one of my computers today. Do you use avg? For some reason that might be the reason. Ironically I had Codex figure it out. Lol

joyhe1234-coder · 2 months ago

It happened to me this week after claude code upgrade on my desktop. the rc feature used to work with the same setup, now it is broken after the desktop update.

henryc314 · 2 months ago

I had this same issue and fixed it by adding the anthropic domains as exceptions in my Avast Antivirus, it looks like it was doing something to block the traffic.

Showing cached comments. Read the full discussion on GitHub ↗