Skip to content

Instantly share code, notes, and snippets.

@stephenlauck
Last active April 3, 2024 04:26
Show Gist options
  • Save stephenlauck/c3948f3aeff2fc6896f13d9331f33817 to your computer and use it in GitHub Desktop.
Save stephenlauck/c3948f3aeff2fc6896f13d9331f33817 to your computer and use it in GitHub Desktop.
Commands to turn on remote management on Darwin mac.
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -configure -allowAccessFor -allUsers -privs -all
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -restart -agent -console


sudo -S /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -configure -activate -access -on -privs -all -allowaccessfor -allusers -restart -agent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment