Headless
Reaching a Mac with no monitor: Screen Sharing, SSH and the blank-desktop problem
A Mac with no monitor is easy to reach and surprisingly hard to look at. SSH works immediately. Screen Sharing connects and then shows you a blank rectangle or a desktop the size of a postage stamp. The cause is not the network, and the fix takes a minute once you know what it is.
SSH: always turn it on
System Settings → General → Sharing → Remote Login. It costs nothing, it works whether or not a display exists, and it is the way back in when the graphical path breaks.
On Apple silicon running macOS 26 or later, Remote Login can even unlock FileVault at boot when networking is available, which is the one case where a headless encrypted Mac can start without someone at the keyboard.
Screen Sharing and why it looks broken
macOS renders a desktop only when a display exists. With nothing attached it creates a placeholder with no real framebuffer, so the remote picture is blank, tiny, or stuck at a resolution nothing can use.
Give the Mac a display and Screen Sharing becomes ordinary. A dummy plug does it in hardware for about ten dollars; a virtual display does it in software with nothing in the port. The full comparison is on the blank Screen Sharing page.
VNC clients and other platforms
Screen Sharing speaks VNC, so clients on Windows, Linux, iPad and Android all connect once you set a password under Screen Sharing’s computer settings. The same display caveat applies to every one of them.
Third-party remote tools install their own agents and are worth it mainly when you need file transfer or unattended access across the internet.
From outside the house
- Prefer a private network such as Tailscale or WireGuard: no ports open, works from anywhere, and the Mac never appears on the public internet.
- If you must forward a port, forward SSH only and tunnel Screen Sharing through it.
- Never expose a VNC port directly. It is scanned constantly.
When you want to sit in front of it
Remote access is for administration. When you actually want to use the Mac, an iPad on Sidecar gives you a real screen with real input and no extra hardware, and it disappears again when you leave. That is what using an iPad as a Mac mini’s display is for.