Mashup Builder > Widgets > Standard Widgets > Remote Access Widget
Remote Access Widget
The Remote Access widget allows you to establish a remote desktop session to a machine hosting a ThingWorx Edge MicroServer (EMS or WSEMS). The remote desktop session uses a secure tunnel established through the XMPP or websocket protocol. The Edge Thing associated with the Edge MicroServer must be configured to enable tunneling.
Properties
For information about common widget properties, see Widgets. Properties that are specific to the Remote Access widget are described in the table below.
Property Name
Description
Base Type
Default Value
Bindable? (Y/N)
Localizable? (Y/N)
CustomClass
User defined CSS class to apply to the top div of the widget. Multiple classes can be entered, separated by a space.
STRING
n/a
Y
N
RemoteThingName
Name of the Thing whose tunnel you want to access. The Thing must implement the tunneling shape.
THINGNAME
n/a
Y
N
TunnelName
Name of tunnel with which you are using remote access. Can be bound to a Remote Thing’s getTunnelNames service.
STRING
n/a
Y
N
ListenPort
Listening port
INTEGER
16345
Y
N
AcceptSelfSignedCert
Allow tunnel to connect to ThingWorx using self-signed certificate for SSL.
BOOLEAN
false
N
N
LogLevel
Level for the log entries generated from this tunnel session. Options are: Debug, Trace, Info, Warn, and Error.
STRING
Warn
N
N
Timeout
Timeout in seconds.
NUMBER
300
N
N
Top
Position of the widget in pixels from the top of the mashup.
NUMBER
80
N
N
Left
Position of the widget in pixels from the left of the mashup.
NUMBER
125
N
N
Width
The width of the widget.
NUMBER
32
N
N
Height
The height of the widget,
NUMBER
32
N
N
Was this helpful?