echo y | sudo apt-get install git websockify git clone git://github.com/kanaka/noVNC
Launch without WSS/SSL support:
./noVNC/utils/launch.sh --vnc [IP]:[PORT]
Launch with WSS/SSL support:
./launch.sh --cert /path/self.pem --vnc [IP]:[PORT]
Creating Self.pem
cat domain.cert domain.key > self.pem
1 Comment
Anonymous