# Allow RDP Port to Specific IP Address

## Allow RDP Port to Specific IP address

Go to the Dashboard, click on the server, and select the Windows server.

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

## Create security group

Click on the view and open the Add Rule section

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

### Add rules&#x20;

There are no rules for this security group, to add rule click on the Add Rule ->

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

### Get your public IP&#x20;

To add the rule, first search for your public IP on Google by clicking on this [Link.](https://www.google.com/search?q=my+ip+address\&oq=my+ip+\&gs_lcrp=EgZjaHJvbWUqDggAEEUYJxg7GIAEGIoFMg4IABBFGCcYOxiABBiKBTIMCAEQABgUGIcCGIAEMgcIAhAAGIAEMgcIAxAAGIAEMgcIBBAAGIAEMgYIBRAFGEAyBggGEEUYPDIGCAcQRRg80gEIMTQ3MGowajmoAgCwAgE\&sourceid=chrome\&ie=UTF-8)

<figure><img src="/files/6MbtCvyOyCwnC1flTcLs" alt=""><figcaption></figcaption></figure>

Copy your public IP and the following IPs to add to the CIDR section of the rule.

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

### **Allow RDP Port**

**Allow the RDP port to follow these steps**

**Rule** :- custom protocol

**Description**:- RDP PORT ALLOW

**Direction**: Allow ingress and egress to one by one

**Open Port**:- Port

**Port Number**:- 3389

**Protocol**: TCP

**Remote**: select CIDR

**CIDR**:- your internet public IP

**Ether type**:- IPv4

Now click on the add rule

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

Same as **egress rule** ->

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

Now your **ingress** and **egress** ports are allowed.

<figure><img src="/files/4RtdCqSS5MwRAgkZSJUY" alt=""><figcaption></figcaption></figure>

## Access the server with RDP

Now access your window instance by using the port, Press the window+R key to open your Remote Desktop Connection Enter your IP and port

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

Enter the **Username and password**

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

Let's see if your instance has access.

<figure><img src="/files/LHaYq1gy1ogZRUONb8PO" 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://docs.neevcloud.com/neevcloud-products/networking/security-groups/allow-rdp-port-to-specific-ip-address.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.
