Install
openclaw skills install mac-remote-accessDiagnose, configure, and recover remote access to a macOS machine over Tailscale. Use when setting up or troubleshooting Mac SSH, Screen Sharing/VNC, RealVNC...
openclaw skills install mac-remote-accessSet up or troubleshoot remote access to a Mac over Tailscale.
Run these first when local access to the Mac exists:
tailscale status
tailscale ip -4
sudo systemsetup -getremotelogin
sudo /usr/sbin/netstat -anv -p tcp | grep '\.5900 .*LISTEN'
nc -vz <Mac-IP> 5900
If Screen Sharing looks stuck, restart it:
sudo launchctl kickstart -k system/com.apple.screensharing
Use PowerShell and prefer TCP tests over ping:
Test-NetConnection <Mac-IP> -Port 22
Test-NetConnection <Mac-IP> -Port 5900
Interpretation:
Prefer explicit ACLs during troubleshooting.
Read references/acl-template.md for a minimal working example.
references/acl-template.md — minimal ACL templatereferences/checklist.md — baseline checklistreferences/sop.md — end-to-end operating procedurereferences/anydesk-rustdesk.md — GUI fallback setup and troubleshooting notes