Skip to main content
Guides

Remote Control

Remote Control lets developers keep real-time control over a running Qoder CN CLI Agent even when away from their computer, making key decisions from a phone or the web at critical moments. Qoder CN CLI provides two remote control modes:
  • Remote control mode: Enable remote listening in an existing CLI session to view and control running tasks from your phone in real time.
  • Daemon mode: Run the CLI as a background daemon process and dispatch new tasks from your phone at any time — no active CLI session required.

Remote control mode (remote control of local tasks)

Suitable when you already have a CLI session running on your computer and need to step away temporarily while continuing to monitor and operate it. 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
Once enabled, a QR code and URL are displayed. Scan the QR code with your phone camera, or copy the URL and open it in a browser to connect. 2. Connect from mobile Open the Qoder CN mobile app (log in with the same account); the connected CLI session appears. Once connected, you can:
  • View the local CLI's running status in real time
  • Interact with operations that require approval
  • Send new tasks from mobile, for example: "Help me optimize the interactions on this project page"
3. Remote execution Your local terminal executes the tasks you dispatch remotely, and all output is 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. Suitable when you want to keep your computer on standby and dispatch new tasks from your phone at any time. Running the CLI in daemon mode allows it to continuously receive and process multiple tasks from the Qoder mobile app. Your local computer must remain active. 1. Start the daemon Run the following command directly in your project directory (you do not need to start a qoderclicn session first):
qoderclicn remote-control
Once enabled, a QR code and URL are displayed. Scan the QR code with your phone camera, or copy the URL and open it in a browser to connect. 2. Dispatch tasks from mobile Tap the "+" button in the bottom-right corner of the Qoder CN mobile app to create a task.
  • You can send a second task without waiting for the first one to finish
  • The mobile app displays each task's status and results 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 the daemon Press Ctrl+C to exit this mode.

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.cn/agents in your browser to manage your remote tasks.
Remote Control - Qoder CN