Remote Control

更新时间:
复制 MD 格式

Remote Control lets you monitor and steer Qoder CN CLI agents from your phone or browser — even when you're away from your computer.

Qoder CN CLI offers two remote control modes. Choose the one that fits your situation:

Remote control mode

Daemon mode

When to use

You already have a CLI session running and need to step away

You want to dispatch tasks from scratch without opening a session first

How to start

Type /remote-control inside a running session

Run qoderclicn remote-control in your project directory

What runs on your computer

The existing CLI session

A background daemon process

Best for

Monitoring in-progress work and approving decisions remotely

Sending multiple independent tasks while away from your desk

  • Remote control mode: Enable remote listening in an existing CLI session to monitor and control running tasks from your phone.

  • Daemon mode: Run CLI as a background daemon and dispatch new tasks from your phone at any time — no active CLI session required.

Remote control mode

Use this mode when a CLI session is already running on your computer and you need to step away. Once enabled, task progress syncs to your phone in real time. Your local computer must stay active.

  1. Enable remote listening

    In a running qoderclicn session, type:

    /remote-control

    A QR code and URL appear. Scan the QR code with your phone camera, or open the URL in a browser.

  2. Connect from the mobile app

    Open the Qoder CN mobile app and log in with the same account. The connected CLI session appears automatically. From your phone, you can:

    • View the CLI's running status in real time

    • Approve or reject operations that require authorization

    • Send new tasks to the session

  3. Remote execution

    Your local terminal executes the tasks you dispatch remotely. All output files are saved on your local computer.

  4. Stop remote control

    In the CLI, type:

    /remote-control stop

Daemon mode

Also called a daemon session. Use this mode to keep your computer on standby and dispatch tasks from your phone at any time — no active CLI session required. The daemon continuously receives and processes tasks from the Qoder CN mobile app. Your local computer must stay active.

  1. Start the daemon

    Run the following command in your project directory. You do not need to start a qoderclicn session first:

    qoderclicn remote-control

    A QR code and URL appear. Scan the QR code with your phone camera, or open the URL in a browser.

  2. Dispatch tasks from mobile

    Tap the + button in the bottom-right corner of the Qoder CN mobile app to create a task. Dispatch a second task before the first one finishes — each task's status and results are tracked independently.

  3. Task processing

    The CLI processes tasks sequentially or in parallel. All generated files are saved on the computer running the CLI.

  4. Exit daemon mode

    Press Ctrl+C to exit.

FAQ

How do I check remote control status?

Type /remote-control status in the CLI to view the current connection status.

How do I access the web version?

Visit https://qoder.com.cn/agents in your browser to manage your remote tasks.