Server Config
The Server Config section allows you to configure the access to WebClient’s home page and admin functions as well as provide default settings for new WebClient applications.
Some of these settings are duplicated in the Application configuration section and can be overritten at the application level.
1. General
Entry
Meaning
Admin Console Url
URL of the Admin Console. This URL will be referenced by the Manage hyperlink in WebClient’s home page.
1.1 Securityl
Entry
Meaning
Security Module Class Path
Additional classpath for built-in Security module or for defining custom security module.
Use the '+' button to add a new entry.
Use the 'x' button to remove an entry
Security Module Name
NONE - No authentication is required to access this application. It’s not good practice to have no authentication for admin functions, especially in production environments. If you wish to disable authentication anyway, do the following:
1. set Security Module Name to NONE
2. In 1.1.2 Security Module Config - Extension click the + button and select "AccessMapping" from the dropdown menu
3. In 1.1.2.1. accessmapping click the + button, choose "admin" from the dropdown and toggle the "Everyone?" radio button
 
EMBEDDED - User authentication is required. Selecting this value will display a pop-up area with the list of current users, allowing you to edit them or to define new users. This is the default.
 
The rules to configure this field are described in Configuring Users.
Security Context per Tab
Activates a separate security context for each browser tab
1.1.1. Security Module Config - General
Entry
Meaning
Users
Embedded users.
By default only the admin user is present.
See Configuring Users for information about how to add new users.
Logout URL
URL where you’re redirect at logout. By default, WebClient’s home page is used.
1.1.2. Security Module Config - Extension
Entry
Meaning
Extensions
List of security extensions enabled
2. Session
Entry
Meaning
Max. Connections Per User
Maximum number of simultaneous connections per user.
The default value -1 stands for no limit.
3. Features
Entry
Meaning
Allow Session Recording
ON - The admin can record user actions to a video
OFF - User actions can’t be recorded
Allow Session Mirroring
ON - The admin can monitor user actions and take control if necessary
OFF - The admin can’t see what the user is doing on the application screen
3.1 Data Store
Entry
Meaning
Data Store Module Class Path
Reserved for future use
Data Store Module Name
Reserved for future use
Direct Transfer
Reserved for future use