Connect to your VPS with SSH
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
- Change the root password with
passwd. - Update the system:
apt update && apt upgrade -y(Debian/Ubuntu). - 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