New Orka users typically hit three different credential prompts before they can do anything useful, and none of the three are the same thing. Here’s how they fit together.Documentation Index
Fetch the complete documentation index at: https://macstadiuminc-fix-saml-sso-formatting-di524.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The three systems
1. MacStadium portal credentials
Your MacStadium account username and password. Use these to log in to portal.macstadium.com to access your IP Plan, manage billing, and request changes to your cluster. These credentials have nothing to do with Orka itself — they don’t let you deploy VMs or run CLI commands.2. Orka user tokens
Orka’s own authentication layer, separate from the portal. You log in with:3. VM credentials
The macOS username and password inside each VM. These are what you use to SSH in or connect via Screen Sharing. MacStadium base images ship with default credentials:- Username:
admin - Password:
admin
Quick reference
| Credential | Used for | Expires |
|---|---|---|
| MacStadium portal login | portal.macstadium.com — billing, IP Plan, account | No |
orka3 login token | CLI and web UI (human use) | 1 hour |
| Service account token | CI/CD pipelines and automation | 1 year (or never) |
| VM credentials | SSH, VNC into VMs | Never (until you change them) |
Common mistakes
Usingorka3 login in a pipeline. The token will expire mid-job and cause confusing authentication errors. Use a service account.
Rotating portal credentials and expecting Orka to break. They’re independent — changing your portal password doesn’t affect your Orka tokens or service accounts.
Leaving VM credentials at admin/admin. Every VM on your cluster shares the same default, so a single compromised VM credential means all of them are exposed.
