Using the Linode Graphical Shell (Glish)
Updated by Linode Written by Alex Fornuto
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.
NoteLinode 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 &
NoteThe process for launching a getty may differ depending on your distribution.
Access Glish
- Log in to the Linode Cloud Manager.
- Click on the Linodes link in the sidebar and select the desired Linode.
Click on the Launch Console link in the top right-hand corner of the Manager.
The Lish Web Console window appears with your Linode’s console, as shown below.
Select the Glish tab.
You will need to install a desktop environment. On our Debian example Linode, we’re using Xfce4:
sudo apt-get install xfce4
After installation, launch your desktop environment from the Glish console:
startxfce4
Join our Community
Find answers, ask questions, and help others.
This guide is published under a CC BY-ND 4.0 license.