{"id":441,"date":"2021-07-22T00:06:29","date_gmt":"2021-07-22T04:06:29","guid":{"rendered":"http:\/\/www.compdigitec.com\/labs\/?p=441"},"modified":"2021-07-22T00:06:29","modified_gmt":"2021-07-22T04:06:29","slug":"serving-vnc-via-html5-using-novnc-and-x11vnc","status":"publish","type":"post","link":"http:\/\/www.compdigitec.com\/labs\/2021\/07\/22\/serving-vnc-via-html5-using-novnc-and-x11vnc\/","title":{"rendered":"Serving VNC via HTML5 using noVNC and x11vnc"},"content":{"rendered":"<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# May need to set up x11vnc password beforehand!\n# -forever and -loop are important to makes sure it keeps working\nnohup x11vnc -create -forever -loop -usepw &amp;\n\n# noVNC\ngit clone https:\/\/github.com\/novnc\/noVNC.git --depth 2\ncd noVNC\n\n# Set up SSL\nopenssl req -x509 -nodes -newkey rsa:2048 -keyout novnc.pem -out novnc.pem -days 180\n\nnohup .\/utils\/novnc_proxy --vnc localhost:5900 --cert novnc.pem --ssl-only --listen 443 &amp;\n<\/pre><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[15,14,3],"tags":[522,936,926,937,921,935,832,938],"_links":{"self":[{"href":"http:\/\/www.compdigitec.com\/labs\/wp-json\/wp\/v2\/posts\/441"}],"collection":[{"href":"http:\/\/www.compdigitec.com\/labs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.compdigitec.com\/labs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.compdigitec.com\/labs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.compdigitec.com\/labs\/wp-json\/wp\/v2\/comments?post=441"}],"version-history":[{"count":0,"href":"http:\/\/www.compdigitec.com\/labs\/wp-json\/wp\/v2\/posts\/441\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.compdigitec.com\/labs\/wp-json\/wp\/v2\/media?parent=441"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.compdigitec.com\/labs\/wp-json\/wp\/v2\/categories?post=441"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.compdigitec.com\/labs\/wp-json\/wp\/v2\/tags?post=441"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}