Connecting to VPS or dedicated server via SSH on macOS

Guide to using the built-in SSH client in macOS.

SSH (Secure Shell) is a secure protocol for remote server access. It lets you manage your VPS, dedicated server, or Web Hosting: install software, configure services, view logs, and run any commands directly from the terminal.

macOS has a built-in SSH client — no additional software is required.

Quick setup

  1. Open Terminal.
  2. Enter the following command:
ssh username@your_IP
  • username — the username on the server (usually root).
  • your_IP — the IP address or hostname of the server.

On first connection, you’ll see a warning about the server's unknown key:

The authenticity of host 'your_IP (your_IP)' can't be established.
ED25519 key fingerprint is SHA256:...
Are you sure you want to continue connecting (yes/no/[fingerprint])?

Type yes and press Enter — the server's key will be saved to your known_hosts file.

  1. Enter the password (root or your user):
root@your_IP's password:

Attention

No characters appear on screen while typing the password — this is normal and done for security. Just type it and press Enter.

Once entered successfully, you’ll be in the server’s command line.

Our products and services

Web HostingReliable hosting services for websites of any scale.
Order
VPSFlexible cloud infrastructure with full root access.
Order
Dedicated ServersBare metal servers for maximum performance.
Order

Useful tips

  • If you connect to the same server often, add an alias to your ~/.zshrc (or ~/.bash_profile):
alias myserver="ssh root@your_IP"

After that, connect with a single command: myserver.

Help

If you have any questions or need assistance, please contact us through the ticket system — we're always here to help!

Need help?Our engineers will help you free of charge with any question in minutesContact us