Skip to main content

Connect to Linux VPS

Updated over 2 months ago

If using Mac:

1. Open the Terminal application (Utilities);

2. On the command line, enter the SSH command:

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

3. When prompted, enter your VPS root password.

If using Windows:

You can find a detailed tutorial with pictures on how to connect to the server from Windows PC using a program called PuTTY in our knowledge base.

Note: If you have an issue accessing the server with the hostname, try to use the main IP address of your VPS.

If using Linux:

1. Open the Terminal Emulator in your device;

2. On the command line, enter the SSH command:

ssh root@IP_of_your_VPS

3. When prompted, enter your VPS ‘root’ password that you can find via our client area under Login Details.


Note: If you have an issue accessing your VPS, please contact our support team.

Note: If you have misconfigured your VPS and can't access the server, please use Emergency Console.

Did this answer your question?