Quick answer: On Windows 10/11 open Windows Terminal or PowerShell and run ssh root@YOUR_SERVER_IP — OpenSSH is built in. For a Windows VPS, use Remote Desktop (mstsc) instead and log in as Administrator.
Overview
How you connect depends on what the VPS runs, not on your own PC: a Linux VPS is managed over SSH (terminal), a Windows VPS over RDP (graphical desktop). Windows 10/11 includes clients for both. PuTTY remains a popular alternative SSH client if you prefer a GUI with saved sessions.
Before you start
- Server IP and the root (Linux) or Administrator (Windows) password from your service page.
- Windows 10/11 with Windows Terminal or PowerShell, or PuTTY from putty.org.
Step-by-step guide
Linux VPS over SSH (built-in client):
- Press Win, type
terminal(orpowershell), open it. - Run:
ssh [email protected] - Accept the host key (
yes) and enter the password.
Linux VPS with PuTTY:
- Install PuTTY and open it.
- Host Name: your server IP, Port: 22, Connection type: SSH.
- Click Open, accept the host key, log in as
root. - Tip: enter a name under Saved Sessions and click Save to reuse it.
Windows VPS over RDP:
- Press Win+R, run
mstsc. - Computer: your server IP; click Connect.
- User:
Administrator, password from the service page. - Accept the certificate prompt on first connection.
Common issues
- ssh is not recognized? Install the "OpenSSH Client" optional feature (Settings → System → Optional features) or use PuTTY.
- RDP refuses to connect? The VPS may still be provisioning or rebooting — check the service page and try the KVM Console.
- Paste doesn't work in PuTTY? Right-click pastes in the PuTTY window.
When to contact support
If you can't reach the server via SSH/RDP and the KVM Console shows no response, open a support ticket with the IP and what you tried.
Frequently asked questions
Do I need PuTTY on Windows 10 or 11?
No — OpenSSH is built into PowerShell and Windows Terminal. PuTTY is an optional alternative with saved sessions.
How do I connect to a Windows VPS?
Use Remote Desktop: run mstsc, enter the server IP, and log in as Administrator with the password from your service page.
Related articles
- How to connect to VPS via SSH
- How to set up SSH keys
- How to reset VPS root password
- How to connect to your server (SSH & RDP)
Need a hand? Contact Cloud2Y support →
