Your submission was sent successfully! Close

You have successfully unsubscribed! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates about Ubuntu and upcoming events where you can meet our team.Close

Access a remote desktop

1. Overview

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.

What you’ll need

  • A computer running Ubuntu 16.04 LTS or above
  • A running VNC server
  • Remmina Remote Desktop Client installed

Installing Remmina

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).

Originally authored by Marcin Mikołajczak.


2. Launch Remmina

Remmina’s user-interface is easy to use. A quick connection can be made from the entry field beneath the toolbar by switching from the RDP to the VNC protocol, entering the address of your VNC server and clicking “Connect !”. But for convenience, it’s far better to create a re-usable connection, which we’ll cover in the next step.

screenshot


3. Add a connection

Click on “New” to open the “Remote Desktop Preference” pane. The following details should be configured:

  • Server: The IP address and port of the VNC server you wish to connect to. For example, 192.168.1.2:5901
  • User name: Not necessary unless your server is using VNC users.
  • Password: If your server uses a password, enter it here. If not entered and your server requires a password, you’ll be able to enter it after starting the connection.
  • Colour depth: Choose 24-bit for a fast connection, such as across a LAN, or 256 colours when using a low bandwidth connection.
  • Quality: Provides more control over bandwidth and rendering quality, with “Poor” trades visual quality for responsiveness, while “Best” does the opposite.

screenshot

Click “Save” when you’re happy with the connection. Now, let’s connect to our VNC!


4. Connecting to the server

Connect to the VNC server by selecting your server profile and clicking “connect”.

In toolbar, you have options to switch to fullscreen mode, change view and graphics quality.

screenshot


5. That’s all!

Easy, wasn’t it?

Congratulations! You have successfully used Remmina to connect to a VNC server, allowing you to remotely access your machine or potentially provide some technical support to someone sharing theirs.

If you need more guidance on using VNC client, help is always at hand:

Further readings