Skip to content

Instantly share code, notes, and snippets.

@amanjuman
Created September 4, 2022 19:22
Show Gist options
  • Save amanjuman/b910590f4f69182e6d9f7d2f77a0dd32 to your computer and use it in GitHub Desktop.
Save amanjuman/b910590f4f69182e6d9f7d2f77a0dd32 to your computer and use it in GitHub Desktop.
Install VNC Viewer on EC2 based Mac M1

Install and start VNC on the EC2 Mac instance:

sudo defaults write /var/db/launchd.db/com.apple.launchd/overrides.plist com.apple.screensharing -dict Disabled -bool false sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.screensharing.plist

Update the password for ec2-user

sudo passwd ec2-user

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