Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qoder.com/llms.txt

Use this file to discover all available pages before exploring further.

Remote Control lets developers stay in control of running Qoder CLI Agents even when away from the computer — use your phone or browser to make critical decisions at key moments. Qoder 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 qodercli 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 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
  • Send new tasks from your phone, e.g. “Optimize the interaction on this project page”
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 mobile app. Your local computer must remain active.
1

Start the daemon

Run directly in your project directory (no need to start a qodercli session first):
qodercli 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 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/agents in your browser to manage your remote tasks.