You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/roo-code-cloud/dashboard.mdx
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ There are two ways to access your Roo Code Cloud dashboard:
21
21
22
22
### Method 1: From the Roo Code Plugin
23
23
24
-
Once logged in, click the **account icon** <Codiconname="account" /> in the top right corner of the Roo Code plugin, then click **Visit Roo Code Cloud**.
24
+
Once logged in, click the **cloud icon** <Codiconname="cloud" /> in the top right corner of the Roo Code plugin, then click **Visit Roo Code Cloud**.
25
25
26
-
<imgsrc="/img/login/login-5.png"alt="Access dashboard from Roo Code plugin"width="600" />
26
+
<imgsrc="/img/login/login-12.png"alt="Access dashboard from Roo Code plugin"width="600" />
27
27
28
28
### Method 2: Direct Web Access
29
29
@@ -38,8 +38,19 @@ This allows you to access your dashboard from any web browser, even when not usi
38
38
The dashboard provides access to:
39
39
40
40
-**Task History** - View and manage your online task history
41
-
-**Account Settings** - Manage your profile and preferences
41
+
-**Account Settings** - Manage your profile and preferences
42
42
-**Sharing & Collaboration** - Access shared tasks and collaboration features
43
43
-**Usage Metrics** - Monitor your task, token, and cost-based usage
44
+
-**[Billing & Subscriptions](/roo-code-cloud/billing-subscriptions)** - Manage your Pro subscription and payment methods
45
+
-**[Roomote Control](/roo-code-cloud/roomote-control)** - Control VS Code tasks remotely (Pro feature)
44
46
45
-
Your dashboard syncs with your Roo Code extension to provide a comprehensive view of your coding assistant activity and collaboration workflows.
47
+
Your dashboard syncs with your Roo Code extension to provide a comprehensive view of your coding assistant activity and collaboration workflows.
48
+
49
+
## Pro Features
50
+
51
+
Upgrade to Pro ($20/month) to unlock:
52
+
-**Roomote Control** - Monitor and control tasks in VS Code from your browser
53
+
-**Enhanced Usage Limits** - Increased capacity for tasks and tokens
54
+
-**Priority Support** - Get help faster when you need it
55
+
56
+
Access billing at [app.roocode.com/billing](https://app.roocode.com/billing) or click **Billing** from your dashboard.
description: Control and monitor Roo Code tasks running in VS Code directly from your browser with Roomote Control's real-time bidirectional connection.
3
+
keywords:
4
+
- roomote control
5
+
- remote control
6
+
- remote tasks
7
+
- real-time monitoring
8
+
- workspace connection
9
+
- task control
10
+
image: /img/social-share.jpg
11
+
---
12
+
13
+
importCodiconfrom'@site/src/components/Codicon';
14
+
15
+
# Roomote Control
16
+
17
+
Roomote Control (also known as Remote Control) enables real-time monitoring and control of Roo Code tasks running in your VS Code extension directly from the Roo Code Cloud web interface.
18
+
19
+
## What is Roomote Control?
20
+
21
+
Roomote Control creates a bidirectional connection between your local VS Code extension and Roo Code Cloud, allowing you to:
22
+
23
+
-**Follow along in real-time** with task activity from your IDE
24
+
-**Monitor tasks** running in your IDE with live updates
- Shows connection status with green <Codiconname="wifi" /> indicator
34
+
- Displays workspace path and project name
35
+
- Maintains persistent connection during tasks
36
+
37
+
### Task Monitoring
38
+
39
+
- Live streaming of task messages and progress
40
+
- Visual indicators for task status (running, idle, interactive)
41
+
42
+
### Remote Task Control
43
+
44
+
-**Chat Interface** - Interact with the chatbox just as though you were in your IDE (includes message queuing, attaching images, changing modes, switching providers, and all standard chat features)
45
+
-**Start New Tasks** - Launch tasks in any connected workspace
46
+
-**Stop Running Tasks** - Safely terminate active tasks
47
+
-**Task Switching** - Navigate between tasks including resuming tasks that have been stopped or closed
48
+
49
+
:::note Pro Feature Required for Remote Control
50
+
While basic monitoring is available to all users, remote control capabilities (starting, stopping, and interacting with tasks remotely) require a [Pro subscription ($20/month)](/roo-code-cloud/billing-subscriptions#pro-plan-20month).
51
+
:::
52
+
53
+
## Getting Started
54
+
55
+
### Step 1: Connect Your Account
56
+
57
+
First, you need to connect your Roo Code extension to Roo Code Cloud. Follow the [login instructions](/roo-code-cloud/login#getting-started) to connect your account.
58
+
59
+
### Step 2: Enable Roomote Control
60
+
61
+
You can enable Roomote Control in two ways:
62
+
63
+
**Option 1: From the Web Dashboard**
64
+
1. Navigate to [app.roocode.com](https://app.roocode.com)
65
+
2. Toggle the **Roomote Control** switch on the top right of the home page
66
+
67
+
**Option 2: From the Roo Code Plugin**
68
+
1. Click the **cloud icon** <Codiconname="cloud" /> in the top right corner of Roo Code
69
+
2. Toggle the **Roomote Control** switch in the Cloud panel
70
+
71
+
### Step 3: Start a Remote Task
72
+
73
+
Once your account is connected and Roomote Control is enabled:
74
+
1. Your VS Code workspace(s) automatically appear in the web interface
75
+
2. Click **New Task** on any connected workspace card
0 commit comments