Files
wehub-resource-sync 680cc63b3d
Relay Deploy Dev / Deploy Relay Dev (push) Failing after 1s
Remote Deploy Dev / Deploy Remote Dev (push) Failing after 2s
Test / frontend-checks (push) Blocked by required conditions
Test / changes (push) Waiting to run
Test / backend-schema-checks (push) Blocked by required conditions
Test / backend-remote-checks (push) Blocked by required conditions
Test / backend-clippy (push) Blocked by required conditions
Test / backend-test (push) Blocked by required conditions
Test / tauri-checks (push) Blocked by required conditions
chore: import upstream snapshot with attribution
2026-07-13 12:12:58 +08:00

51 lines
2.0 KiB
Plaintext

---
title: "Remote Access"
description: "Access your local Vibe Kanban instance from another device"
---
Remote Access allows you to access a host instance of Vibe Kanban from another device, like your mobile phone.
# 1. Launch Vibe Kanban on the host device
Make sure you've started Vibe Kanban and logged in.
# 2. Generate a pairing code
Open the settings dialog, navigate to the `Remote Access` tab and click `Show pairing code`:
<Frame>
<img src="/images/remote-access-generate-pairing-code-settings.png" alt="Remote Access settings page on the host device with the Show pairing code button" />
</Frame>
Make a note of the pairing code:
<Frame>
<img src="/images/remote-access-generate-pairing-code-modal.png" alt="Pairing code modal on the host device showing the generated code" />
</Frame>
# 3. Log into Vibe Kanban cloud
On the client device where you'd now like to access your host machine from, navigate to [cloud.vibekanban.com](https://cloud.vibekanban.com) in a browser and log in.
# 4. Pair your client with your host
On your client, navigate to `Remote Access` and click `Link a host`. Select the relevant host from the dropdown:
<Frame>
<img style={{maxHeight: "500px"}} src="/images/remote-access-pair-host-mobile-form.png" alt="Remote Access page on mobile showing the Pair host form with host selection and pairing code input" />
</Frame>
Enter the pairing code you generated earlier and click `Pair host`:
<Frame>
<img style={{maxHeight: "500px"}} src="/images/remote-access-pair-host-mobile-select.png" alt="Remote Access page on mobile with the host dropdown opened before pairing" />
</Frame>
# 5. Access workspaces from your host device
You can now exit the settings page. You should see the paired host, clicking on the host will list the host's workspaces.
<Frame>
<img style={{maxHeight: "500px"}} src="/images/remote-access-cloud-mobile.png" alt="Vibe Kanban cloud remote access page on mobile showing a paired host and workspaces" />
</Frame>