Fedora 28 Guacamole base install.
-
@obsolesce said in Fedora 28 Guacamole base install.:
This is my first time looking at Guacamole.
I just want a simple way of remote desktoping to a Linux PC, from another Windows or Linux PC.
Is Guacamole Base/Server/Client (what's the difference?) the type of thing I would install on a simple Linux PC for that purpose?
Should I just use TeamViewer instead?
There is an in between. Guacamole is for building a remove access gateway infrastructure. You can get products that just do an HTML desktop of the local machine. That sounds more like what you'd want.
-
@obsolesce said in Fedora 28 Guacamole base install.:
@scottalanmiller said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
As expected, Guacamole doesn't like Deepin but this was my first test.
Guacamole should be installed on a server. Deepin is a desktop client, not really designed for server use. As a client, it should work fine.
This answers my above question.
TeamViewer it is.
-
@obsolesce said in Fedora 28 Guacamole base install.:
This is my first time looking at Guacamole.
I just want a simple way of remote desktoping to a Linux PC, from another Windows or Linux PC.
Is Guacamole Base/Server/Client (what's the difference?) the type of thing I would install on a simple Linux PC for that purpose?
Should I just use TeamViewer instead?
NoMachine is another option.
-
@travisdh1 From what I've heard, Guacamole on Fedora is pretty unstable. How has this been running for you?
-
@wirestyle22 said in Fedora 28 Guacamole base install.:
@travisdh1 From what I've heard, Guacamole on Fedora is pretty unstable. How has this been running for you?
@travisdh1 Yeah, I want to know too
-
@wirestyle22 said in Fedora 28 Guacamole base install.:
@travisdh1 From what I've heard, Guacamole on Fedora is pretty unstable. How has this been running for you?
The base install here using the user-mappings.xml for everything has been working great. I only have it pointing to two different things on the back end. It was still up and running when I checked it just now tho.
The thing with Guacamole right now is that the documentation is just..... crap. It says different options are available in the user-mappings.xml which always break things.
dnf-automatic is running. I'll try rebooting it tonight and see if it comes back up correctly.
-
@travisdh1 said in Fedora 28 Guacamole base install.:
The thing with Guacamole right now is that the documentation is just..... crap. It says different options are available in the user-mappings.xml which always break things.
That's the base problem with Fedora installs, I think. Not that it isn't stable, but that it's not documented properly.
-
@scottalanmiller said in Fedora 28 Guacamole base install.:
@travisdh1 said in Fedora 28 Guacamole base install.:
The thing with Guacamole right now is that the documentation is just..... crap. It says different options are available in the user-mappings.xml which always break things.
That's the base problem with Fedora installs, I think. Not that it isn't stable, but that it's not documented properly.
I'd be very surprised if it acted any differently on any platform. One of the big reasons I decided to do a guide on it is how it just breaks when using many of the supposed options. Not that I really expect great documentation for anything before v1 is out, but at least take down known broken stuff!
-
@travisdh1 said in Fedora 28 Guacamole base install.:
@scottalanmiller said in Fedora 28 Guacamole base install.:
@travisdh1 said in Fedora 28 Guacamole base install.:
The thing with Guacamole right now is that the documentation is just..... crap. It says different options are available in the user-mappings.xml which always break things.
That's the base problem with Fedora installs, I think. Not that it isn't stable, but that it's not documented properly.
I'd be very surprised if it acted any differently on any platform. One of the big reasons I decided to do a guide on it is how it just breaks when using many of the supposed options. Not that I really expect great documentation for anything before v1 is out, but at least take down known broken stuff!
Besides incomplete or bad documentation, what is specifically unstable about it on Fedora or other distros?
-
@black3dynamite said in Fedora 28 Guacamole base install.:
@travisdh1 said in Fedora 28 Guacamole base install.:
@scottalanmiller said in Fedora 28 Guacamole base install.:
@travisdh1 said in Fedora 28 Guacamole base install.:
The thing with Guacamole right now is that the documentation is just..... crap. It says different options are available in the user-mappings.xml which always break things.
That's the base problem with Fedora installs, I think. Not that it isn't stable, but that it's not documented properly.
I'd be very surprised if it acted any differently on any platform. One of the big reasons I decided to do a guide on it is how it just breaks when using many of the supposed options. Not that I really expect great documentation for anything before v1 is out, but at least take down known broken stuff!
Besides incomplete or bad documentation, what is specifically unstable about it on Fedora or other distros?
For me so far, nothing.
-
Huh, it is unstable. That really sucks.
-
@travisdh1 said in Fedora 28 Guacamole base install.:
Huh, it is unstable. That really sucks.
With SELinux set to permissive or disabled?
-
@black3dynamite said in Fedora 28 Guacamole base install.:
@travisdh1 said in Fedora 28 Guacamole base install.:
Huh, it is unstable. That really sucks.
With SELinux set to permissive or disabled?
Disabled
-
@travisdh1 said in Fedora 28 Guacamole base install.:
Disable selinux (sad admin)
sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config setenforce 0
-
I see no value in Guacamole, personally. No Machine is a much better option.
-
@irj said in Fedora 28 Guacamole base install.:
I see no value in Guacamole, personally. No Machine is a much better option.
Doesn't deal with the web interface. NX requires a client. Guacamole is as much a front end to NX as it is to any other protocol.
-
@scottalanmiller said in Fedora 28 Guacamole base install.:
@irj said in Fedora 28 Guacamole base install.:
I see no value in Guacamole, personally. No Machine is a much better option.
Doesn't deal with the web interface. NX requires a client. Guacamole is as much a front end to NX as it is to any other protocol.
I wonder how often you really need people with no technical expertise to connect remotely to a linux machine?
-
@irj said in Fedora 28 Guacamole base install.:
I see no value in Guacamole, personally. No Machine is a much better option.
Yeah, if you already have another remote gateway. Just about anything else looks good at the moment.
-
@irj said in Fedora 28 Guacamole base install.:
@scottalanmiller said in Fedora 28 Guacamole base install.:
@irj said in Fedora 28 Guacamole base install.:
I see no value in Guacamole, personally. No Machine is a much better option.
Doesn't deal with the web interface. NX requires a client. Guacamole is as much a front end to NX as it is to any other protocol.
I wonder how often you really need people with no technical expertise to connect remotely to a linux machine?
Why does it have to be without technical expertise?
For example, I have users on Chromebooks that need remote Linux access. How do they do that with NX? With Guac, it is easy.
Or anytime someone needs to work from a place where they can't install something.
How do you handle gateway services for NX, do you have a mechanism or just use different ports?
-
@scottalanmiller said in Fedora 28 Guacamole base install.:
@irj said in Fedora 28 Guacamole base install.:
@scottalanmiller said in Fedora 28 Guacamole base install.:
@irj said in Fedora 28 Guacamole base install.:
I see no value in Guacamole, personally. No Machine is a much better option.
Doesn't deal with the web interface. NX requires a client. Guacamole is as much a front end to NX as it is to any other protocol.
I wonder how often you really need people with no technical expertise to connect remotely to a linux machine?
For example, I have users on Chromebooks that need remote Linux access. \
SSH or RDP. I agree with @IRJ, it (Guacamole) just seems like a hassle.