CONNECTION PROTOCOLS

Launch Your Cloud Compute

Powered by native bare-metal hardware links, VPSMAC supports full access from industry-grade SSH to ultra-HD Screen Sharing. No matter what terminal you use, you can cross geographical boundaries and reap a near-zero latency 60FPS productivity experience.

VNC Browser Access

The fastest way to connect. Manage your Mac instance directly through your browser without installing any software.

macOS Screen Sharing

Preferred for macOS users. Utilize the system's built-in Screen Sharing tool for a near-native low-latency experience.

View Detailed Steps ↓

SSH Command Line

Ideal for development debugging, script execution, and CI/CD automation. Supports key authentication for the highest level of secure access.

View Command Examples ↓

macOS Screen Sharing Setup

01.

Open Finder Connection

Press Cmd + K

02.

Enter Address

Enter vnc://[IP_ADDRESS]

03.

Start Working

Enter the username and password provided in the Control Panel.

Connect to Server
vnc://103.145.x.x
Connect
# Standard SSH Access
ssh -p 22 root@ip_address

Developer SSH Access

Every Mac instance comes with OpenSSH pre-installed. You can access it via terminal just like a regular Linux server.