Vino VNC Remote Desktop Ubuntu 23.10 on Raspberry Pi

4 months ago
8

In this video I go over how to install and get started with a VNC server and
viewer on Ubuntu Mate 23.10 on a Raspberry Pi.
More information can be found on the Ubuntu Mate version of the video: https://www.bitchute.com/video/e4rxSEXVE9IS/
https://rumble.com/v3kuh7k-remote-desktop-ubuntu-22.04.html

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...