The Github repo for the client says it's 50% Java, can someone clarify, is this an HTML5 client, or are there other things happening?
[Windows RDP server] [linux Guacamole server] [HTML5 client in your browser]11–20 of 81 posts
The Github repo for the client says it's 50% Java, can someone clarify, is this an HTML5 client, or are there other things happening?
[Windows RDP server] [linux Guacamole server] [HTML5 client in your browser]Having an HTML5 client built-in doesn't mean that it's "clientless" but it's still impressive. MIT license doesn't hurt, too.
The Github repo for the client says it's 50% Java, can someone clarify, is this an HTML5 client, or are there other things happening?
Guacamole is a Java program. It's basically a proxy between RDP/VLC and HTML5. Guacd (the java bits) connect to an RDP or VNC server on your behalf, and then you interact with the remote machine through guacd. Here's a simple text diagram [Windows RDP server] [linux Guacamole server] [HTML5 client in your browser]
Earlier quoted context omitted.
Guacamole is a Java program. It's basically a proxy between RDP/VLC and HTML5. Guacd (the java bits) connect to an RDP or VNC server on your behalf, and then you interact with the remote machine through guacd. Here's a simple text diagram [Windows RDP server] [linux Guacamole server] [HTML5 client in your browser]
Wait.. so you're saying you need a linux server to access your windows server?
Earlier quoted context omitted.
Guacamole is a Java program. It's basically a proxy between RDP/VLC and HTML5. Guacd (the java bits) connect to an RDP or VNC server on your behalf, and then you interact with the remote machine through guacd. Here's a simple text diagram [Windows RDP server] [linux Guacamole server] [HTML5 client in your browser]
Wait.. so you're saying you need a linux server to access your windows server?
Earlier quoted context omitted.
Wait.. so you're saying you need a linux server to access your windows server?
That's the configuration I use. You can run guacamole directly on the target server if you want. I'm reluctant to expose my Windows machines directly to the wild internet, and I don't want to learn how to configure an HTTPS reverse-proxy in Microsoft's ecosystem. Having a dedicated guacamole box is nice because I expose port 80/443 on my Linux Guacamole machine, and then use it to connect to any number of Windows and…
It's becoming to be interesting when your VNC/RDP client directly supports websocket, eliminating the need of a proxy and only use a STATIC web server to host client. Wait, it's built-in for qemu since 1.4! http://git.qemu.org/?p=qemu.git;a=commit;h=0057a0d59006d00c2...
Having an HTML5 client built-in doesn't mean that it's "clientless" but it's still impressive. MIT license doesn't hurt, too.
It's "clientless" as in you don't have to install any software on the machine you want to connect from. No need to fiddle with RDP software on your parent's computers, or worry about access control restrictions from a locked-down corporate network. As far as permissions go, if you can browse the internet on a computer, you can remote control your servers with Guacamole.
I would like to have remote/shared access to Xcode + iOS dev stack... Or is there some other way to get that?