Questions tagged [rdp]

Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft, which provides a user with a graphical interface to another computer.

The protocol is an extension of the ITU-T T.128 application sharing protocol. Clients exist for most versions of Microsoft Windows (including Windows Mobile), Linux, Unix, macOS, Android, and other modern operating systems. By default the server listens on TCP port 3389.

Microsoft currently refers to their official RDP server software as Remote Desktop Services, formerly "Terminal Services". Their official client software is currently referred to as Remote Desktop Connection, formerly "Terminal Services Client".

Source: Wikipedia (Remote Desktop Protocol)

36 questions
48
votes
3 answers

error - problem connecting to Raspberry Pi 3 with xrdp

I ran: sudo apt-get update sudo apt-get install xrdp I wen't to Windows 10 remote desktop connection and connected to my Raspberry Pi 3: Then I entered default credentials credentials (pi/raspberry) and I got this log: The login was successful…
Andrei
  • 635
  • 1
  • 10
  • 11
19
votes
3 answers

Does Raspbian come with a remote desktop (RDP) client?

Do you know if the Raspberry Pi's recommended OS Raspbian comes with a remote desktop (RDP) client as default, or one that I can download to remote desktop into a Windows 7 machine?
Jake Andrew
  • 325
  • 1
  • 2
  • 6
6
votes
4 answers

"connection problem, giving up" on xrdp with Raspberry Pi OS 11 (bullseye)

I installed xrdp on two Raspberry Pi 4 with 4 GB memory. The first one had a fresh installation of Raspberry Pi OS 11 with the full desktop environment, here everything works. The second one had the normal desktop instead of the full one. On the…
Lion
  • 247
  • 2
  • 4
  • 12
3
votes
2 answers

Remote Desktop connection (RDP) to Raspbmc

I read about RDP on Raspbian, but how about the Raspbmc desktop; is there a way to do a remotely connect into it?
Marius Butuc
  • 925
  • 3
  • 11
  • 20
3
votes
2 answers

How do I boot directly to a VNC or RDP session on a Raspberry Pi?

Is there a way to boot a Raspberry Pi directly to an RDP or VNC session? I don't want to boot to a full OS with a display manager and THEN RDP or VNC. I'd like to have the Pi boot and only do network, mouse, keyboard, sound and video... pulling…
jag7720
  • 31
  • 3
2
votes
1 answer

Connecting Raspberry Pi to 2 separate networks

Hi I was wondering if the following setup would work. I am trying to accomplish the following. Connect to VPN server from outside my network and then VNC or RDP and possibly SSH into the other raspberry pi and have access to resources shared on SMB…
Hani Umer
  • 127
  • 1
  • 2
  • 8
2
votes
1 answer

Raspberry Pi Fedora 18 ARM Remix Remote Desktop from Windows 7

I've installed the Fedora 18 ARM Remix for Raspberry Pi onto the SD card of my RasPi (type B). When connected by HDMI, Fedora and XFCE4 come up fine and without the HDMI i'm able to login through SSH easily from my other Windows box in the same…
PKM
  • 161
  • 8
2
votes
1 answer

A great rdp client

Is there an RDP client for Raspbian OS or smilar that has the fo llowing features: Dual full screen. Can share local resources like drives. Remote audio. Can be free or paid.
Benjamin Jones
  • 123
  • 1
  • 1
  • 4
2
votes
2 answers

Raspberry Pi remote desktop

I would like to control raspberry pi from remote desktop. I tried to use Microsoft remote desktop from my android phone, and it works fine. however I want that I will be able to log on the same session that shown on the raspberry pi screen, that's…
HLM
  • 23
  • 3
2
votes
1 answer

rdesktop can't change color depth (Model B+, Stretch)

I'm on a Raspberry Pi model B+. I'm running Raspbian-Lite 9 Jesse. My super lightweight GUI is xorg + fluxbox. The rdesktop command works great - EXCEPT... All of these commands give me the same color depth (24). I can't reduce the color depth to 8.…
1
vote
1 answer

How do I make a desktop shortcut for rdesktop?

I want know how to make a shortcut for rdesktop, the remote desktop client? I installed it with this command: sudo apt-get install rdesktop I searched in the path /usr/share/applications/ but I see any resktop.desktop Can you help to do that?
arnoldk
  • 113
  • 2
  • 4
  • 13
1
vote
0 answers

Automatic RDP connection on boot?

I'm attempting to make multiple thinclients using pi 3's to interact with a Windows program. So, using Remoteapp on windows 10 I've tried using freerdp and remmina to RDP to a windows machine but I cannot get a Remoteapp .rdp file to show only the…
paulkon
  • 111
  • 5
1
vote
0 answers

Debuggin Visual C++ for Linux via RDP

I've got a Pi 2 running Raspbian, for which I'm writing an application in Visual Studio 2017 Community, in Visual C++ for Linux. If I connect a display to the Pi's HDMI port and run my program from Visual Studio (in debug mode), I can see the…
Bas
  • 111
  • 3
1
vote
0 answers

Chromium issue on Rpi3 and Ubuntu 16.04

I can't get Chromium to work on Ubuntu MATE 16.04 for Rpi 3. I installed the one from the package manager. I already tried to do the answer here but I still have the same error. I'm not using display, only Xrdp with sesman-xvnc. When I try to launch…
user53127
  • 11
  • 2
1
vote
1 answer

Remote desktop to main session

I need help with xrdp; I need a remote desktop to the same "X server" the Pi boots into. Is this possible? E.g., if: I have the Pi with keyboard but no display and I want see input through remote desktop. I have the Pi connected to my TV and I…
Fires_CZ
  • 13
  • 5
1
2 3