Skip to main content

Connect to Linux VPS

S
Written by SaaSy
Updated this week

If using Mac:

1. Open the Terminal application (Utilities);

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

User-Mac:~ User$ ssh ID.s.time4vps.cloud -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 community forum.

If using Linux:

1. Open the Terminal Emulator;

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

ssh root@IP_of_your_VPS

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

Did this answer your question?