# RDP

## About RDP

#### What is RDP?

**RDP (Remote Desktop Protocol)** is a proprietary network protocol developed by Microsoft, which provides a user with a graphical interface to connect to another computer over a network connection. It is the standard method for running a desktop session on a remote machine, allowing you to:

* **Work in a Graphical Environment**: Access a familiar, fully-featured Windows desktop remotely.
* **Run Applications and Commands**: Install and execute any application directly on the remote server.
* **Transfer Data**: Transfer files and clipboard content between your local machine and the remote instance.
* **Manage Full Sessions**: Control a complete desktop session, including sound and peripheral redirection.

#### RDP on Pictor

RDP is the primary connection method for Windows Instances rented on Pictor.

When creating a new Windows Instance on Pictor, you need to set up your connection credentials to authenticate and access the machine via RDP. Key credentials include:

<figure><img src="https://1913276630-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwPjKMG1lirj7mnKwlGT5%2Fuploads%2FeYzZoY14BVD0AlUV312X%2FPictor_GPU%20Renting_Create%20an%20Instance_Windows.png?alt=media&#x26;token=713a4500-a070-4c22-8e70-db008ca7a326" alt=""><figcaption></figcaption></figure>

1. **Username**: Default is set to <mark style="color:yellow;">user</mark> (currently, you can't customize it)
2. **Password**: The security key required to access your instance. You must set it following these rules:&#x20;

* *At least 10 characters*
* *One uppercase letter `(A-Z`)*
* *One lowercase letter `(a-z`)*
* *One number (`0-9`)*
* *One symbol (e.g. `!@#$%`)*

## Connect to Instances via RDP

{% stepper %}
{% step %}

#### **Ensure you have an RDP client**

To connect to your Pictor Windows Instance, you need an RDP client installed on your local machine. The RDP client depends on your operating system:

* **Windows**: You do not need to install an RDP client. **Remote Desktop Connection** is built-in and ready to use.
* **macOS**: You must install a client. We recommend the [Windows App](https://apps.apple.com/us/app/windows-app/id1295203466?mt=12), available on the App Store.
* **Linux**: You must install a client. We recommend clients such as Remmina or KRDC.
  {% endstep %}

{% step %}

#### **Get the instance's RDP information**

After launching your Windows Instance on Pictor, click the Connect button to get the RDP file.

<figure><img src="https://1913276630-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwPjKMG1lirj7mnKwlGT5%2Fuploads%2FkyVeony5SZbNZ5o0IT8L%2FDownload%20RDP%20file.png?alt=media&#x26;token=15131327-1a06-4055-bddb-580c2c65ca8e" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Open the RDP file and Enter credentials

Open the downloaded .rdp file and enter the password you set up during the instance creation.

<figure><img src="https://1913276630-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwPjKMG1lirj7mnKwlGT5%2Fuploads%2FE1kx5wkebPSgyalwMssM%2FPictor_GPU%20Renting_Connect%20to%20Instance_Windows.png?alt=media&#x26;token=4d50e322-1dea-449d-aa9c-adef304281e8" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Access the remote instance

You are now in the remote instance and can use it to work directly.

<figure><img src="https://1913276630-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwPjKMG1lirj7mnKwlGT5%2Fuploads%2FO8zK19SwgmV09yEi0ncK%2FPictor_GPU%20Renting_Connect%20to%20Instance_Windows%202.png?alt=media&#x26;token=ac66a024-3c52-48af-b15e-91c4554e9848" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## Important Notes

Connection to the remote Windows instance via RDP is one at a time. This means that only one user session can be active at any given moment.


---

# 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.pictor.network/docs/services/gpu-renting/connection-methods/rdp.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.
