Looking for Linux GUI Access Solutions for Remote Users

0
47
Asked By TechWiz2021 On

We're getting quite a few requests for Linux laptops, but we're hesitant to provide them due to the difficulty in managing compliance with strict security standards compared to Windows and Mac systems. However, we want to find a way to allow our users to access Linux machines for GUI applications, as simply using SSH from their Mac or Windows laptops isn't enough for their needs. Has anyone set up a similar arrangement in a production environment? What tools are you using, and what does your setup look like?

5 Answers

Answered By SecureAccessGuy On

We handle this with CIS hardened Debian VMs. Users can access them through either RDP or a web browser using Guacamole. We also provide hardened laptops that we maintain through SSH and Ansible, ensuring they don’t have root access.

Answered By LinuxLover99 On

We have a small user base of about 100 people and provide a cluster of 8 Debian Linux VMs using X2Go. Users connect through the X2Go client over SSH, and it’s been working well for us. If you're considering this, I suggest running a pilot to see if it meets your needs.

Answered By RDPmasterFlex On

You might want to build a Linux server that can run xrdp. This way, users can connect to a Linux GUI using almost any RDP client they prefer.

Answered By VirtualNinja On

Check out products like Kasm, Thinlinc, or NoMachine for robust remote access solutions. I’ve heard good things about Thinlinc; it’s free for up to 10 connections and offers solid performance.

Answered By SystemSentinel On

You might also consider NoMachine as a slick cross-platform remote GUI tool. And don’t forget that WSL is an option for Windows users, depending on what they need from a Linux environment.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.