remote desktop - Windows 8 cannot connect remotely to Windows Server 2012

13
2014-04
  • raza naqvi

    I have installed Windows Server 2012 and then configured remote applications. At first it was working fine and I could be able to connect remotely and run remote applications from Windows 8 clients. But after few days the following error occurred:

    Remote Desktop Connection  
    This computer can't connect to the remote computer. Try connecting again.   
    If the problem continues, contact the owner of the remote computer or your network administrator.  
    

    However I still can connect from Windows 7 without any problem. Only Windows 8 has a problem and cannot connect remotely. Neither remote apps nor RDP is working.

  • Answers
  • Keltari
    1. Logon to the server locally
    2. Click Start, Run, type 'tscc.msc /s' and click OK
    3. In the Terminal Services Configuration snap-in double-click Connections, then RDP-Tcp in the right pane
    4. Click the Network Adapter tab, select the correct network adapter and click OK
    5. Make sure that you can establish an RDP connection to the server The change takes effect immediately. No need for a restart.

  • Related Question

    Remote Desktop Connection can't connect to Windows Server 2012
  • Guy Thomas

    Mission to Remote Desktop INTO Windows Server 2012 (standalone).

    Situation:

    • Control Panel, System, Remote Settings, Remote Desktop – Allow
    • All firewalls off
    • Connect attempt using a known IP address (ping works ok)
    • Connect Option as a user who has already logged on.

    Error message:

    Remote Access Cannot Connect
    1)  Remote access not enabled
    2)  Remote computer turned off
    3)  Remote computer not available
    

    Additional info:

    • The Server 2012 can RDC OUT.
    • The machines I use to connect IN are Windows 7 and Windows 8, they will RDC to other machines.
    • I have fair experience of configuring remote desktop.

    Question:

    Is this a fault of beta software on the 2012 server, or is there a new way of getting RDC to work that I am missing?


  • Related Answers
  • Nicholas

    I have noticed that sometime enabling remote desktop does not correctly enable the firewall exception for port 3389. Please check whether the appropriate rule is enabled. If it is, try disabling and immediately enabling the firewall. This worked for me on several occasions.

  • slhck

    You'll probably need a CAL (Client Access License) in order to access the Windows Server 2012's resources.

  • Gostega

    I was in a similar situation to you OP. I had a group policy to enable RDP. I checked that this was applying, and that I could ping the target server. In the 2012 server manager, it said "Remote Desktop: Enabled".

    However, after following the steps posted by sushant (cmd > systempropertiesremote) (which can also be reached by other methods e.g. sysdm.cpl) I reached the "Remote" tab of System Properties and saw that "Don't allow remote connections to this computer" radio button was selected. This was clearly the cause of my issue and as expected, selecting "Allow remote connections to this computer" enabled me to mstsc into the server.

    I also had another instance where even though RDC was enabled, the firewall port wasn't opened. I now have as standard in any domain I manage two policies, one to enable RDP, and the other to allow it through the firewall.

  • woliveirajr

    so I came across a problem while setting a static IP on a windows 2012 VM. When the static IP was set my VM became unresponsive to RDP or RDC. how i fixed it?

    1. go to control panel > Network and Internet > Network And Sharing

    2. top left corner change adapter settings

    3. right click on the network that needs the static IP assigned and select properties

    4. Select internet protocol Version 4 (TCP/IPv4)

    5. select use the following IP address and enter your static IP, subnet mask that is provided and default gateway that is provided

    6. Enter given and preferred DNS

    7. click ok and open command prompt and type : ipconfig /flushDNS

    in the above command prompt do not use the Collin and there IS a space after ipconfig

    1. after this is done reset the vm and try to rdp to you vm

    2. you vm is now running on static IP

    Jay Ess.

  • Toni

    I had the same problem with WINDOWS XP client wich could not connect to Windows 2012 R2 Remote Server.

    I solved the problem by unchecking this box on the server: "Allow connections only for computers running Remote Desktop with Network Level Authentication (recomended)".

    To find this settings on the Windows 2012 R2 : right click on "My Computer", choose "Properties" then "Remote Settings". In the screen wich will pop-up, you will find that checkbox.

    Probably XP does not suport "Network Level Authentication" and when the server requires this, the XP client cannot connect.

  • slhck

    How to enable Remote Desktop on Windows Server 2012:

    1. Move your mouse to bottom right of the screen and you would see a bar, Charm Bar.
    2. Click on the Search button, the one with magnifying glass. See the screenshot below:
    3. Enter CMD in the Apps search text box:
    4. Click on CMD on the left, it will launch the command prompt:
    5. In command prompt window, type SystemPropertiesRemote and hit Enter
    6. The above command would launch the System Properties windows.
    7. Select the appropriate option under Remote Desktop and click OK.
  • Guy Thomas

    After reviewing all the answers and comments, also trawling the internet for similar problems, my conclusion is that it's a file corruption problem on the Windows 2012 Server computer.

    Further indications
    a) This test machine has given disk problems before.
    b) sfc /scannow reveals errors.

  • slhck

    Please check whether you have changed the default keyboards.

    I had the same problem but as soon as I selected Keyboard - India, which I configured while installing 2012, the system allowed remote desktop connections again.

  • user250997

    The issue with the default keyboard certainly is one cause.

    On one server, I had removed the US keyboard (that was by default configured during installation), then tried to enable RDP, and it did not work.

    Once I re-installed the US keyboard, RDP started working!

  • Kevin Panko

    I had same problem with both XP and Windows 8 clients... it seemed the server wasn't properly connected to the domain, I rebooted server, logged in as Domain Administrator, and then when I tried to connect using RDP the Win 8 machine worked fine, XP wouldn't due to NLA as above.