Start a Remote Session
Launch a remote coding session from the Vicoa mobile app or web dashboard after your machine is registered and online.
Quick Start
- Run
pip install vicoain a terminal to install Vicoa CLI - Run
vicoa daemonin the terminal and keep it running - Click "+ New Session" from mobile app or the web dashboard, select your machine, choose an agent, and start vibe coding anywhere
Prerequisites
- Follow the Getting Started guide to install the CLI and authenticate your account.
- Vicoa CLI version 1.1.0 or higher, check it with command
Upgrade the Vicoa CLI withvicoa --versionpip install vicoa --upgrade - Network connection
1. Register your machine
-
Open a terminal on the machine that will run the session.
-
Register the machine with a simple command:
vicoa daemon -
Leave the process running; it keeps your machine available for remote sessions. You can run it in a dedicated tab or background process.
Once the daemon connects, the machine shows up with its hostname in both the mobile app and the web dashboard.
2. Start a session from the mobile app
- Open the Vicoa mobile app and sign in with the same account you authenticated in the CLI.
- Click + New Session button.
- Pick the registered machine from the list. Machines that are online display a green status indicator.
- Select the AI agent you want to pair with (for example, Claude Code or Codex).
- Choose the working directory or edit the path
- Tap Start Session. The mobile app connects to the CLI, and the agent becomes available.
3. Start a session from the web dashboard
- Head to the Vicoa dashboard in your browser and sign in.
- Click + New Session.
- Select the registered machine. Offline machines are greyed out—refresh once the daemon is running.
- Pick the agent best suited for the task.
- Choose the working directory or edit the path
- Confirm with Start Session
Troubleshooting
- Machine not appearing: Ensure
vicoa daemonis still running and that the machine is connected to the internet. - Directory list empty: You can type the path to the directory for the first time, it will remember the path for the next time
You're now ready to jump into Vicoa sessions from anywhere.
Keep the daemon running and start sessions from whichever device is most convenient.