jalth join
Join an existing jalth mesh.
jalth join <registry-url> [options]Arguments
Section titled “Arguments”| Argument | Description |
|---|---|
<registry-url> | URL of the jalth registry Worker |
Options
Section titled “Options”| Flag | Description |
|---|---|
--auth-key <key> | Auth key for headless join (no browser) |
--device-name <name> | Device name |
--force | Overwrite MDM config for a different org |
--ssh / --no-ssh | Enable or skip SSH setup (default: enabled) |
Examples
Section titled “Examples”# Interactive join (browser SSO)jalth join https://jalth.myteam.com
# Headless server joinjalth join https://jalth.myteam.workers.dev --auth-key jalth_auth_...access.Token
# Named devicejalth join https://jalth.myteam.com --device-name staging-vm- Admin must add your email via
jalth role setbefore interactive join - Auth keys are created with
jalth auth-key create - See Join a mesh for enrollment details