Remote Applications¶
Fudo Enterprise enables direct connection over the RDP protocol to a remote application using Remote Applications feature.
Adding Remote Application¶
In order to configure a remote application, follow the instruction:
Select
> .Click the
button.Configure the remote application:
Click
.Add the created remote application definition to the account that will be used to access the RDP server where the application is located:
Adding Arguments¶
Remote Applications allow administrators to set commands that execute automatically at launch, enabling seamless connections with pre-filled login credentials and connection details. Variables can also be created to retrieve data directly from the Fudo Enterprise configuration.
- Select
> .- Click the
button or edit existing remote application configuration.- Go to the Arguments field and enter the command to be executed automatically at launch. Here is an example for the PuTTY application, using variables:
-l %%login%% -pw %%password%% -P %%port%% %%host%%
.Note
When defining variable you can decide which object and what property of object to use. You can select Object type and Object property for each of your Arguments, and encrypt given arguments by selecting the checkbox Encrypt in the row following the variable name.
Using
button, add four variables corresponding to the command provided in the Arguments field. For example:
- Variable name:
%%login%%
, Object type:fudo_account
, Object property:login
.- Variable name:
%%password%%
, Object type:fudo_account
, Object property:secret
, select Encrypt checkbox.- Variable name:
%%port%%
, Object type:fudo_server
, Object property:port
.- Variable name:
%%host%%
, Object type:fudo_server
, Object property:address
.![]()
Click
.Variable values can be verified when adding the remote application to the account:
- Select
> .- Edit the account to which this remote application will be assigned.
- In the REMOTE APPLICATIONS tab, expand the
dropdown list and select the remote application definition created in the previous steps.- Variable values will be displayed in a modal window.
- Click the
button.![]()
Descriptions of Available Object Types
Object type | Description |
---|---|
constant |
A variable with a fixed value, editable after assigning the remote application to a specific account. |
special |
The variable will inherit the secret used to establish the session. |
fudo_server |
The variable inherits its value from the server assigned to the account that uses the remote application. Possible properties:
|
fudo_account |
The variable inherits its value from the account to which the remote application is applied. Possible properties:
|
Connecting to Remote Application via Access Gateway¶
In order to establish a connection, sign in to the Access Gateway and select the respective account and a listener to be connected using the predefined remote application:
- Select the option.
- Expand the REMOTE APPLICATION dropdown list and select the desired remote application to establish a connection.
- Click .

When a session to the specific resource is established by a user, their remote session is connected within the application only. Therefore, the user has no access to the entire desktop, and closing the application terminates the session.
Deleting Remote Application¶
Deleting a Remote Application From the Account Definition
In order to delete a predefined remote application from the Account definition, follow the instructions:
- Select > .
- Select the account that has the predefined remote application configured.
- In the REMOTE APPLICATIONS tab select the Delete button following the remote application name to remove it.
- Click .
Deleting a Definition of the Remote Application
In order to delete a remote application definition, follow the instructions:
- Select > .
- Use checkboxes next to the remote application to select it.
- Click .
- Confirm the remote application removal.
Related topics: