Adding Device URL
A Device URL to service
The URL can be used to link to services for XoT-Desktop client and XoT-WebAccess client users. E.g. the URL ssh://192.168.1.24 will create a link to an ssh terminal.
Available protocols and parameters
ssh://
- port (number)
- username (string)
- verbose (boolean: 1 == true)
- x11forward (boolean: 1 == true)
- execute (boolean: 1 == true)
Example ssh://
ssh://192.168.1.24?param&username=user&verbose=1
rdp://
- port (number)
- domain (string)
- username (string)
- password (string)
- appname (string)
- certificate (Prompt / Ignore / Reject)
- fullscreen (0 / 1) // Default is 0.
- homedrive (0 / 1) // Redirect home drive.
- interactive (0 / 1) // Start interactive in terminal (Note: Password is seen in clear text in terminal).
Example rdp://
rdp://192.168.1.25?param&username=user&password=password&certificate=ignore