
$ sudo systemctl enable use a VNC viewer to take the shared desktop. $ sudo systemctl start it on system startup as root. nano /home/raj/.vnc/xstartupĭelete all the existing entries and place the below lines into the file. Now, Edit the xstartup file to start Xfce desktop in VNC. Starting applications specified in /home/raj/.vnc/xstartup New ':1 (raj)' desktop is :1Ĭreating default startup script /home/raj/.vnc/xstartup Xauth: file /home/raj/.Xauthority does not exist You will require a password to access your desktops. Reload the systemctl daemon as root $ sudo systemctl daemon-reload #ExecStartPre=/usr/bin/vncserver -kill %i > /dev/null 2>&1ĮxecStart=/usr/bin/vncserver -depth 24 -geometry 1024x768 %i ĭescription=Start TightVNC server at startup To connect, you can use the standard format ipaddress:sub-port (192.168.2.109:5 or 192.168.2.109:5905) $ sudo nano with your real user. GNOME is an open-source project which is developed by volunteers and paid contributors.

VNC server listens on port 5900, but if you plan to setup port-offset in VNC we can run a VNC service on a sub-port of the default port 5900.įor example, if we configure VNC for port 5, the desktop will be accessible on port 5905. It takes a little while to get completed. Open the terminal suing Ctrl+Alt+T, and write the below query in it for the update. Install the VNC server using the following command. To get started with VNC Server, we need to first update our system and apt package. This simple guide helps you to install VNC on Ubuntu 16.04 machines.īefore installing the VNC server, let us install Xfce desktop. As you know, VNC is a protocol that allows sharing the desktop and controlled remotely over the internet. To have vncserver setup with gdm on the host so that a remote vnc connection to it will be greeted with a gdm login screen for the user to login.
