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.
Enable remote listening
In a running qoderclicn session, type:
/remote-controlOn 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.
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.
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 (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.
Start the daemon
Run directly in your project directory (no need to start a qoderclicn session first):
qoderclicn remote-controlOn 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.
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.
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 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.