# Linux SSH

First, head to <https://termius.com/download> (we consider them the best SSH client for newbies, even we use them!)

<figure><img src="/files/ykFvwo1OiTyJ9fkZHErY" alt=""><figcaption><p>Termius SSH Download Page</p></figcaption></figure>

You'll want to choose the option to download the SSH Client with the best option that suits your OS. Don't worry, Termius is 100% free!

<figure><img src="/files/byRkIt9ZqfSjRzfcTiNJ" alt=""><figcaption><p>Termius Home Page</p></figcaption></figure>

Once you have signed up for a free account and are at the homepage on the app, you'll want to click the "New Host" button.

<figure><img src="/files/aE4adC72AwhMbWtSQajH" alt=""><figcaption><p>Setting up a new VPS</p></figcaption></figure>

Once on the new host page, the username for a Linux VPS will always be `root` and the SSH port should be left as default for 22, the VPS password should be given to you on purchase and you can reset it at the Settings -> Security tab on our VPS control panel once you click on your VPS. For the IP, you can head to the "Overview" tab and use the IPv4 address assigned to you (should be the first/top one), or the IPv6 address if you purchased a IPv6-only VPS. All VPS should have at a IPv6 address assigned for free of charge.

<figure><img src="/files/7PN0T3oTyJjKEu2Tce3t" alt=""><figcaption><p>Resetting a VPS Password</p></figcaption></figure>

Once you are done with the steps above, you can go ahead and click connect and every time if you are logging into the VPS for the first time or rebooted it, you will need to click Add & Continue or just Continue to add the newly generated fingerprint to your known hosts.

You are now in, welcome to your new Linux VPS!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.uniplex.xyz/vps/linux-ssh.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
