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
-1
votes
1 answer

RDP over multiple ssh tunnels

I would like to access a remote desktop that is sitting inside office, below is my setup my laptop(Ubuntu) from home connected to internet (A) public Ubuntu instance connected to internet(B) 3)from B there is a reverse ssh tunnel created to a…
Skynet
  • 11
  • 1
-1
votes
3 answers

Remote desktop to Windows instance not working -AWS EC2 Free Tier

I am new to AWS and started setting up a EC2 instance. I have setup a Windows instance with VPC and security groups in place. But when I am trying to connect that instance via RDP, it gives an error : Remote Desktop can’t connect to the remote…
jammer
  • 151
  • 3
  • 23
-1
votes
2 answers

cant connect google instance via RDP

I can't connect my instance after I tried to change "Use the following IP address" in IPv4 settings (Control Panel -> Network and Internet -> Network and Sharing Center -> Ethernet - Properties -> IPv4 Settings) to a specified IP. I've tried to…
-1
votes
1 answer

AWS EC2 instance responds to DNS but doesn't allow RDP access nor ping

I have a EC2 Windows instance that used to work fine when accessing from RDP. I configured my website and everything but now when I try to access the machine from RDP i get a timeout everytime both using IP or the dns AWS provided. The weird thing…
-1
votes
1 answer

C# connect with RDP to windows server 2012

I need to do the following things: 1) Сonnect to the server 2) Run the application E:\backup\backup.exe 3) copy E:\backup\log.txt in E:\backup\history\ 18.11.16 20-54-32.txt where the file name will be changed to the current time. 4) Disconnect from…
Dunkan
  • 21
  • 2
-1
votes
1 answer

RDP Console Access Permission (MSTSC /admin)

How can I grant console access permission (via MSTSC.EXE /ADMIN) to a normal RDP user who is not a administrator or domain admin? We are using a load-balanced terminal server farm running on Windows Server 2008 R2 I have added the user to a new…
aciid
  • 11
  • 1
  • 2
  • 7
-1
votes
1 answer

I installed Active Directory on Windows 2012 R2, But now I can't log in VIA RDP

After installing the Directory Services Role and configuring and promoting the server to a domain controller the wizard automatically reboots my server. After the reboot, I can no longer log in to the server as before (via RDP). What happened? This…
-1
votes
1 answer

Sysinternals psexec not running on the remote desktop

I've got two Remote Desktops hosted by a Hyper-V. On Remote Desktop "A", I've got a .bat file, which I want to execute. On Remote Desktop "B", I've got a cmd open with psexec cmd ready to invoke .bat file on machine "A". "path-to\\psexec.exe" \\ip…
magic_turtle
  • 1,243
  • 3
  • 17
  • 37
-1
votes
1 answer

Remote Desktop Connection error while trying to connect to a t2.micro instance of Windows SQL Server on Amazon Web Services

I created a free t2.micro instance of Microsoft Windows Server 2012 R2 Base - ami-63489d00. I am unable to connect to the instance after downloading the remote desktop file. I have ensured that inbound RDP connections are allowed - in the security…
Nayan Tara
  • 11
  • 6
-1
votes
1 answer

Concurrent Remote Desktop Connection on VM in Server 2012

I am new to Server and VM things. I recently have the following scenario: I have 1 physical server that has server 2012 R2 installed on it. My task is to setup two windows 7 VM environment by hyper-v for testing. Since there are more than two…
Allen
  • 53
  • 1
  • 8
-1
votes
2 answers

Azure Remote Desktop - Access Denied

I'm currently facing an Access Denied error while connecting to an Azure VM. This VM is registered in an Active Directry. When I log with the AD credentials, I get an "Access Denied" error message with a "Ok" button without any other text on the…
-1
votes
1 answer

Reset Azure VM Password for Local Administrator Account

I was trying to change the local admin account's password, but mistakenly checked the change password on next login and as a result of that I can no longer RDP to the machine. I'm trying to reset the user credentials from Azure Powershell, but can't…
Jail
  • 880
  • 2
  • 15
  • 29
-1
votes
2 answers

RDP to ip address from onclick menuItem #c VS

I'm trying to launch a remote desktop session to a specified IP on an onClick function on a menuItem in VS. private void NAMEHEREToolStripMenuItem_Click(object sender, EventArgs e) { // launch remote desktop to 192.168.0.1 } So I…
Vaughan Slater
  • 115
  • 1
  • 2
  • 8
-1
votes
1 answer

RDP Disconnects when checking Printers option

When I RDP into my Azure VM it quickly disconnects when I select Local Resources and the checkbox for Printers. Therefore I can't get printing pass through to work. I can RDP fine without checking the printers box. Looking for assistance in…
Dustin
  • 1
-1
votes
1 answer

Not able to connect to Azure Virtual Machine using Remote Desktop after my VM got restarted

Today, my azure subscription credit has expired and my VM got shutdown automatically. I have added my credit and activated my account and restarted my virtual machine. But now, I am not able to remote login to my VM using Remote desktop like before.…