Connection Guide

Remote macOS Access
SSH, VNC & Tailscale

Based on physical machine architecture, we provide multiple standard remote access methods. Whether you use macOS, Windows, or mobile devices, you can enjoy a smooth computing interaction.

Easiest Access

One-Click Web VNC Access

No client installation required. After successful purchase, simply log into the MACDATE dashboard, click the 'VNC Connection' button in device management, and control your remote Mac desktop directly in your browser.

Recommended (GUI)

macOS Screen Sharing (VNC)

01

On macOS, press Cmd + K to open 'Connect to Server'.

02

Enter the address vnc://[Your Server IP] and click connect.

03

Enter the 'Remote Access Password' provided in the dashboard to enter the desktop.

VNC
$ ssh user@macdate-server-ip
Connecting to macdate-server-ip:22...
Password: •••••••••••••••
Last login: Mon Jan 26 10:24:43 on ttys001
mac-m4-pro:~ user$ _
Developer's Choice (CLI)

Secure Shell (SSH)

Suitable for script execution, server management, and CI/CD workflows. We enable SSH access by default and recommend configuring SSH keys after your first login for higher security.

ssh user@[IP_ADDRESS]

Connecting from Windows?

You can download Microsoft Remote Desktop from the Store or use RealVNC Viewer. Both tools perfectly support remote desktop interaction with MACDATE physical machines.

Supports Retina Resolution
Local Disk Mapping

SSH vs Browser VNC vs Tailscale: Which to Use?

Protocol Best For Setup Required Latency
SSH Terminal, file transfer, OpenClaw, Xcode CLI builds SSH key or password Lowest
Browser VNC GUI apps, Xcode IDE, visual debugging None — works in any browser Low–Medium
Tailscale Private network, multi-node cluster access, team sharing Tailscale account + install Very low (P2P)

Recommended Access Method by Use Case

Running OpenClaw agents SSH
Xcode GUI builds and debugging Browser VNC
Connecting multiple nodes as a private cluster Tailscale
VS Code remote development SSH + Remote Extension

Remote Access FAQ

How do I reduce latency to my Mac mini M4 node?

Choose the region geographically closest to you or your end users. For interactive VNC sessions, browser VNC with hardware acceleration enabled gives the best responsiveness. SSH connections have the lowest overhead for CLI-heavy workflows.

Can multiple team members connect simultaneously?

Yes. You can create multiple SSH user accounts on your node. For simultaneous VNC and SSH sessions, macOS supports concurrent connections. Tailscale is the recommended setup for team-wide access with access controls.

Is the connection encrypted?

SSH connections use standard AES-256 encryption. Browser VNC sessions run over TLS. Tailscale uses WireGuard, which provides end-to-end encryption by default.

Help Center →