Setup Guide
Step-by-step setup paths for common environments.
Local Development Setup
- Build the workspace.
- Start a local server runtime.
- Create and attach to a session.
bmux server start --daemon
bmux new-session dev
bmux attach dev
Hosted Quick Start
bmux setup
bmux host --status
SSH Kiosk Setup
For locked SSH access flows, configure kiosk profiles and generate sshd/wrapper artifacts:
bmux kiosk status
bmux kiosk init --all-profiles --dry-run
bmux kiosk init --all-profiles
bmux kiosk issue-token demo
See the full guide: Kiosk Access
Baseline Config Example
[connections]
default_target = "local"
[connections.targets.prod]
transport = "ssh"
host = "prod.example.com"
user = "bmux"
port = 22