Skip to Content
Cloud Workspaces

Cloud Workspaces are managed VMs with the Pane daemon pre-installed. Open your local Pane app, connect with a single code, and start creating panes. No SSH keys, no server config, no daemon installation.

Remote Architecture
Your Laptop
Pane UI
Renders output
Sends input
Tailscale / SSH
encrypted
Remote Host
Pane Daemon
Agents + Terminals
Git Worktrees

How It Works

Your laptop runs the Pane UI. The cloud VM runs agents, terminals, and git worktrees. Every keystroke and command travels over an encrypted Tailscale tunnel. The VM does the heavy lifting; your laptop just renders output and sends input.

Cloud vs Self-Hosted

Cloud WorkspacesSelf-Hosted
SetupOne-click connectOne command via Settings or CLI
InfrastructureManaged VMYour own machine or VM
AuthBuilt-inBearer token via setup
Data locationCloud VM (your account)Your host machine
ScalingResize or add VMsManual provisioning

Connecting

  1. Open Settings > Remote Pane on the client machine.
  2. Paste the pane-remote://... code into the Connection Code field.
  3. Click Import & Connect.

Pane verifies the connection and saves the profile. Your cloud workspace projects appear in the sidebar once connected.

Host Status

Once connected, Settings > Remote Pane shows the live host status:

  • Remote host live (green dot) means this machine is accepting remote connections.
  • Paired clients lists every device that has imported a connection code.
  • Stop Remote Host shuts down the daemon and disconnects all clients.

You can also set the Machine Label and Listen Port from this panel, and choose an access mode: Tailscale (recommended), SSH Tunnel, or Manual HTTPS.

Cloud VM volumes persist across stop/start cycles. Your repos, worktrees, agent configs, and shell history remain intact. Only destroying the VM removes its data. Snapshots are available for backup before destructive operations.

Last updated on