Using the Linode Graphical Shell (Glish)

Updated by Linode Written by Alex Fornuto

Contribute on GitHub

Report an Issue | View File | Edit File

Using the Linode Graphical Shell Glish

Glish is the graphical version of the Linode Shell (Lish). It allows you to use a graphic environment running natively on your Linode’s operating system.

Note

Linode base distribution images do not have graphic environments installed. You will need to install one, or use a Custom Distro with a graphic environment pre-installed.

Glish is only available on KVM Linodes.

Enable Glish on a Linode-Supplied Image

Ensure that your Linode is booted with the latest Linode kernel, which has mouse drivers enabled. You may need to reboot to access the latest kernel version.

When using one of Linode’s distribution templates with Distro Helper turned on, Glish accesses the tty1 console over the virtual VGA device. If you aren’t using Distro Helper, or haven’t rebooted since Glish was released, manually launch a getty on tty1:

exec /sbin/getty -8 38400 tty1 &
Note
The process for launching a getty may differ depending on your distribution.

Access Glish

  1. Log in to the Linode Cloud Manager.
  2. Click on the Linodes link in the sidebar and select the desired Linode.
  3. Click on the Launch Console link in the top right-hand corner of the Manager.

    Launch the Lish Console

  4. The Lish Web Console window appears with your Linode’s console, as shown below.

    An example of the Lish Web Console

  5. Select the Glish tab.

    An example of the Gish Web Console

  6. You will need to install a desktop environment. On our Debian example Linode, we’re using Xfce4:

    sudo apt-get install xfce4
    
  7. After installation, launch your desktop environment from the Glish console:

    startxfce4
    

    Glish at the Xfce4 desktop.

Join our Community

Find answers, ask questions, and help others.

This guide is published under a CC BY-ND 4.0 license.