Depending on the OS you picked, you connect via Remote Desktop (Windows) or SSH (Linux).
Your VPS is ready in a few minutes. How you connect depends on the operating system you chose.
Where your access details are
In your client area → your VPS you'll find the IP and the credentials (username and password). From there you can also power it on/off or reinstall it.
Windows Server → Remote Desktop (RDP)
- Open Remote Desktop Connection on Windows (or an RDP client on Mac/mobile).
- Enter your VPS IP.
- Log in with the Administrator user and the password we gave you.
Linux (Ubuntu, Debian…) → SSH
- Use an SSH client (terminal, PuTTY…).
- Connect with
ssh root@YOUR_IP. - Enter the root password.
You have full root/administrator access (KVM). For security, change the password on your first login.
Was this article helpful?