# RDP

{% hint style="info" %}
For a full remote connection management tool that supports privileged sessions, session recording and other advanced capabilities over zero-trust cloud connections, we recommend using our [KeeperPAM platform](/en/keeperpam/readme.md).

This RDP command described in Commander uses direct line-of-sight RDP connections.
{% endhint %}

### RDP command

Keeper Commander can launch RDP connections utilizing content and metadata stored in a Keeper Vault record. The `rdp` command is used to make connections. To use this command, pass it a record that holds the RDP connection details.

**Command:** `rdp`

**Detail:** Establishes RDP connection to remote Windows servers. This command is only available on Windows machines running Commander.

**Parameters:**

record UID or path to a record

{% hint style="info" %}
The RDP command is compatible with "Server" type records on Windows machines.
{% endhint %}

If no record is provided to the `rdp` command, all the compatible records in your vault will be listed

### Examples

Make a connection

```
rdp xwwCv4W3dJqYa22qMdykYw
```

See compatible records

{% code overflow="wrap" %}

```
My Vault> rdp
  #  Record UID              Type               Title                     Description
---  ----------------------  -----------------  ------------------------  ------------------------------
  1  xwwCv4W3dJqYa22qMdykYw  serverCredentials  RDP Connection            My_RDP_Login @ 10.0.161.7:3389
```

{% endcode %}


---

# 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.keeper.io/en/keeperpam/commander-cli/command-reference/connection-commands/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.
