DevTunnels
Access your Launchpad HQ dashboard remotely using Microsoft Dev Tunnels. Scan a QR code from your phone to connect.
Overview
Dev Tunnels create a secure tunnel from your local HQ server to a public URL, enabling remote access from any device — including your phone.
Setup
DevTunnel configuration is part of the onboarding wizard or can be changed in Settings.
Prerequisites
- Microsoft Dev Tunnels CLI installed
- Azure account for tunnel authentication
Via CLI
Start HQ with the --tunnel flag:
npx launchpad-hq --tunnelVia Settings
- Open Settings (gear icon in the top bar)
- Navigate to the DevTunnel section
- Toggle the tunnel on
- A QR code appears in the top bar for quick mobile access
QR Code Access
The top bar displays a clickable DevTunnel indicator. Clicking it shows a QR code that:
- Points to your tunnel URL
- Authenticates the remote device on scan
- Provides full dashboard access on mobile
Remote Access
Once connected via the tunnel, remote devices get:
- Full three-pane dashboard
- Real-time WebSocket updates (auto-upgraded to
wss://) - Project and session management
The browser automatically detects the HTTPS tunnel URL and upgrades the WebSocket connection to wss://. TLS terminates at the tunnel endpoint — daemon↔HQ traffic stays plain ws:// locally.
WARNING
Changing tunnel mode in Settings requires a restart to take effect.