This guide walks you through the steps to connect to your server for the first time, whether you're using a Linux or Windows VPS.

Before getting started, make sure you have:

  • Your server's IP address

    • You can find your public IP address in the customer area. 
      • Navigate to Services 
      • Click on the server name
      • Scroll down till you get to "IP Addresses" This is your servers IP address.
  • The username (typically root for Linux or Administrator for Windows)

  • The password you received via the welcome email, or the updated password you changed.

  • A suitable remote connection client:

    • SSH client for Linux (e.g., Terminal or PuTTY)

    • Remote Desktop (RDP) client for Windows

You can find all of these details in your Welcome Email or by logging into your Client Portal.

  • You will need to add certain firewall rules, based on which method you are using to connect to your server. These details are included below.

 

For Linux VPS (Ubuntu, Rocky Linux, Debian)

You’ll connect via SSH.

On macOS or Linux:

  • Open your Terminal

  • Run the following command:

ssh root@YOUR_SERVER_IP

 

  • Accept the SSH fingerprint (first-time only)

  • Enter the servers password

 

On Windows (Using PuTTY):

  • Download PuTTY

  • Launch PuTTY and enter your server IP in the “Host Name” field

  • Click Open

  • Login as root and enter your password when prompted

 

 

For Windows VPS

You’ll connect using Remote Desktop Protocol (RDP).

On Windows:

  1. Press Win + R, type mstsc, and press Enter

  2. In the “Computer” field, enter your server IP

  3. Click Connect

  4. Enter:

    • Username: Administrator

    • Password: **YOUR_PASSWORD***

On macOS:

  1. Download Windows App from the Mac App Store

  2. Add a new desktop with your server’s IP

  3. Connect using the same credentials as above

Firewall Rules

For Linux VPS(SSH) and Windows VPS (RDP).

From your client area, navigate to "Services" then click on the server name. 

On the left hand side of the control panel, go to "Additional Tools" > "Firewall" 

 

Next, click on "+ Create Firewall Rule"

SSH Firewall Rule

  1. Enable the Firewall by toggling the switch "On"
  2. Enter your "Source" IP address. This is the public IP address you are establishing the connecting from
  3. Change the Protocol to "6 Transmission Control Protocol" 
  4. Enter "22" under the Destination Port
  5. Click "Confirm" to save the rule. 

 

RDP Firewall Rule

  1. Enable the Firewall by toggling the switch "On"
  2. Enter your "Source" IP address. This is the public IP address you are establishing the connecting from
  3. Change the Protocol to "6 Transmission Control Protocol" 
  4. Enter "3389" under the Destination Port
  5. Click "Confirm" to save the rule. 

You can also view the below knowledge base article which will guide you further on the possibilities and capabilities of configuring your firewall 

https://my.metrofilecloud.com/knowledgebase/4/Configuring-your-VPS-Firewall..html

If issues persist, please open a support ticket and our team will assist you.

Was this answer helpful? 0 Users Found This Useful (0 Votes)