For Mac users:
- Open the Terminal application (Utilities);
- On the command line, enter the ssh command:
User-Mac:~ User$ ssh ipadress -l root
- 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:
- Open the Terminal Emulator;
- On the command line, enter the ssh command:
ssh root@IP_of_your_VPS
- When prompted, enter your VPS ‘root’ password.