How to Connect to Your VPS (SSH or Remote Desktop)

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.

This guide explains both methods.


Connecting to a Linux VPS (SSH)

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:


Step 1: Locate Your Server Details

From your VPS control panel, locate:

You will need these details to connect.


Step 2: Connect Using a Terminal

Windows

Windows users can use:

Example command:

ssh root@your_server_ip

Replace your_server_ip with the IP address of your VPS.


macOS / Linux

Open your terminal and run:

ssh root@your_server_ip

When prompted, enter your server password.

Once connected, you will see a command prompt for your VPS.


Connecting to a Windows VPS (Remote Desktop)

Windows VPS servers use Remote Desktop Protocol (RDP) to provide a graphical interface similar to a normal computer.

You can connect using:


Step 1: Open Remote Desktop

On Windows:

  1. Press Windows Key + R

  2. Type:

mstsc
  1. Press Enter

This opens the Remote Desktop client.


Step 2: Enter Your Server IP

In the Computer field, enter your VPS IP address.

Click Connect.


Step 3: Enter Login Credentials

When prompted, enter:

Once logged in, you will see the Windows desktop of your VPS.


Troubleshooting Connection Issues

Unable to Connect via SSH

Check that:


Remote Desktop Connection Failed

Check that:


Summary

To connect to your VPS:

Linux VPS

  1. Open a terminal

  2. Run:

ssh root@your_server_ip

Windows VPS

  1. Open Remote Desktop

  2. Enter your server IP

  3. Log in with your Administrator credentials

Once connected, you can begin configuring your VPS and installing the services you need.