Game Hosting

Monsoon Special: save up to 35% on Minecraft & game server plans Up to 35% off games

Claim offer

Connect to your VPS with SSH

VPS Hosting 1 min read Updated Sep 25, 2026

Connect to your VPS with SSH

Your VPS comes with full root access. SSH is how you log in.

What you need

The server's IP address, the username (usually root) and the password or key from your service details.

macOS and Linux

Open a terminal and run:

ssh root@YOUR_SERVER_IP

Type yes to accept the host fingerprint the first time, then enter the password.

Windows

Windows 10/11 include OpenSSH โ€” use PowerShell with the same command. Or install PuTTY: enter the IP in Host Name, port 22, click Open.

First steps after logging in

  1. Change the root password with passwd.
  2. Update the system: apt update && apt upgrade -y (Debian/Ubuntu).
  3. Secure the server โ€” see Secure a new Ubuntu VPS.

Can't connect?

  • Check the IP and that the VPS shows as Active.
  • A firewall on your own network may block port 22.
  • Open a ticket with the exact error text.

Was this not what you needed?

Tell us what you're trying to do and our team will help directly.

Open a support ticket Ask on Discord