# Usage on any Linux VPS

{% embed url="<https://www.youtube.com/watch?v=ns3IKLu9Hug>" %}

## Step 1: Login to linux vps

Utilize your preferred SSH client to log in to Linux. There are various popular options available, such as Putty, Termius, Bitvise, and more. For the purpose of this guide, we will be using the Bitvise SSH client for the connection. You can download it from the following link <https://www.bitvise.com/ssh-client-download>

Fill Host, Username, Password then click login

<figure><img src="/files/vix9XuP5PiGYXFbbuqlx" alt=""><figcaption></figcaption></figure>

After login then click New Terminal Console

<figure><img src="/files/3Ag7UGncVLCK7ILOJoDc" alt=""><figcaption></figcaption></figure>

Terminal windows appears, we leave it there and get command from tinyinstaller to run

<figure><img src="/files/j7Dspzub4iblsgeh9ZrD" alt=""><figcaption><p>Terminal Console</p></figcaption></figure>

*If user is not root then run `sudo -i` command to switch to root*

## Step 2: Get the install command

To get started, you need an active **TinyInstaller access key.**

#### Login to TinyInstaller

Go to <https://tinyinstaller.top/login> then Enter your access key to continue.

<figure><img src="/files/XBiIO0F7aqOaHrVmNgJN" alt=""><figcaption></figcaption></figure>

#### Copy the command

<figure><img src="/files/z217dlAT33abrwcWnTOc" alt=""><figcaption></figcaption></figure>

#### Run command

Paste command to Terminal Console in previous step then press enter to run

<figure><img src="/files/w3Qe0Z1NPpvl851nZCO2" alt=""><figcaption></figcaption></figure>

#### Choose image

Input the corresponding number then press enter. E.g. I choose Windows 2016 then input 3

<figure><img src="/files/zVDMBOXWasKfsHDIDuqg" alt=""><figcaption></figcaption></figure>

#### Confirm installation process

Copy the tracking link then confirm by answer "y"

<figure><img src="/files/Gh8PNwzp0Yo55kARqE7c" alt=""><figcaption></figcaption></figure>

SSH terminal will be disconnected and we track progress on website by open Tracking link

<figure><img src="/files/zvZ1zHWVndg6GkUowf9t" alt=""><figcaption></figcaption></figure>

Track installation progress and get RDP access in website

<figure><img src="/files/h0Af8nRhswgzeJQxExib" alt=""><figcaption><p>Click Access information to see RDP password</p></figcaption></figure>

## Step 3: Connect to windows

Open Remote Desktop Connection

<figure><img src="/files/RKvkngJnKuaNUflmcsDb" alt=""><figcaption></figcaption></figure>

Copy access information from website to access to windows

<figure><img src="/files/BUVoLUm6uIFiS9LkdaXr" alt=""><figcaption></figcaption></figure>


---

# 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.tinyinstaller.top/install-guides/usage-on-any-linux-vps.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.
