How to Install and Configure VNC on Ubuntu 18.04 (Remotely Access UBUNTU VM GUI)
Virtual Network Computing , or VNC, is a connection system that allows you to use your keyboard and mouse to interact with a graphical desktop environment on a remote server TightVNC , a fast and lightweight remote control package. This choice will ensure that our VNC connection will be smooth and stable even on slower internet connections. On your server, update your list of packages: sudo apt update Now install the Xfce desktop environment on your server: sudo apt install xfce4 xfce4-goodies Once that installation completes, install the TightVNC server: sudo apt install tightvncserver To complete the VNC s erver’s initial configuration after installation, use the vncserver command to set up a secure password and create the initial configuration files: vncserver You’ll be prompted to enter and verify a password to access your machine remotely: Output You will require a password to access your desktops. Password: Verify: The password must be between six ...