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 |
|---|---|
|
A variable with a fixed value, editable after assigning the remote application to a specific account. |
|
The variable will inherit the secret used to establish the session. |
|
The variable inherits its value from the server assigned to the account that uses the remote application. Possible properties:
|
|
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.
Granular Access to Remote Applications¶
Warning
Remote applications are not automatically closed when a session ends. If you start another session using a different remote application, previously launched ones remain active. This may result in:
Data or work from a previous application still being visible.
An earlier application window overlapping or obscuring the new one.
To improve access control and reduce surface exposure, security admins can restrict users to specific remote applications without granting access to the full desktop environment. This enhancement enables more precise permission management and helps ensure that users interact only with the resources necessary for their roles.
Select > .
Edit the selected user account.
Go to the REMOTE APPLICATIONS tab.
Select the Restrict access to remote applications only.
Click the button.
Once enabled, the user will be able to launch only the remote applications explicitly assigned to their account and will not have access to the full remote desktop 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: