Windows: Accessing Your Server with Remote Desktop

This article explains how to use Remote Desktop to access your Windows server’s desktop from anywhere in the world.

Remote Desktop from a Windows Computer

  1. Click the Start button.
  2. Click Run…
  3. Type “mstsc” and press the Enter key.
  4. Next to Computer: type in the IP address of your server
  5. Click Connect.
  6. If all goes well, you will see the Windows login prompt.

Remote Desktop from a Linux Computer with RDesktop

  1. Open a command shell using xterm
  2. Type ‘rdesktop’ at the command prompt to see if you have rdesktop installed
  3. If rdesktop is installed, then proceed.  Otherwise, you will need to install the rdesktop package for your flavor of Linux.
  4. Type ‘rdesktop’ followed by your server’s IP address.  Then press Enter.
    • Example:
      $ rdesktop 72.52.246.40
  5. If all goes well, you will see the Windows login prompt.

Remote Desktop from Mac OS X

  1. Using Microsoft Remote Desktop (Mac OS X versions 10.9 and later):
    • Install Microsoft Remote Desktop from the Mac App Store.
    • Click the New button or use the shortcut Command + N to set up a connection to your server with the following settings:

      MacRDPSetup

      • PC name: You can use your server’s IP address or its hostname (if the hostname has an appropriate DNS record and resolves).
      • User name: To access the admin account, use "root" or “Administrator”.
      • Password: Enter the Administrator password.
      • Configure full-screen and multi-monitor settings to your preference.
    • Once you’ve filled in the appropriate settings, close the Edit Remote Desktops window.
    • Select your connection under My Desktops and press the Start button in the menu to connect (or simply press the return key on your keyboard).

      MacRDPConnect

    • If your server uses a self-signed SSL certificate, a message will be displayed as Remote Desktop is negotiating credentials. You can either press Continue to proceed with the connection or, to permanently store the certificate and connect directly in the future, click Show Certificate and then check the box next to Always trust … before clicking Continue to proceed.
  2. Using CoRD (Mac OS X versions 10.5 through 10.8 only):
    • Download and install the CoRD application here.
    • Open the application and click on the File menu, then New Server
    • You will be presented with a window where you can specify information about the server you are connecting to.
    • Enter the server’s hostname or IP address in the Address field.
    • You can alter the other settings in this window if you wish but all you need to start the connection is the address.
    • When you are finished making changes, press the enter/return key on your keyboard or simply close the new server window.
    • Your new server profile will appear in the list to the left side of the application. Double click on it and you will start the connection to your server.
  3. Using the Microsoft RDP Tool (Mac OS X versions prior to 10.7 only):
    • Download and install the Microsoft Remote Desktop Connection Client for Mac here.
    • When you open the application, you will be prompted for the “Computer:” you would like to connect to. You can enter the server’s hostname or IP address.
    • After you click Connect the client will ask for your user name and password. If it fails to connect, you can try again inside the remote connection window.
  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

What is Reverse DNS?

Reverse DNS (rDNS) is name resolution that looks up an IP addresses to obtain a domain name,...

Setting up Nameserver DNS Using cPanel/WebHost Manager

cPanel's WebHost Manager® (WHM) lets you use your own domain name as a nameserver for websites...

How to install the php-mcrypt module on a Plesk server

Question How to install the php-mcrypt module on a Plesk server? Answer Notes: The solution in...

How to change virtual hosts location in Plesk for Linux?

  In Plesk for Linux, transvhosts.pl utility can be used to change the location for all virtual...

How to disable directory browsing globally on whole WHM/cPanel server

o disable directory browsing/listing on whole server, follow these simple instructions: 1. Log...