Quick Start
This guide gets you from a local project directory to a running remote session. If you are running from source in this repository, use./dist/rmux in place of rmux.
1. Install Or Build
Install the published binary:2. Configure A Backend
Interactive setup writes./rmux.conf in the current directory:
AWS BYOC
GCP BYOC
gcp-check is read-only. It validates the active gcloud identity, project access, zone reachability, network configuration, and default Compute Engine service-account resolution.
Managed Cloud
rmux configure at http://localhost:4000 and use the seeded development key rmux_dev_key.
See the backend guides for the full setup surface:
3. Create The Environment
rmux new creates the environment, syncs the current directory, and attaches to the default main session.
Use --no-attach if you want to provision and sync without immediately connecting:
4. Work With Sessions
List sessions:5. Check Or Update The Environment
Show detailed status:6. Stop Or Remove It
Stop compute but keep the workspace:rmux env down <name-or-id> and rmux env down --all are also available when you need to stop a different environment visible to the current backend.
Next steps: