Jump to content

How do I connect to a Windows Remote server?


Chen
 Share

Recommended Posts

by this do you mean remote desktop'ing in windows? if so the application I use is rdesktop. 'man rdesktop' should give you plenty of info.

Link to comment
Share on other sites

I think you were using RDP (MSTSC) from windows in which case what i do is open up a terminal & type the following

 

rdesktop -k en-gb -u USERNAME -g 1024x768 IP-ADDRESS-OF-SERVER

 

which will run the APP rdesktop using the GB keyboard layout with a window size (1024x768). I then created a shortcut with the above command & icon. Then from then on just click the icon. There is a GUI for this but i'm not sure about that myself. Also running

rdesktop

on it's own will give you some more info.

 

HTH

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...