> For the complete documentation index, see [llms.txt](https://docs.vibeshost.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vibeshost.com/gtq/windows/how-to-connect-to-your-windows-vps.md).

# How to connect to your windows VPS

{% hint style="warning" %}
You will receive the credentials of your purchase in your mailbox, we recommend checking the SPAM folder if you see that it does not appear, once it has been processed the credentials are always sent by mail.
{% endhint %}

Once you have the login credentials on your mailbox you will do this steps

{% tabs %}
{% tab title="Windows" %}

1. Open your windows search bar and search "Remote Desktop".
2. In the "Computer" field you will put the server IP Address.

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

3. Select Show Options&#x20;
4. Enter your username and "Save"
5. Click on Connect
6. You will see this:

<figure><img src="/files/4V6iJ5TQ1wnjXYb7IhBE" alt=""><figcaption></figcaption></figure>

7. On the first Field you need to put your username, usually is "Administrator" or "Administrador"
8. On the second you need to put your password and select "Remember my credentials".
9. Click OK and you will be connected to the VPS, *the first time you will see a Warning*.

<figure><img src="/files/1UOXehvSE8KGzxZ5FPev" alt="" width="357"><figcaption><p>On this case do the steps 1 and 2</p></figcaption></figure>
{% endtab %}

{% tab title="MacOS" %}

1. Download Remote Desktop or Windows APP on the APPSTORE (on Oct '24 microsoft changed the icon and the name of the app).

<figure><img src="/files/oRkmrNALDv2ARSdwLXew" alt="" width="375"><figcaption></figcaption></figure>

2. Open the app, you will see this:

<figure><img src="/files/vw4wAeHf9TzOFR1gtJeQ" alt="" width="563"><figcaption></figcaption></figure>

3. select the + button and "Add PC"

<figure><img src="/files/HukN2rBD7MS4pB8sqqjW" alt="" width="563"><figcaption></figcaption></figure>

4. Set the IP Address of the server on "PC NAME:", and a name to identify on "Friendly Name"

<figure><img src="/files/sf157VAwgginGq6066Uk" alt="" width="563"><figcaption></figcaption></figure>

5. If you want to save the credentials change "Ask when required" on credentials category to "Add Credentials" and add it.

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

6. Select connect once you save the credentials and you will be connected to the server.
   {% endtab %}
   {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.vibeshost.com/gtq/windows/how-to-connect-to-your-windows-vps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
