Not sure, just tried. This works with the latest image. Both web and vnc. It worked before? Try to restart the system if you did not yet. Might just fix it.
Otherwise, there are logs for tigervnc in /log/tigervnc. The file 'current' contains the latest logs.
The following will follow the logs live in your terminal
docker exec -it <container_name or id> /bin/bash
root@stuffs:/tmp# cd /log/tigervnc/
root@stuffs:/log/tigervnc# tail -f current
Then you can try to connect to it and see if any errors pop up. If nothing comes up at all you´ve got some networking issue and don´t even make it to the container. Port 5900 has to be accessable and you have to have ALLOW_ALL set to be able to connect from other systems.
Thank you, Max
this is an excerpt of the log. Looks like the VNC server error repeats every second when the server is trying to restart
2024-03-10 14:46:52.970389689 Sun Mar 10 10:46:52 2024
2024-03-10 14:46:52.970391871 vncext: VNC extension running!
2024-03-10 14:46:52.970895944 (EE)
2024-03-10 14:46:52.970899500 Fatal server error:
2024-03-10 14:46:52.970902395 (EE) vncExtInit: unable to set socket to listening mode: Address already in use (98)
2024-03-10 14:46:52.970903788 (EE)
2024-03-10 14:46:53.978473000 Starting tigervnc...
2024-03-10 14:46:53.992089419
2024-03-10 14:46:53.992093450 Xvnc TigerVNC 1.12.0 - built 2023-01-06 16:01
2024-03-10 14:46:53.992096072 Copyright (C) 1999-2021 TigerVNC Team and many others (see README.rst)
2024-03-10 14:46:53.992098287 See
https://www.tigervnc.org for information on TigerVNC.
2024-03-10 14:46:53.992100236 Underlying X server release 12101006, X.Org
2024-03-10 14:46:53.992101515
2024-03-10 14:46:53.992893797
2024-03-10 14:46:53.992896856 Sun Mar 10 10:46:53 2024
2024-03-10 14:46:53.992898833 vncext: VNC extension running!
2024-03-10 14:46:53.993568852 (EE)
2024-03-10 14:46:53.993571734 Fatal server error:
2024-03-10 14:46:53.993574311 (EE) vncExtInit: unable to set socket to listening mode: Address already in use (98)
2024-03-10 14:46:53.993575599 (EE)
2024-03-10 14:46:55.000237602 Starting tigervnc...
2024-03-10 14:46:55.013460387
2024-03-10 14:46:55.013466446 Xvnc TigerVNC 1.12.0 - built 2023-01-06 16:01
2024-03-10 14:46:55.013469025 Copyright (C) 1999-2021 TigerVNC Team and many others (see README.rst)
2024-03-10 14:46:55.013471276 See
https://www.tigervnc.org for information on TigerVNC.
2024-03-10 14:46:55.013473232 Underlying X server release 12101006, X.Org
I haven't restarted the NAS yet because it's performing data scrubbing but will do so as soon as it's done.
EDIT: I have now restarted the NAS but the problem persists
EDIT2: SOLVED
When I tried to install the new version I had screwed up the web server on the NAS and that hugged all the ports. I un-installed the web server and all is well again