Posts

Showing posts from March, 2020

VNC Server Startup after System Reboot on Ubuntu 16.04

Image
There are dozen of guides how to install VNC server on Ubuntu System. But the main problem is that the VNC server doesn’t startup after reboot. And in this video we gonna try to fix that problem. In our case it’s a Ubuntu 16.04.3 Desktop.   First of all we need to install desktop environment packages the VNC will be using for the remote connections:     $ sudo apt-get install gnome-panel gnome-settings-daemon metacity nautilus gnome-terminal Then lets install TightVNC server:     $ sudo apt-get install tightvncserver To complete the initial setup of the VNC server after installation, we should use the vncserver command to set a secure password and create the initial configuration files: $ vncserver We will be prompted to enter and confirm a password for remote access to the system. After confirming the password, you can create a password for viewing only. Users logged in with a view-only password will not be able to control the VNC ser