After purchasing a VPS from Avalanche Hosting, the first step is connecting to your server so you can begin installing software, configuring services, or hosting applications.
The method you use depends on the operating system installed on your VPS.
Linux VPS → Connect using SSH
Windows VPS → Connect using Remote Desktop (RDP)
This guide explains both methods.
Linux servers are accessed using Secure Shell (SSH).
SSH allows you to securely connect to your server through a terminal.
This protocol is provided by:
OpenSSH
From your VPS control panel, locate:
Server IP Address
Username (usually root)
Password
You will need these details to connect.
Windows users can use:
PuTTY
or the built-in Windows terminal.
Example command:
ssh root@your_server_ipReplace your_server_ip with the IP address of your VPS.
Open your terminal and run:
ssh root@your_server_ipWhen prompted, enter your server password.
Once connected, you will see a command prompt for your VPS.
Windows VPS servers use Remote Desktop Protocol (RDP) to provide a graphical interface similar to a normal computer.
You can connect using:
Microsoft Remote Desktop
On Windows:
Press Windows Key + R
Type:
mstscPress Enter
This opens the Remote Desktop client.
In the Computer field, enter your VPS IP address.
Click Connect.
When prompted, enter:
Username: Administrator
Password: Provided in your VPS panel
Once logged in, you will see the Windows desktop of your VPS.
Check that:
The IP address is correct
Port 22 is open
SSH is enabled on the server
Check that:
Port 3389 is open
Your VPS is powered on
You are using the correct login credentials
To connect to your VPS:
Linux VPS
Open a terminal
Run:
ssh root@your_server_ipWindows VPS
Open Remote Desktop
Enter your server IP
Log in with your Administrator credentials
Once connected, you can begin configuring your VPS and installing the services you need.