EkranServer.Settings.config file instead.
How configuration works
Every setting on this page changes the Application Server’s behavior by modifying a single name/value pair. The location depends on your Syteca version:.config file. After the upgrade, any further changes must be made in the .config file — the Registry values are no longer read.EkranServer.Settings.config file uses standard .NET XML format. Each key looks like:
Change the Application Server port for Client connection
The default port Clients use to connect to the Application Server is 9447. To use a different port:Stop the Application Server
EkranServer service from the Task Manager / Services console.Edit the configuration
- Config file (v.6.53.1+)
- Registry (pre-v.6.53.1)
C:\Program Files\Ekran System\Ekran System\Server\EkranServer.Settings.config. Locate or add the following keys:Restart the Application Server
EkranServer service for the change to take effect.Update Clients and Firewall
Allow a non-admin user to start the EkranServer service
By default, theEkranServer service requires administrator privileges to start, stop, and restart. To allow a non-admin user to manage the service, the user needs three sets of permissions: local security policies, registry keys, and filesystem directories.
1. Grant local security policy rights
Open the Local Security Policy editor
secpol.msc, and click OK.Navigate to User Rights Assignment
Add the non-admin user to four policies
- Act as part of the operating system
- Impersonate a client after authentication
- Log on as a service
- Replace a process level token
2. Grant registry permissions
In the Registry Editor (regedit), grant the non-admin user Full Control for three registry keys. For each key, right-click → Permissions → Add, search for the user, then select the Full Control checkbox.
3. Grant directory permissions
Grant the non-admin user Full Control for three directories. For each, right-click → Properties → Security tab → Edit → Add, search for the user, then select Full Control.4. If the MachineKeys directory permission fails
If you receive an error when granting Full Control onC:\ProgramData\Microsoft\Crypto\RSA\MachineKeys, grant access to the Master Certificate’s private key through MMC instead:
Open MMC
mmc, then click OK.Add the Certificates snap-in
Locate the Master Certificate
EkranMasterCertificate.Manage private keys
EkranMasterCertificate → All Tasks → Manage Private Keys. In the permissions window, click Add, search for the non-admin user, click Check Names, then OK.Grant Full Control
Troubleshooting with Process Monitor
If access issues persist after granting all the permissions above, use Microsoft Process Monitor (Procmon) to identify what’s being denied:Open Process Monitor
Filter to EkranServer.exe
Process Name is EkranServer.exe, then click Include → Add → OK.Clear and restart
Filter to denied access
Grant the missing permissions
Enable SWIFT username monitoring
The SWIFT username monitoring feature captures the username used to log in to the SWIFT financial messaging network on a Client computer. The username is written to a separate log file on the Application Server, and optionally forwarded to a SIEM system via SIEM integration.Stop the Application Server
EkranServer service in Task Manager.Add the configuration value
- Config file (v.6.53.1+)
- Registry (pre-v.6.53.1)
C:\Program Files\Ekran System\Ekran System\Server\EkranServer.Settings.config. Add this entry:Restart the Application Server
EkranServer service.Enable per-Client
Enable the Warning and Consent banner
The Warning and Consent banner displays an HTML page to every user signing in to the Management Tool — typical for legal disclaimers, organization-specific use policies, or compliance attestations that users must acknowledge before accessing the system.Create the banner.html file
banner.html file containing the warning and consent text. Use standard HTML — the file is loaded and displayed verbatim on the Management Tool login page.The file can live anywhere accessible to the Application Server service — common locations include C:\banner.html or alongside the Application Server install directory.Add the configuration value
- Config file (v.6.53.1+)
- Registry (pre-v.6.53.1)
C:\Program Files\Ekran System\Ekran System\Server\EkranServer.Settings.config. Add this entry, with the path to your banner.html file:Restart the Application Server
EkranServer service for the banner to take effect. The next login attempt to the Management Tool displays the contents of banner.html.Related
Install Application Server
EkranServer.Settings.config file.