Skip to content

Instantly share code, notes, and snippets.

@jeremiegirault
Created August 23, 2012 13:42
Show Gist options
  • Save jeremiegirault/3436710 to your computer and use it in GitHub Desktop.
Save jeremiegirault/3436710 to your computer and use it in GitHub Desktop.
start vnc server in compatibility mode on OSX
#!/bin/bash
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -on -restart -agent -privs -all -clientopts -setvnclegacy -vnclegacy -yes -setvncpw -vncpw somesecretpassword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment