How Do I Configure Linux Graphical Interface on my VPS

What is a Graphical User Interface (GUI)?

A graphical interface is a kind of unique opportunity for simple work and management of all files and multimedia. It is very convenient to use it, because it can be used by people with any skills: both with beginners and technically advanced.

This interface allows the user to interact with electronic devices using graphic icons.

Using the GUI, you have access to a unique and very understandable way to navigate and interact with the computer. Also, the graphical interface allows you to simplify the creation of websites without skills in the field of HTML, CSS, JavaScript

Installing GUI on Linux

To install the graphical user interface on the Linux operating system, you need the following actions:

Go to the list of your services: https://hostry.com/orders/  and select the desired virtual server where you want to install the GUI. If you do not have a server, you can order it right now by clicking on the link: https://hostry.com/products/vps/

You need connect to your VPS – by following this links below:

It is necessary to log in and register the following commands:

UBUNTU

apt update
apt install xfce4
start

DEBIAN

apt-get update
apt-get install xfce4 -y
apt-get install xfce4-goodies -y

CENTOS

yum update 
yum -y group install "CNOME Desktop" "Graphical Administration Tools" 
ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target 

After successful installation, you will have a GUI panel, where you can quickly and easily manage your data from a computer!

For ubuntu and debian

For centos

Was this article helpful?

Related Articles

Leave A Comment?