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.
  1. In
    Explorer
    Domain view
    , select the sub-device.
  2. On the right pane, expand the the
    Services
    section to view all of the sub-device services.
  3. In the
    Services
    pane, create or edit an existing
    Custom
    service by clicking respectively the
    circled plus
    or
    pencil
    icon.
  4. If not previously done, set
    Service Type
    Custom
    .
  5. 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 examples below:
    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
  6. Click
    Launch
    .
    The
    Interactive Access
    Tool automatically establishes a VPN connection with the device to which the sub-device is connected. In this way, you are granted access to the device subnet, so you can reach the sub-device and make its service run.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.