> 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-connection-configuration.md).

# Налаштування підключення RDP

Інформація про налаштування міні-додатку Microsoft для підключення до віддалених серверів за допомогою протоколу RDP

## Налаштування віддаленого підключення

У головному вікні ми можемо зберегти або відкрити файл для швидкого підключення до сервера.

<figure><img src="/files/mBa8NRjsWj9sJjCCeXhM" alt="" width="317"><figcaption></figcaption></figure>

При натисканні кнопки «Save As» на робочому столі з’являється новий файл з розширенням .rdp.

<figure><img src="/files/444ErCrqL97513ABfNg2" alt=""><figcaption></figcaption></figure>

Двічі клацніть на файл, з'явиться вікно з підтвердженням підключення. Встановіть прапорець і натисніть «Connect».

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

Готово! Ми все ще підключені до нашого сервера, але навіть швидше.

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

## Налаштування екрану

Тут можна налаштувати дозволи вікна керування сервером, а також глибину кольору та відображення панелі підключення.

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

## Локальні ресурси

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

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

## Взаємодія

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

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

Функція «Permanent Bitmap Caching» використовується для запобігання проблемам з чорним екраном під час підключення. Також залишаємо прапорець для «Restore the connection in case of disconnection» (Відновлення підключення у разі роз'єднання).

## Додатково

Ви можете налаштувати автентифікацію сертифіката сервера, вибравши такі опції: «Connect without warning» (Підключатися без попередження), «Warn» (Попереджати), «Do not connect» (Не підключатися). Також можна налаштувати підключення через шлюзи.

<figure><img src="/files/8s85Nnr11Wy28qQcV2fX" 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-connection-configuration.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.
