[ self-hosted // jetkvm control plane ]
JetKVM Cloud
Adopt your JetKVM device into this private cloud and control it remotely from anywhere.
Adopt a device
From your JetKVM admin UI, go to Settings -> Cloud, pick Custom, and paste:
- Cloud API URL: https://api.kvm.bamboosec.com
- Cloud Application URL: https://kvm.bamboosec.com
Click Adopt KVM to Cloud. The device will redirect you back here to finish.
How it works
1. JetKVM device generates a temp_token and redirects you to /adopt?deviceId=...&tempToken=...
2. Your browser is gated by Cloudflare Access. Email-OTP login if not authed.
3. The /adopt page POSTs to the cloud API; device is claimed under your email.
4. Device polls /v1/devices/token, exchanges temp for long-lived secret_token.
5. Device fetches TURN credentials from /v1/iceConfig (Cloudflare Calls).
6. WebRTC peer connection established, video + input flow.
2. Your browser is gated by Cloudflare Access. Email-OTP login if not authed.
3. The /adopt page POSTs to the cloud API; device is claimed under your email.
4. Device polls /v1/devices/token, exchanges temp for long-lived secret_token.
5. Device fetches TURN credentials from /v1/iceConfig (Cloudflare Calls).
6. WebRTC peer connection established, video + input flow.