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

# Как подключиться к удалённому рабочему столу Windows RDP

### Быстрый запуск подключения к рабочему столу

На всех версиях Windows предустановлена утилита **Подключение к удалённому рабочему столу** (Remote Desktop Connection). Запустить её можно следующим образом:

1. Откройте меню «Пуск» и начните вводить "Подключение к удалённому рабочему столу"
2. Выберите найденное приложение из списка
3. Либо нажмите **Win + R**, введите `mstsc` и подтвердите клавишей Enter

<figure><img src="/files/EdTwpPyfdPk1a2GUSuNP" alt="" width="412"><figcaption><p>Подключение к удалённому рабочему столу</p></figcaption></figure>

***

### Настройка подключения к удалённому серверу Windows

Чтобы подключиться к Windows серверу:

* Введите IP-адрес сервера в поле «Компьютер»
* Нажмите «Подключить»
* Введите имя пользователя и пароль (часто используется логин **administrator**)

> Эти данные обычно предоставляются при активации услуги.

Нажмите «Показать параметры», чтобы сохранить сессию в файл `.rdp` для повторного использования.

<figure><img src="/files/jvuZWP3H7DvOBwFrXE75" alt=""><figcaption><p>Подключение к удалённому рабочему столу</p></figcaption></figure>

***

### Причины, по которым RDP может не подключаться

Если соединение не устанавливается, проверьте:

* Корректность IP-адреса
* Состояние интернета
* Доступность сервера по сети
* Открыт ли порт 3389, используемый для RDP
* Разрешено ли удалённое подключение в настройках Windows

***

### Проблемы с авторизацией в RDP-сессии

Если соединение установлено, но вход невозможен:

* Убедитесь в правильности введённого логина и пароля
* Проверьте, не включена ли клавиша Caps Lock
* Проверьте раскладку клавиатуры
* Повторно введите данные вручную

Подобные ошибки легко устраняются при внимательной проверке данных входа.

***

### Наши ресурсы

**Telegram-канал:** <https://t.me/u1host>\
**U1HOST:** [https://u1host.com](https://u1host.com/)


---

# 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://wiki.u1host.com/vps/windows-rdp-access.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.
