On Sun, Sep 1, 2019 at 8:40 AM Halil Karakose <[email protected]> wrote:
> Hello > I built guacamole-server. I am able to run guacd and it accepts > connections from 4899. > The default port is 4822. Although I have freerdp dependencies, I am not sure rdp support is enabled. > How can I verify, rdp support is enabled in my local environment? > The configure script would have logged a summary listing this at the end of its output, just before you ran make: http://guacamole.apache.org/doc/gug/installing-guacamole.html#guacamole-server-build-process If you don't recall whether it said RDP support was being built, the most direct way to check would be to simply try establishing an RDP connection using Guacacamole. If RDP support is not installed, there will be a message stating exactly this within the guacd logs. Assuming that the libraries built by guacamole-server were installed to /usr/local/lib, you can also check whether support for a protocol is present by looking for the existence of the corresponding "libguac-client-*.so" library. For RDP, the library would be libguac-client-rdp.so. - Mike
