Skip to content

Remote View

Remote View lets you see a supported IDE session's screen and interact with it directly from the dashboard.

Cloud is the main path for internet-facing remote access. On self-hosted, the same view works only through your local/LAN dashboard path.

Opening Remote View

  1. Open an IDE session from the dashboard or a machine's Workspace tab.
  2. Open Remote for that session.
  3. ADHDev opens the remote surface and starts the screenshot stream for that IDE session.

Viewing Modes

Split View

On desktop, the standard remote surface opens as a split dialog with chat on one side and the IDE screen on the other.

Remote-Only View

You can switch the same dialog into a remote-only mode when you want the screen to take over the full workspace.

Preview Surfaces

Some layouts also show a smaller screenshot preview before you open the full remote dialog.

Interaction

When Remote View is active, you can control the IDE session:

ActionDesktopMobile
ClickMouse clickTap
Right-clickRight mouse buttonLong press
Double-clickDouble clickDouble tap
TypePhysical keyboardOn-screen keyboard
ScrollMouse wheel / trackpadTwo-finger swipe
ZoomPinch to zoom

Visual Feedback

Every click shows a ripple effect at the click location so you know the click was registered.

Performance

Direct Connection (STUN)

When P2P connects directly (no relay), screenshots are fast and responsive:

  • Refresh rate adapts automatically (faster when screen changes, slower when static)
  • Quality: High (JPEG quality 25)

Relay Connection (TURN)

When P2P goes through TURN relay (usually when behind strict NAT):

  • Slightly slower refresh rate
  • Lower quality (JPEG quality 12) to reduce bandwidth
  • Still fully functional for monitoring and control

Plan-based Limits

Cloud account limits:

PlanPlan FloorRelay Budget
Free5 seconds60 minutes/day
Pro2 seconds4 hours/day
Team2 secondsUnlimited
EnterpriseNo added plan floorUnlimited

INFO

The relay budget applies to TURN-relayed screenshot time. Direct P2P paths do not consume that cloud relay budget.

INFO

These quotas are cloud plan limits. Self-hosted does not use cloud screenshot budgets, but it also does not provide the hosted remote-access path outside your network.

Troubleshooting

"CDP not connected" warning

Your IDE needs to be running with CDP enabled. Relaunch with:

bash
adhdev launch <supported-ide>

Black screen / No screenshots

  • Check that the IDE is actually open and visible on your machine
  • Verify P2P connection state
  • Try closing and reopening Remote View

Slow or laggy

  • Check if you're on TURN relay (shown in connection info)
  • Close other P2P-heavy applications
  • Try a network with better NAT traversal (STUN direct is fastest)

Session opens but remote controls feel limited

  • Treat Remote View as an IDE workflow first, not a blanket remote desktop promise
  • Cursor is the strongest current public starting point for Remote View
  • If the IDE itself is only partially validated, chat can still work better than remote controls

Next Steps

Hosted cloud docs live here. Open-source and self-hosted docs live in the OSS repository.