Custom service - application example
The Custom service allows you to enter a command line that includes a directory path on the user's device to a specific application, and directly runs it through a dialog box.
- In , select the subdevice.
- On the right pane, expand the Services section to view all of the subdevice services.
- In the Services pane, create or edit an existing Custom service by clicking respectively the circled plus or pencil icon.
- If not previously done, set .
-
In the Custom Action field, enter a directory path along with the file name and extension of the application that you want to run. See the following examples:
UltraVNC
"<executable>" -connect <IP:Port>
"C:\Program Files (x86)\uvnc bvba\UltraVNC\vncviewer.exe" -connect 192.168.0.2:5900
TightVNC
"<executable>" <IP:Port>
"C:\Program Files\TightVNC\tvncviewer.exe" -connect 192.168.0.2:5901
SSH via PuTTY
"<executable>" -ssh <user>@<address>
"putty.exe" -ssh root@192.168.10.2
-
Click Launch.
The Interactive Access Tool automatically establishes a VPN connection with the device to which the subdevice is connected. In this way, you are granted access to the device subnet, so you can reach the subdevice and make its service run.