VNC Viewer 7.11 on Windows won't connect to Raspberry Pi 4 (bookworm with Wayland disabled)
I've read that VNC viewer still won't work with Wayland, so I disabled it in raspi-config, and selected X11.
I have also enabled the VNC server in raspi-config which responded with:
$ sudo raspi-config
Created symlink /etc/systemd/system/multi-user.target.wants/vncserver-x11-serviced.service → /lib/systemd/system/vncserver-x11-serviced.service.
When I try to connect, after displaying the "connecting to..." dialog for a minute, VNC Viewer times out.
I can ping the Pi's IP address.
What else is needed to make this work?
Comments
Is VNC Server definitely running?
sudo systemctl status vncserver-x11-serviced
The logs can be found at /var/log/vncserver-x11.log
Please sign in to leave a comment.