1

I recently installed Ubuntu on my home PC. How do I connect to my employer's network via remote desktop like I used to do when I ran XP?

Manuel
  • 1,567
  • 12
  • 19
user170897
  • 11
  • 2

3 Answers3

2

Remmina Install remmina remote desktop is the pre-installed remote desktop app in Ubuntu.

  • Start Remmina by typing it in the Dash.
  • Select New Connection
  • Provide a name and select the RDP-Windows Terminal Service
  • Provide all the data you used to use on your XP machine to connect to your employers computer in the basic tab.
  • Click connect

You can find a step by step guide with screenshots here.

Bart.a
  • 74
  • 4
0

You can use for example rdesktop to connect to a remote desktop. Perhaps you have to install this application first.

Uwe Plonus
  • 709
  • 4
  • 14
0

You can use a vnc server to share your desktop. https://help.ubuntu.com/community/VNC. Next you will need a vnc client at the other end, something like Remmina (preinstalled) for ubuntu or RealVNC for windows.

hyades
  • 119