Doug's profileDoug's PlacePhotosBlogListsMore Tools Help

Blog


    March 25

    Remote Desktop Access - Windows Home Server

     
    Ok, as I've mentioned previously, Windows Home Server allows Remote Access to the PC's on your home LAN, that support being a Remote Desktop Host.  You can also access the Server after you log into the web interface and go to the Computers tab, but...... you only get the Windows Home Server Console, not the full Home Server Desktop.  There are two work-arounds for this.
     
    1) If you're behind a hardware router, forward TCP/IP Port 3389 to the Windows Home Server machine's LAN IP Address.  This way you can use the Remote Desktop client to access your Windows Home Server's desktop directly. 
     
    2) On the Windows Home Server (either from the console or via Remote Desktop), open Windows Explorer and go to C:\Inetpub\Remote and locate the rdpload.aspx file.  Open this file in Notepad.  Locate the following two lines:
     
    MsRdpClient.SecuredSettings.StartProgram = "HomeServerConsole.exe -r";
    MsRdpClient.SecuredSettings.WorkDir = "c:\\Program Files\\Windows Home Server";
     
    These tell the browser based RDP session to use HomeServerConsole.exe as the "shell", with a command line parameter to tell it not to show the Minimize and Exit buttons.
     
    Replace the two lines, above, with the following two lines:
     
    MsRdpClient.SecuredSettings.StartProgram = "Explorer.exe";
    MsRdpClient.SecuredSettings.WorkDir = "c:\\Windows";
     
    Which tells the RDP session to use explorer.exe as the "Shell", which it normally is anyway. You can make other changes to the RDP settings, such as setting a timeout for idle sessions and others.  Be careful though, if you don't know what you're changing.
    Now, when you access your Windows Home Server from outside your LAN using the web interface, when you select Connect to my home server, from the Computers tab, you'll see the standard Desktop inside your browser window.

    Comments (1)

    Please wait...
    Sorry, the comment you entered is too long. Please shorten it.
    You didn't enter anything. Please try again.
    Sorry, we can't add your comment right now. Please try again later.
    To add a comment, you need permission from your parent. Ask for permission
    Your parent has turned off comments.
    Sorry, we can't delete your comment right now. Please try again later.
    You've exceeded the maximum number of comments that can be left in one day. Please try again in 24 hours.
    Your account has had the ability to leave comments disabled because our systems indicate that you may be spamming other users. If you believe that your account has been disabled in error please contact Windows Live support.
    Complete the security check below to finish leaving your comment.
    The characters you type in the security check must match the characters in the picture or audio.

    To add a comment, sign in with your Windows Live ID (if you use Hotmail, Messenger, or Xbox LIVE, you have a Windows Live ID). Sign in


    Don't have a Windows Live ID? Sign up

    floryjwrote:
    I did this with the exception of the WorkDir line and still do not get the desktop. I will add the second line but I don't think that is it. I see connect to your home server but when I logon using the administrator password I get the dreaded Cannot connect to your home server...etc. message Any ideas?
    18 Apr.

    Trackbacks

    The trackback URL for this entry is:
    http://dbknox.spaces.live.com/blog/cns!88395EF9CD7CB1DD!211.trak
    Weblogs that reference this entry
    • None