|
The configuration settings are saved to the file Server.ini. The most important settings can be configured using the WibuKey tool WkConfig.

|
Please note that WibuKey Network Server must not run, if the configuration file Server.ini is changed.
|
The configuration file divides in several sections:
Settings
The following configuration options for WibuKey Network Server exist in the file Server.ini in section [Server]:
Keyword
|
Description
|
BindAddress
|
Specifies the IP address which is used by WibuKey Network Server.
|
Logging
|
Activates (1) or deactivates (0) the logging of all actions to a file.
|
WkLAN
|
Enables (1) or disables (0) the WkLAN functionality
|
LoggingPath
|
Specifies the location of the log file. The server process must have write permissions for this location.
|
StartDaemon
|
Specifies if WkLAN network server will be start automatically, if you restart your computer.
|
AccessFsb
|
If this option is active (1), access to Firm Codes in the range of 90-99 is possible from the network. This range is reserved for Firm Security Boxes (FSB). This option has to be activated, if a Firm Security Box is connected to a WkLAN server and every network user should have access to this FSB to program WibuBoxes.
|
NoBoxPgm
|
Must be activated (1) to avoid the reprogramming of the WibuBoxes connected to this WkLAN server from other stations.
|
WkLanTimeOut
|
Specifies the timeout value in minutes. An allocated slot in the WkLAN client list is freed automatically if the allocating process has not accessed its slot in the specified time. If this entry is not set, a default timeout value of 1440 (24 hours) is used.
|
HTTP
The section [HTTP] configures settings of Web Monitor.
Keyword
|
Description
|
HtmlArchive
|
Path to Web Monitor HTTP Web Monitor.
|
RemoteRead
|
Enables (1) or disables (0) remote read access to Web Monitor.
|
RemoteWrite
|
Enables (1) or disables (0) support for RemoteCommand operations.
|
RemoteCommand
|
Enables (1) or disables (0) support for remote commands from Web Monitor operations, e.g. cancel users.
|
HLM Files
A Huge License Management (HLM) control file is saved in section [HlmFiles].
A valid entry follows the notation:
FileN=File
Here N represents a number of the range 1 - 9 and the file must be a valid HML control file.
HLM settings are interpreted only at start of WibuKey Network Server. If the settings have been changed, the server process must be stopped and restarted to apply the changes.
Remote Access
The section [RemoteAccess] defines which access rights to WibuKey Network Server exist.
A valid entry follows the notation:
ip_address = access right
Access Right
|
Description
|
1
|
Read content.
|
2
|
Read content (details) (not implemented yet).
|
4
|
Allocate license.
|
8
|
Delete user.
|
16
|
Delete all users (not implemented yet).
|
Combinations are possible, e.g. 7 = 'Read content and Allocate license' is permitted, 'Delete user' is denied. The entry "Default"=31 specifies the rights of users which are not explicitly specified. These rights can also be restricted. Due to compatibility reasons all these actions are permitted by default.
WkLAN
The WkLAN configuration settings of the WibuKey network server are stored in the [WkLAN] section.
Keyword
|
Description
|
IpPort
|
Specifies the TCP/UDP port number to be used for the WkLAN communication. WkLAN uses the default port 22347 for communication. If this port is already used by another process, it can be changed here. This change also has to be done for the WkLAN clients. Otherwise there will be no communication between clients and server (see also WIBUKEY.INI).
|

On Linux the configuration file locates at /etc/wibu/WIBU-KEY/Server.ini.
The logging path is /var/log.

On Mac OS X the configuration file locates at etc/wibu/WIBU-KEY/Server.ini.
[HTTP]
HtmlArchive=/usr/share/wibukey/WkSvUs.wbb
RemoteRead=1
RemoteCommand=0
RemoteWrite=0
[HlmFiles]
; File1=/mydir/base.wbb
; File2=/mydir/extended.wbb
[RemoteAccess]
Default=31
[Setting]
AccessFsb=0
StartDaemon=0
Logging=0
LoggingPath=/Library/Logs/WIBUKEY/
NoBoxPgm=0
WkLanTimeOut=1440
[WkLAN]
IpPort=22347
|