Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remote desktop for Linux [closed]

I come from a Windows background and have been using Remote Desktop to view a remote server's desktop on my local machine. Remote desktop is probably the most popular tool for doing this because it's already part of the OS. Is there a similar tool for Windows but for accessing a Linux machine instead?

like image 923
Johann Avatar asked Mar 20 '23 02:03

Johann


2 Answers

Try VNC. It works on Mac and Linux. You need to be running the server portion on the Linux host.

like image 54
AustinDahl Avatar answered Mar 24 '23 23:03

AustinDahl


Take a look at xrdp. According to project description you can even use your native Windows client to access Linux desktop:

The goal of this project is to provide a fully functional Linux terminal server, capable of accepting connections from rdesktop, freerdp, and Microsoft's own terminal server / remote desktop clients.

like image 24
yegorich Avatar answered Mar 24 '23 22:03

yegorich