


Gnome Dekstop can be installed on Ubuntu as below sudo apt install gnome-session gdm3Īlternatively, installing GUI on Ubuntu 20.04|18.04 can be done using Tasksel. For you to be able to control your remote server, you need to have GUI installed on the server. Normally, a server edition does not come with Desktop Environments. Now let us dive into the nub of this matter! Step 1 – Install Desktop Environment on Ubuntu 20.04|18.04 A local machine to install the VNC client.This tool makes it easier for users not yet comfortable working with the command line to manage software, files, and settings on remote servers.įor this guide to be successful, you need the following: It is a free and open-source NVC server that allows desktop sharing on Linux systems remotely. TigerVNC is one of the widely used tools for VNC. In this guide, we will set up a VNC server using TigerVNC. Today, there are so many software services that provide VNC, such as NoMachine, Vino, VNC4server, TightVNC, and TigerVNC. VNC, Virtual Network Computer is a graphical desktop sharing system that makes use of the RFB(Remote Buffer Protocol). To ensure that the VNC server will be able to use this new startup file properly, we’ll need to grant executable privileges to it: chmod +x /etc/init.Welcome to this guide on how to install and configure VNC Server on Ubuntu 20.04|18.04.


You need to make the startup script for the vncserver like this: suĪfter that copy this configuration and save it into the file #!/bin/bash To easily control our new VNC server, we should set it up as an Ubuntu service. You’ll need to first stop the VNC server instance that is running on port 5901 Then make the configuration as follows: #!/bin/sh :~# adduser anismĪdding new user `anism' (1001) with group `anism'. :~# adduser anismįor each user that needs to gain access to the VNC server, you must set a VNC password for them. In this step you need to create userd that needs to gain access to the VNC server. Ii vnc4server 4.1.1+xorg4.3.0-37ubuntu5 amd64 Virtual network computing server software
