How to install Graphical User Interface (GUI) for AlmaLinux 8 Cloud Servers

2021-09-01 By Aaron 4818 Views linux almalinux gui
0 reviews

Most Linux servers come with a basic operating system that lacks a graphical user interface and this is a type of user interface that provides the graphical interface to interact with your system. Typically, administrators use CLI-based tools and configurations to manage it. This document explains how to set up a desktop on an AlmaLinux 8 based Linux server.


  1. Run the following command to update the repository to ensure that all packages installed on your system are up to date.

    # dnf update
    

    almalinuxgui1

  2. Execute the below command to list the group of packages on the repository.

    # dnf group list
    


    The list of available groups will be displayed as shown below:

    almalinuxgui2

  3. Identify the Server with GUI entry in the group. It would require using this group for installation.

    # yum groupinstall "Server with GUI"
    

    almalinuxgui3

  4. Change the default boot to graphical runlevel by executing the below command to ensure that the next system boot goes to GUI.

    # systemctl set-default graphical.target
    

    almalinuxgui4

  5. Finally, reboot the server with the reboot command.

    # reboot
    
  6. Once the reboot is completed, access the server through Console option via LayerPanel and the GUI interface will be ready to be used. Log in to the server using the user account credentials to start managing the AlmaLinux server through GUI.

    almalinuxgui5

  7. Log in to the server using the user account credentials. Once logged in, complete the setup by customizing the preferred Language, Typing keyboard layout and Privacy settings.

    almalinuxgui6

    almalinuxgui7

    almalinuxgui8


    Once this is done, the GUI setup is completed and can start to manage the server by clicking on Start Using AlmaLinux.

    almalinuxgui9


Related tutorials

What do you think about this article?

Rate this article
Need assistance?

Try this guide to receive free bundled services at signup on a new free account.

Sign Up

Your Feedback Is Important

We hope you’ll give the new products and updates a try. If you have an idea for improving our products or want to vote on other user ideas so they get prioritized, please submit your feedback on our Community platform. And if you have any questions, please feel free to ask in the Community or contact our Technical Support team.