All Products
Search
Document Center

AI Coding Assistant Lingma:Remote Control

Last Updated:May 19, 2026

Remote Control lets developers stay in control of running Qoder CN CLI Agents even when away from the computer — use your phone or browser to make critical decisions at key moments.

Qoder CN CLI offers two remote control modes:

  • 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 need to open a session first.

Remote control mode (remote control of local tasks)

Best when you already have a CLI session running on your computer and need to step away while keeping an eye on things. Once enabled, task progress syncs to your phone in real time. Your local computer must remain active.

  1. Enable remote listening

    In a running qoderclicn session, type:

    /remote-control

    On success, a QR code and URL will appear. Scan the QR code with your phone camera, or copy the URL to open in a browser.

  2. Connect from mobile

    Open the Qoder CN mobile app (log in with the same account). You will see the connected CLI session. Once connected, you can: view the local CLI's running status in real time, approve or reject operations that need authorization, and send new tasks from your phone.

  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 (dispatch tasks directly from mobile)

Daemon mode is also called a Daemon session. Best when you want to keep your computer on standby and dispatch new tasks from your phone at any time. In daemon mode, the CLI continuously receives and processes multiple tasks from the Qoder CN mobile app. Your local computer must remain active.

  1. Start the daemon

    Run directly in your project directory (no need to start a qoderclicn session first):

    qoderclicn remote-control

    On success, a QR code and URL will appear. Scan the QR code with your phone camera, or copy the URL to open 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 new task. You can send a second task without waiting for the first to finish. Each task's status and results are displayed 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 remote control connection status.

How do I access the web version?

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