I'm struggling to get noVNC working for the first time. I'm attempting to get it working under Alma Linux. I'm following the "Quick start" instructions found in the README.md file at the root of the noVNC Github repo:
$ sh noVNC-1.6.0/utils/novnc_proxy --vnc localhost:5925 --listen
0.0.0.0:6025Which produces this:
Warning: could not find self.pem
No installed websockify, attempting to clone websockify...
Cloning into '/home/fetch/novnc/noVNC-1.6.0/utils/websockify'...
remote: Enumerating objects: 4627, done.
remote: Counting objects: 100% (157/157), done.
remote: Compressing objects: 100% (88/88), done.
remote: Total 4627 (delta 105), reused 69 (delta 69), pack-reused 4470 (from 4)
Receiving objects: 100% (4627/4627), 4.73 MiB | 6.09 MiB/s, done.
Resolving deltas: 100% (3014/3014), done.
Using local websockify at /home/fetch/novnc/noVNC-1.6.0/utils/websockify/run
Starting webserver and WebSockets proxy on host 0.0.0.0 port 6025
/home/fetch/novnc/noVNC-1.6.0/utils/websockify/websockify/websocket.py:31: UserWarning: no 'numpy' module, HyBi protocol will be slower
warnings.warn("no 'numpy' module, HyBi protocol will be slower")
WebSocket server settings:
- Listen on
0.0.0.0:6025 - Web server. Web root: /home/fetch/novnc/noVNC-1.6.0
- No SSL/TLS support (no cert file)
- proxying from
0.0.0.0:6025 to localhost:5925
Navigate to this URL:
http://0.0.0.0:6025/vnc.html?host=0.0.0.0&port=6025 Press Ctrl-C to exit
When I then navigate to http://<server ip>:6025/vnc.html, I get this: