Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

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

Installation Process Connection process

Identifying Bedrock IP on your LAN

For easier identifrication you can check the label on the back side of the Bedrock to check the mac units addresses.

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

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

Default credentials:

Username: bedrock
password: root

Windows

From another Windows device:

  • search for remote desktop connection in your search bar.

image-20240417-140405.png
  • Open the app and type the IP you found in the previous step

image-20240417-140604.png
  • Enter your devices credentials and click OK

image-20240417-141014.png

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
  • Click on a new connection in the upper left corner

    image-20240417-142005.png

  • In the server and domain enter the IP address you found in the previous step

  • Enter the username and password

  • Click save and connect

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.

  • No labels