> For the complete documentation index, see [llms.txt](https://dev.solid-run.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.solid-run.com/amd/v3000/sbc-platform/bedrock-v3000-technical-documentation/software-bedrock-v3000/windows-bedrock-v3000/connecting-to-windows-11-rdp-remote-desktop-connection.md).

# Connecting to Windows 11 RDP (Remote desktop connection)

## Connecting to Windows 11 RDP (Remote desktop connection)

Bedrock V3000 lacks an integrated display adapter. Consequently, it cannot be used with a regular monitor setup, users must connect to the windows host using RDP.

This document describesthe RDP connection process on Bedrock V3000.

### **Table of Contents**

* [Connection process](#connectionprocess)
* [Identifying Bedrock IP on your LAN](#idip)
  * [Method 1](#ipmethod1)
  * [Method 2](#ipmethod2)
* [Connecting to RDP](#rdpconn)
* [Windows](#rdpwindows)
* [Linux](#rdplinux)

## Connection process

### Identifying Bedrock IP on your LAN

{% hint style="info" %}
For easier identifrication you can check the label on the back side of the Bedrock to check the mac units addresses.
{% endhint %}

#### Method 1

* Connect in the Bedrock Unit to your router and wait for about 30 seconds for it to compeletely boot, get an IP and enable the RDP functionality.
* Open your routers web interface
* Find the active DHCP leases and see what is the IP of your unit\
  example: (your routers web interface will probably look different)\
  ![image-20240417-135558.png](/files/m49pMaTx8VQAwrDgYMd7)

#### Method 2

* Connect in the Bedrock Unit to your router and wait for about 30 seconds for it to compeletely boot, get an IP and enable the RDP functionality.
* On your pc run:

```
arp -a
```

* You will see something like this:

```
arp -a
? (192.168.XXX.XXX) at XX:XX:XX:00:00:00 [ether] on enxb04f13d1835f
OpenWrt.lan (192.168.XXX.XXX) at XX:XX:XX:XX:XX:XX [ether] on enxb04f13d1835f
DESKTOP-450BDI5.lan (192.168.XXX.XXX) at 94:c6:91:a9:67:0f [ether] on enxb04f13d1835f
? (192.168.XXX.XXX) at <incomplete> on enxb04f13d1835f
my.firewall (192.168.1.1) at XX:XX:XX:XX:XX:XX [ether] on wlp3s0
DESKTOP-S57BJI2.lan (192.168.17.182) at d0:63:b4:05:b3:63 [ether] on enxb04f13d1835f
```

* Identify the ip address of your Bedrock unit

### Connecting to RDP

{% hint style="info" %}
**Default credentials:** Username: bedrock\
password: root
{% endhint %}

#### Windows

From another Windows device:

* search for remote desktop connection in your search bar.

![image-20240417-140405.png](/files/G0dhGSJe6HwzXbiXRE6U)

* Open the app and type the IP you found in the previous step

![image-20240417-140604.png](/files/BOD4Nvq0wh91MnDUSJWH)

* Enter your devices credentials and click OK

![image-20240417-141014.png](/files/Z4gdsZTM77Oehidmr0se)

#### Linux

* instal Remmina

```
sudo apt-add-repository ppa:remmina-ppa-team/remmina-next
sudo apt update
sudo apt install remmina remmina-plugin-rdp remmina-plugin-secret
```

* Open remmina

![image-20240417-141838.png](/files/hcF78CgS7FbHvwvfbN0O)

* Click on a new connection in the upper left corner![image-20240417-142005.png](/files/Z70R83uGeCcgz3KbkrhF)
* In the server and domain enter the IP address you found in the previous step
* Enter the username and password
* Click save and connect

{% hint style="info" %}
Note:\
You can also cnhange the connection connection name in the upper part. You can also share a folder with the windows machine you are connecting to.
{% endhint %}


---

# 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:

```
GET https://dev.solid-run.com/amd/v3000/sbc-platform/bedrock-v3000-technical-documentation/software-bedrock-v3000/windows-bedrock-v3000/connecting-to-windows-11-rdp-remote-desktop-connection.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.
