Get 10% discount for your first web hosting purchase. Promotion code: WELCOMEHOSTIMUL

How to Connect to Linux VPS?

For Mac users:

  1. Open the Terminal application (Utilities);
  2. On the command line, enter the ssh command:

User-Mac:~ User$ ssh ipadress -l root

  1. When prompted, enter your VPS root password.

For Windows users:

You can find detailed tutorial about how to connect to the server from Windows PC using program called PuTTY here.

For Linux users:

  1. Open the Terminal Emulator;
  2. On the command line, enter the ssh command:

ssh root@IP_of_your_VPS

  1. When prompted, enter your VPS ‘root’ password.