Home United States USA — software How to enable and use Ubuntu remote desktop

How to enable and use Ubuntu remote desktop

217
0
SHARE

Setting up remote access to a Ubuntu desktop is just a few easy steps away with this remote desktop walkthrough.
When you need to access a computer from outside your home or office, you’ll want to use the best remote desktop software. Having a remote desktop can enable you to access files on your work or home computer from anywhere. Or, you can access a client’s computer to offer technical support. Whatever your goal, it’s relatively easy to learn how to set up a remote desktop connection. In this guide, we’ll show you how to enable and use a remote desktop on the Ubuntu operating system. Preparing your Ubuntu computer for use as a remote desktop is simple. Screen sharing is baked into the operating system if you’re using the latest version of Ubuntu (18.04), so you just need to download and install remote desktop software on the computer you want to use for remote access. For this tutorial, we’ll use Remmina. This is free, open-source remote desktop software designed for Linux systems. To install Remmina on your control computer, open a command line terminal and enter the following: sudo apt-add-repository ppa:remmina-ppa-team/remmina-next sudo apt update sudo apt install remmina remmina-plugin-rdp remmina-plugin-secret Remmina will install all required packages for you to use the remote desktop software. Note that you’ll also need the IP address of the computer you want to connect to remotely. You can find the IP address by right-clicking on the network icon in the upper right corner of the desktop and selecting Connection Information. You will need to be on the same local area network as the remote computer when connecting to a remote desktop using this IP address.

Continue reading...