๐Ÿขbootmeh.devยทdocs
Dashboard โ†’

Sharing VMs

Share a VM

From the dashboard, click Share on any VM. This generates a unique share link and copies it to your clipboard.

Anyone with the link can access your VM's HTTPS endpoint without signing in.

Revoke access

Click Share again on a shared VM to unshare it. The previous link will stop working immediately.

Lobby

The Lobby tab shows all VMs that have been shared across your team. VMs prefixed with demo- are automatically visible in the lobby.

Create a shared demo VM:

ssh bootmeh.dev new --name=demo-myproject

Share via SSH

You can also grant SSH access to a teammate by adding their public key inside your VM:

echo "ssh-ed25519 AAAA... [email protected]" >> ~/.ssh/authorized_keys