Introduction
The goal is to call a Windows remote application using FreeRDP. The configuration is done in the VISULOX PORTAL Console.
|
Step 1 : Configuring passcache, single sign on, script object
Resource:
-resource <name>
Resources can be configured in the VISULOX Cockpit / Addons / Passcache or via Command Line Interface.
Script object
-rdpfile <name>
RDP configuration files can be configured in VISULOX Cockpit / Addons / Script Objects or via Command Line Interface.
See also: Script objects / RDP configuration files
Single sign on:
vlxSSO=1;
These steps can be skipped, but in this case user and password must be entered everytime the WTS is connected, before the remote application will be started.
Step 2 : Configuring FreeRDP as an integrated part of VISULOX
vlxshell
In this example a preconfigured script object and a resource will be used:
-client freerdp -rdpfile test -resource <resource-name> -- <freerdp-parameter>
vlxshell parameters with RD Gateway configuration and resource:
-client freerdp -rdpfile RDP -gateway-resource test /g:<server.domain> /gateway-usage-method:direct
Please check the freeRDP documentation of the installed version regarding how to use the parameters for freerdp, if necessary.
The commands of xfreerdp have been changed in version 2.x.
If the new version is used, also the new parameters have to be used in the Arguments for Command field of the vlxshell application.
visulox.exp
Step 3 : Configuring Window Manager
The Window Manager has to be configured in the General tab:
vlxMode=WM;
If WM mode is not set freerdp may throw a bad atom error.
Set the VISULOX PORTALConsole / Presentation tab / Window Type field to "Independent Window"
Remote applications will not be terminated after ending the RDP session, if the WTS is not configured otherwise.