Skip to content

Root & administrator access

Your machine is dedicated to you, with full root/administrator privileges. You can install software, manage users, change system settings, and configure macOS exactly as you would on a machine on your desk.

Your default account is an administrator. Use sudo for privileged actions:

Terminal window
sudo installer -pkg ./Tool.pkg -target /
  • Create a separate admin user before hardening the default one.
  • Add an SSH key for reliable, passwordless access.
  • Keep macOS and your tools updated (see Reboot & reset for safe restarts).

Because it’s bare metal, you can run Docker, Anka and other virtualization layers, CI runners, and heavy build workloads. See CI/CD & automation.