AFAIK according to readme of websockify project from this github page you should download websockify zip-archive, unzip it and run executable wrapper named "run" from the unzipped directory like this: ./run 5901 --wrap-mode=ignore -- vncserver -geometry 1024x768 :1 And after this on the client machine you should use noVNC client from noVNC project on the same github page.
Wie kann man noVNC mit TightVNC auf Amazon EC2 einrichten?
Ich habe TightVNC auf einem Amazon EC2 Windows Server 2008 installiert.
Ich kann VNC mit dem TightVNC-Viewer ordnungsgemäß verwenden. Nun möchte ich noVNC darauf einrichten. Wie kann ich das machen?
2 Antworten auf die Frage
Die npm-Version von websockify funktioniert hervorragend unter Windows. Folge diesen Schritten:
Installieren Sie NodeJS (der globale Standardinstallationspfad lautet:% AppData% \ npm,% AppData% \ npm-cache)
Installieren Sie die erforderlichen Komponenten, und führen Sie Folgendes aus:
npm install -g express npm install -g optimist npm install -g richtliniendatei npm install -g ws npm install -g http-server npm install -g mimetypen npm install -g pkg
Erstellen Sie unter "% AppData% \ npm \ node_modules" einen Ordner mit dem Namen "websockify" und kopieren Sie den Inhalt des Ordners "websockify \ other \ js".
Führen Sie (Dokumentation der Argumente -> https://www.npmjs.com/package/pkg ) aus: pkg "% AppData% \ npm \ node_modules \ websockify \ websockify.js" --targets "latest-win-x86, latest- win-x64 "--out-path" Ihr Ausgabeordner "
Dank an gdan101: https://github.com/novnc/websockify/issues/67#issuecomment-354792644
Verwandte Probleme
-
3
Bedeutung von FDSize in / proc / PID / status
-
1
Mounten Sie die EC2-Instanz über SSH unter Mac OS X
-
1
Werden ganze VM-Images auf Amazon EC2 / S3 gesichert?
-
3
Wie kann ich X11 auf einem Linux-System ohne Grafikhardware starten?
-
2
Mounten einer Amazon EC2-Instanz unter Mac OS X
-
2
Port 80 auf EC2 kann nicht mit elasticfox geöffnet werden
-
1
Windows Server installiert Audiotreiber nicht ordnungsgemäß
-
1
TightVNC und Vista bieten "VNC Server Closed Connection"
-
3
Win7 Aero ist aufgrund von Mirror-Treibern nach der Verwendung von TightVNC deaktiviert und kann nic...
-
1
Wie erstelle ich in Amazon ec2 ein Ami für openSUSE?