piserver
piserver copied to clipboard
How to enable VNC?
How to enable VNC server on client?
raspi-config interfaces settings enable vnc ?
Can this be done by script ie. without having to interactively access raspi-config
Can this be done by script ie. without having to interactively access raspi-config
You should only have to do it once in the chroot shell on the server, to have it apply to all clients. So no need to script.
Do keep in mind that using RealVNC on more than 10 computers, or for commercial purposes may require commercial licensing.
I did setup piserver out of the box from Debian Bullseye with Raspberry Pi Desktop found here: https://www.raspberrypi.com/software/raspberry-pi-desktop/ I did try raspi-config to enable VNC server for the clients but gut error: root@raspberry:/# raspi-config cat: /proc/device-tree/model: No such file or directory Running in chroot, ignoring command 'status' Running in chroot, ignoring command 'start' cat: /proc/device-tree/model: No such file or directory any help?
did try also: without success: root@raspberry:/# sudo systemctl enable vncserver-x11-serviced.service root@raspberry:/# sudo systemctl start vncserver-x11-serviced.service Running in chroot, ignoring command 'start'