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, Mac OS X, 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)

1234 questions
19
votes
4 answers

How to run a windows docker container on linux host?

can we run a windows docker container on linux host? also can take a RDP to windows docker container hosted on linux from other windows machines in the same network?
Docgyan
  • 655
  • 2
  • 12
  • 29
18
votes
5 answers

Unity mode for Remote Desktop

I typically have several remote desktop sessions going at the same time. Within these sessions I might be running different applications. VMware Workstation has a Unity mode that allows you to integrate guest applications with the host. I'd like…
Jeff Stong
  • 1,506
  • 4
  • 14
  • 26
18
votes
4 answers

How do I tell if my application is running in an RDP session

I have a .net winforms app which has a few animation effects, fade ins and scroll animations etc. These work fine however if I'm in a Remote Desktop Protocol session the animations start to grate. Can someone suggest a way of determining whether or…
Christopher Edwards
  • 6,589
  • 8
  • 43
  • 57
17
votes
1 answer

Docker container Windows, connect via RDP or VNC Client

Can't see visually a windows 10 container. I have tried to connect via RDP (exposing 3389 port via -p 3389:3389) I know that inside the container there is a virtual monitor (emulated at 1240x768). I have created a node server that return me a…
Alex Ferreli
  • 548
  • 1
  • 7
  • 14
17
votes
5 answers

Terminal session when minimized\disconnected returns a blank screen upon capturing desktop snapshot

I am using the below JAVA code to capture the desktop of a remote machine Robot robot = new Robot(); BufferedImage screenShot = robot.createScreenCapture(new Rectangle(Toolkit.getDefaultToolkit().getScreenSize())); ByteArrayOutputStream…
16
votes
15 answers

Developing via Remote Desktop

Has anybody any successful remarks about having a team working via Remote Desktop? In many workplaces, we put end users via Citrix and the applications on a central, powerful server. Sometimes the clients are in the same building as the server, but…
Jason
  • 16,739
  • 23
  • 87
  • 137
15
votes
2 answers

View the active remote desktop connection on a given computer

I am looking for a tool to know if a given computer on the local network is being remotely accessed by a user or not and ideally I'd like to know who that user is. In my company, we share virtual machines and we keep have to ask members in the team…
edeboursetty
  • 5,669
  • 2
  • 40
  • 67
15
votes
2 answers

How do I make rdpy-rdpmitm let client re-input username and password when password not incorrect

I use the rdpy-rdpmitm demo of rdpy to implement a rdp proxy, but I want to check the password before connecting to target and let client re-input username and password. My code is like this; how do I implement OnReady method? class…
sundq
  • 735
  • 2
  • 9
  • 28
15
votes
8 answers

Unable to RDP to EC2 instance

I created a VM using Hyper-V on my local machine which I can RDP onto fine. I exported the VHDX to VHD and then uploaded it to AWS via the API. This created a new EC2 instance for me but I cannot connect to it as it has no security keypair…
LDJ
  • 6,896
  • 9
  • 52
  • 87
13
votes
1 answer

Hosting RemoteAPP session within Winform

Keep coming back to this and cannot figure it out... I am creating an app for work that essentially compiles all of our tools into one easier to use GUI. One of the tools we use is something we use from a 3rd party and is hosted as a Remote App via…
Nabbic
  • 419
  • 3
  • 22
12
votes
2 answers

WPF: Prevent unload & load after RDP (dis)connect

When my WPF application is open, and I open a Remote Desktop Connect to my PC, WPF reloads the application (Unload and Load events on the main control are triggered). When I disconnect, this happens again. I understand that the UI has to be…
Coder14
  • 1,305
  • 1
  • 9
  • 26
11
votes
4 answers

How can I set up a CRON job using Windows Azure?

Is there a way to use the windows scheduled task to kick off a url or a exe on a schedule? Can I write a program as an exe then create a Azure VM then RDP into the Azure VM and hook it up to windows task scheduler?
OpTech Marketing
  • 417
  • 2
  • 6
  • 19
11
votes
1 answer

How to obtain Windows host key for RDP sessions?

My company admin just found the answer to this question as I was writing it, so I'm posting it here for others: I use xfreerdp to connect to a Windows 7 machine from Linux with RDP. Typically, I provide my credentials and the IP address of the…
Alex
  • 1,103
  • 1
  • 11
  • 24
10
votes
4 answers

windows remote desktop can't connect even if the firewall is off

I am trying to let my pc, which run at win7, accessible remotely, but I am able to. I did the following: checking "Allow Remote assistance connection to this computer. a set a password for my account. I setup the port forwarding on my router. set…
DoubleM
  • 454
  • 1
  • 3
  • 11
10
votes
8 answers

Does an RDP client library under Linux exist?

Are there any libraries for connecting as a client via Remote Desktop Protocol (RDP) in Linux? The language used is secondary to the issue of existence. Any mainstream language would do (e.g. C++, Perl, Java, Ruby, PHP, Python), and even less…
Bribles
  • 938
  • 9
  • 23
1
2
3
82 83