In some cases, you may want to connect to Ubuntu desktop via remote desktop using existing protocols. At this moment, it's pretty easy. Simply install few packages and you're ready to go. Xrdp is an open-source implementation of the Microsoft Remote Desktop Protocol (RDP) that allows you to graphically control a remote computers. Use Microsoft Remote Desktop for Mac to connect to a remote PC or virtual apps and desktops made available by your admin. With Microsoft Remote Desktop, you can be productive no matter where you are. GET STARTED Configure your PC for remote access using the information at https://aka.ms/rdsetup. Virtual Network Computing (VNC) is a protocol commonly used to share a graphical desktop over a network. Popular uses for VNC include technical support and screen sharing. By default, Ubuntu comes with Remmina remote desktop client with support for VNC and RDP protocols. We will use it to access remote server.
Virtual Network Computing (VNC) is a protocol commonly used to share a graphical desktop over a network. Popular uses for VNC include technical support and screen sharing.
By default, Ubuntu comes with Remmina remote desktop client with support for VNC and RDP protocols. We will use it to access remote server.
Remote Desktop For Ubuntu From Mac Desktop
What you'll need
- A computer running Ubuntu 16.04 LTS or above
- A running VNC server
- Remmina Remote Desktop Client installed
Remote Desktop For Ubuntu From Mac High Sierra
Installing Remmina
Remote Desktop For Mac Download
If you don't have Remmina on your Ubuntu installation, install it with sudo apt install remmina remmina-plugin-vnc
. You can also use snap package (sudo snap install remmina
).