Verwenden der Ubuntu-GUI auf einem Cloud-Server

1770
KawaiKx

Ich habe eine Instanz der Google Compute Engine VM, auf der Ubuntu 14.04 ausgeführt wird.

Ich benutze bisher die Befehlszeile über SSH, um mit dem Server zu interagieren.

Wie kann ich mit der Ubuntu VM über eine grafische Benutzeroberfläche interagieren?

0

1 Antwort auf die Frage

1
Misha Brukman

You can connect to the GCE VM instance via VNC, see this Medium article for how to do this.

The overall flow is mostly the same as for any other Linux server:

  • install a desktop environment
  • install VNC server on the VM
  • start the VNC server
  • open firewall to allow clients to connect
  • connect your local VNC client
  • connect to VNC server

See also this SO question for troubleshooting.