Official Remote Control: Installation & Setup

⏱ Est. reading time: 3 min Updated on 5/7/2026

Setting up the official Remote Control is straightforward once you meet the prerequisites.

Prerequisites

  • Claude Code Version: ≥ 2.1.79 for full VSCode support.
  • Account: Claude.ai account (Pro/Team/Enterprise).
  • Network: Access to claude.ai and Anthropic APIs.

Setup Steps

  1. Update Claude Code:

    npm install -g @anthropic-ai/claude-code@latest
    
  2. Login:

    claude /login
    
  3. Enable Bridge: Inside an active CLI session, type:

    /remote-control
    

    Or give it a name:

    /remote-control my-project
    
  4. Headless Mode: To start a remote environment host from your shell:

    claude remote-control --name "build-machine"
    

Enable Push Notifications

In claude.ai/code settings, enable "Push when Claude decides". This allows the agent to alert you on your phone when a long task is finished.