Install GUI Environment for Ubuntu

  • Last Created On Dec 09, 2024
  • 8
0 0

Managing a server exclusively via SSH is a daunting task. Some administrators end up installing VNC for the purpose of having a GUI environment to work with.

Luckily for us, AKLWEB HOST has a View Console option!

AKLWEB HOST’s noVNC is a secure alternative to VNC, without the resource overhead, and with many more functions.

Installing GUI on Ubuntu

Follow these steps:

  1. Login to your VPS instance via the Linux terminal by executing ssh@serverip. Alternatively, use the View Console on your manage area.
  2. Make sure that all of your packages and dependencies are up-to-date.
    apt-get update
    
  3. Install the LXDE Minimalist package.
    apt-get install -y lubuntu-core
    

    Alternatively, if you have a more powerful VPS, and want a full-fledged desktop, then install the desktop package:

       apt-get install -y lubuntu-desktop
    
  4. (Optional) You can install Firefox for browsing:
    apt-get install -y firefox
    
  5. Reboot the machine by executing reboot.
  6. Click View Console again, you’ll see a desktop-like GUI environment.
  7. Login using root and your default provided password.

And that’s it! Now you can use your VPS to perform tasks with the help of a GUI. In addition to that, you can also use Firefox to browse the web using your VPS.

Views: 8

Recent Articles

  • How to Install JAX with ROCm Acceleratio...
    96
  • Deploy a PyTorch Workspace on a Vultr Cl...
    71
  • Managing Backup Storage
    82
  • Automating FTP Backups in Windows Server
    71
  • Automating FTP Backups in Linux
    75

Popular Articles

  • Our General Terms & Conditions
    2631
  • Our Privacy Policy
    2477
  • Our Cookies Policy
    275
  • Our Terms of Use
    152
  • How to Install JAX with ROCm Acceleratio...
    96