I'm wondering if there's some documentation (or if there's simply the possibility of) about expose through Guacamole/Rdp a single application in place of the entire desktop environment.
Has anyone tried this possibility?
Thank you in advance.
I'm wondering if there's some documentation (or if there's simply the possibility of) about expose through Guacamole/Rdp a single application in place of the entire desktop environment.
Has anyone tried this possibility?
Thank you in advance.
You can start and expose a single application via xrdp from guacamole client in at least two ways:
initial_program
field in guacamole rdp connectionNote that the approach using .xsession will always start the application when the user is logging in on the server, even without guacamole/rdp I have never tried using RemoteApp but that may work too.
It is possible to do this with "Remote App" in windows server. You can allow specific applications to specific users. They only use the application and when they stop, the session end. They cannot have acces to anything. All you have to do is to follow instructions to install rdp connection and then, you add a field in connection's options :
<param name="remote-app">||calc</param>
<param naem="remote-app-dir">C:\Windows\system32\calc.exe</param>
And it should work.