DEV Community

pineapplemeat
pineapplemeat

Posted on

Enable Apple Remote Desktop from commandline

Enable for all users

sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -off -restart -agent -privs -all -allowAccessFor -allUsers

Enter fullscreen mode Exit fullscreen mode

Disable for all users

sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -deactivate -configure -access -off

Enter fullscreen mode Exit fullscreen mode

https://support.apple.com/en-us/HT201710

Top comments (0)