# Usage on Google Cloud

## Step 1 - Generate init script from TinyInstaller

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><p>Login</p></figcaption></figure>

#### Get Init Script

Then select Os and check Init Script

<figure><img src="/files/mnRNSzuq5sRvYxAg7PsL" alt=""><figcaption><p>Get Init script</p></figcaption></figure>

## Step 2 - Create Windows VPS on Google Cloud with Init Script

### Create new VM Instance

Login to Google Cloud then click CREATE INSTANCE

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

### Choose Location, Configuration

Choose location and server size for your needed. Make sure **Disk Size** is enough to run Windows. Do not choose ARM cpu, TinyInstaller supports Intel/AMD only.

<figure><img src="/files/uYoq3yIMlzoq7gi8jsM9" alt=""><figcaption><p>Make sure to increase Disk Size</p></figcaption></figure>

### Enable display device

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

### Set the initialization script

Switch to Advanced, then paste init script from TinyInstaller into Automation

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

### Create VM

Finally click CREATE button to create VM

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

### Instance created

<figure><img src="/files/J2ri9vTBPI2oAV3szWsU" alt=""><figcaption><p>Instance created</p></figcaption></figure>

After instance created we go back to TinyInstaller -> My Instances to check install status

## Step 3 - Check install status

You can monitor install processes at [My Instances](https://tinyinstaller.top/my-instances)

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

You can view status detail by click the link on status column

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

## Step 4 - Access to Windows

When installation done, you can copy it and access to RDP

<figure><img src="/files/9uAD2p9ZxOBbSBqjMcnt" alt=""><figcaption></figcaption></figure>

That's all, you now connect to windows via RDP. Everything is processed automatically.


---

# 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-google-cloud.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.
