There is a graphical “console” integrated into the web interface, but non-US keyboard mapping are not working as expected, see this issue on noVNC page. So this method can’t be supported, and will probably be disabled in the future.
This page is about an alternate and manual configuration for accessing the Virtual machines. Please have a look at our pacakged tools before continuing.
VNC | X11 forwarding | |
---|---|---|
Display | Full remote desktop | Single application |
OpenGL | - | possible |
First of all you need a working ssh connection
The required software is already installed and configured in recent images (starting with 2015.02). For older images it is possible to configure the VNC server using the following procedure:
x11vnc
: sudo apt-get install x11vnc
/etc/X11/Xsession.d/00_x11vnc
containing the following : x11vnc -auth guess -listen localhost -rfbport 5900 -forever -alwaysshared &
ssh-hades cluster@VM_IP_ADDRESS -L 11234:localhost:5900 -N &
vinagre localhost:11234
VM_IP_ADDRESS
can be found on the web interface : > Compute > Instance , in the “IP Address” columnhadesssh://
link.xclock
Install our tools, then ssh-hades cluster@VM_IP_ADDRESS -X
.
Applications started from this ssh shell will be run remotely and will be
displayed locally.
If you don’t need the remote shell : ssh-hades cluster@VM_IP_ADDRESS -X command
VM_IP_ADDRESS
can be found on the web interface : > Compute > Instance , in the “IP Address” column