Miscellaneous
|
Name
|
Description
|
Enforce Two-Factor Authentication
|
Define if you want to enforce Two-Factor Authentication (2FA) for all users in this team. Users will have to configure 2FA on their next login. This option is available when configured on server level.
The second factor can be email or an app that supports One-Time-Passwords (OTP), e.g. Microsoft Authenticator, Google Authenticator.
|
Activate time synchronization
|
Define if you want to synchronize the time on client machines with the server time on each contact to the SiteRemote server. The synchronization takes place if the time difference is greater/equal 1 minute.
|
Activate jobs page filter
|
Define if you want view all jobs on the Jobs page or if you want to filter the view to jobs assigned to the currently selected group/machine. If the filter is active you will only see the status for all jobs if you select your team root or a single group you have assigned all your machines to.
|
Maximum timeout for jobs requiring the screensaver
|
Define the maximum timeout for jobs, that require the activation of the screensaver to run. The default value is 360 minutes.
|
Only use the repeater connection
|
Define if you always prefer to use an indirect VNC connection. Indirect VNC connections are established using the SiteRemote Server as a repeater, the traffic will be deducted from your team transfer volume.
|
Transfer machine information to clients
|
Define if you want to transfer machine information (location, group/folder association) to the client. The information can be evaluated on the client by using the SiteKiosk Object Model.
|
Transfer files via secure HTTP (HTTPS) to the machines
|
Define if you always prefer to use Http-Download mode instead of Torrent. In this mode all files distributed by the SiteRemote File Manager or SiteRemote Digital Signage are downloaded directly from the Server using the Http-download method. Requires client versions after August 2011!
|
Synchronisation of files
|
Define if you want to limit the time of file synchronisation (including Digital Signage) to one defined time span per day. The time span must be at least 15 minutes.
|
Enable Android client traffic compression
|
Define if you always prefer to compress Android client traffic to minimize the amount of traffic between server and client. Requires SiteKiosk Android 2.0 or higher.
|
Automatically delete machines that have not contacted the server for X
|
Define if you want to delete machines that have not contacted the server for a certain period of time.
|
Automatically assign new machines to certain folders
|
Define if you want to automatically assign new machines to certain folders by using an XML file. The XML file must be of the following format:
<?xml version="1.0" encoding="utf-8"?>
<config>
<folder name="folder1">
<folder name="subfolder1">
<machine name="machinename1" />
</folder>
<machine name="machinename2" />
</folder>
</config>
The machine with the name machinename1 from the upper example will be moved to the subfolder1 of folder1 after the registration. The machine machinename2 will be moved to folder1.
As soon as you upload a new XML file the rules of this file will be the active set of rules.
|