Skip to content

CLI reference

jalth join

Join an existing jalth mesh.

Terminal window
jalth join <registry-url> [options]
ArgumentDescription
<registry-url>URL of the jalth registry Worker
FlagDescription
--auth-key <key>Auth key for headless join (no browser)
--device-name <name>Device name
--forceOverwrite MDM config for a different org
--ssh / --no-sshEnable or skip SSH setup (default: enabled)
Terminal window
# Interactive join (browser SSO)
jalth join https://jalth.myteam.com
# Headless server join
jalth join https://jalth.myteam.workers.dev --auth-key jalth_auth_...access.Token
# Named device
jalth join https://jalth.myteam.com --device-name staging-vm
  • Admin must add your email via jalth role set before interactive join
  • Auth keys are created with jalth auth-key create
  • See Join a mesh for enrollment details