# RDP connection

By default, connection to Windows servers is carried out via RDP (Remote Desktop Protocol).

## Connecting to the server

{% hint style="info" %}
Depending on the version and localization of the system, the login may be different. This is usually:&#x20;

• Administrator for most operating systems in English&#x20;

• Administrator for some of the systems in Russian.&#x20;

• Admin for Windows 10/11 systems.
{% endhint %}

We use the **Win + R** keyboard shortcut.

<figure><img src="/files/1jga225BUqOUuqcEns7T" alt=""><figcaption></figcaption></figure>

A window appears at the top that prompts you to enter a command for further execution, we enter **mstsc.**

This opens a Windows mini-application to connect to servers using RDP. The Computer line indicates the IP address of the server we need to connect to.

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

The **Administrato**r user name is specified by default. Next, we open the advanced settings by clicking on the Show Settings button.

<figure><img src="/files/7G8cE6IWT4njOalVw6eJ" alt=""><figcaption></figcaption></figure>

In the menu that opens, we can set a check mark, thanks to which the program will request new data for authorization on the server every time.

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

We are trying to make the first connection. Click on the connect button. We are asked to enter the password from the service, enter and = remember»

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

We need to confirm the connection to the server, tick the check box so that the request will not be displayed and press «Yes».

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

The process of connecting to the remote server begins...

***

A large window opened with an empty desktop, this is our workspace.

<figure><img src="/files/jEYmLQpLG6ltR9EplHrP" 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://spacecore.gitbook.io/wiki/en/windows/rdp-connect.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.
