vnc term not working

tincboy

Renowned Member
Apr 13, 2010
466
6
83
I've used this command to open a VNC session so I can connect to VNC of a VM from my own web based app using java applet.

vncterm -rfbport 8990 -passwdfile "rm:/tmp/vncpass" -timeout 30 -c "qm monitor 313"

but always VNC got failed to connect while this command works:

nc -l -p 8787 -c "qm vncproxy 313 password"

but this one is not usefull for me because it require an open ssh sesstion to work ( that I can't )

Any one familiar with vncterm can help me?