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 |
Run |
|
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.
-
Enable remote listening
In a running qoderclicn session, type:
/remote-controlA QR code and URL appear. Scan the QR code with your phone camera, or open the URL in a browser.
-
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
-
Remote execution
Your local terminal executes the tasks you dispatch remotely. All output files are saved on your local computer.
-
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.
-
Start the daemon
Run the following command in your project directory. You do not need to start a qoderclicn session first:
qoderclicn remote-controlA QR code and URL appear. Scan the QR code with your phone camera, or open the URL in a browser.
-
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.
-
Task processing
The CLI processes tasks sequentially or in parallel. All generated files are saved on the computer running the CLI.
-
Exit daemon mode
Press
Ctrl+Cto 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.