To access your VPS via SSH, follow these steps:

1. Use an SSH client

Option 1: Using Termius (recommended)

Termius is a graphical SSH client, easy to use, and available on Windows, macOS, Linux, iOS, and Android. Here's how to use it:

All this information is available in the "Information about your new VPS" email that you received after your order.

Once these details are saved, click on the server to connect.

Option 2: Using the command-line SSH client

Operating systems like macOS, Linux, and even Windows (via PowerShell) have a built-in SSH client. Here's how to use it:

    1. Open the terminal:
      • On macOS and Linux, search for "Terminal".
      • On Windows, use PowerShell or the command prompt.
    2. Use the following command:
ssh [username]@[IP address]

Example:

ssh root@45.88.180.123
  1. Enter the VPS password when prompted.

If you have any questions or issues, feel free to contact our support team.

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