Vino and Vinagre VNC Remote Desktop Ubuntu Mate 23.04

9 months ago
119

In this video I go over how to install and get started with a VNC server and viewer on Ubuntu Mate 23.04. The server is Vino while the viewer is Vinagre. The script I used is listed below:

#!/bin/bash
gsettings set org.gnome.Vino prompt-enabled false
gsettings set org.gnome.Vino authentication-methods "['vnc']"
gsettings set org.gnome.Vino vnc-password $(echo -n 'test' | base64)
/usr/lib/vino/vino-server
exit 0

Loading comments...