> For the complete documentation index, see [llms.txt](https://spacecore.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spacecore.gitbook.io/wiki/ua/windows/rdp-connect.md).

# Підключення через RDP

За замовчуванням підключення до серверів Windows здійснюється через RDP (Remote Desktop Protocol).

## Підключення до сервера

{% hint style="info" %}
Залежно від версії та локалізації системи, логін може відрізнятися. Зазвичай це:

* Administrator для більшості операційних систем англійською мовою
* Administrator для деяких систем російською мовою
* Admin для систем Windows 10/11
  {% endhint %}

Використовуємо комбінацію клавіш Win + R.

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

З’являється вікно, яке пропонує ввести команду для подальшого виконання, вводимо `mstsc`.

Це відкриває міні-додаток Windows для підключення до серверів за допомогою RDP. У рядку Computer вказуємо IP-адресу сервера, до якого потрібно підключитися.

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

Ім’я користувача Administrator вказується за замовчуванням. Далі відкриваємо розширені налаштування, натиснувши на кнопку «Show Settings».

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

У меню, що відкриється, ми можемо встановити прапорець, завдяки якому програма щоразу запитуватиме нові дані для авторизації на сервері.

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

Пробуємо здійснити перше підключення. Натискаємо на кнопку підключення. Нас просять ввести пароль від сервісу, вводимо і натискаємо «Запам’ятати».

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

Необхідно підтвердити підключення до сервера, встановлюємо прапорець, щоб запит більше не відображався, і натискаємо «Yes».

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

Починається процес підключення до віддаленого сервера...

***

Відкрилося велике вікно з порожнім робочим столом, це наш робочий простір.

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


---

# 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://spacecore.gitbook.io/wiki/ua/windows/rdp-connect.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.
