Download the program file and place it in the directory the installed service will be bound to. Then run the following command from the command line.
To configure the gateway, use the config.json configuration file, which should be located next to the gateway.exe file. You will find a template of this file in the downloaded distribution. You only need to fill it in with your data. The following table describes the allowable fields. Required fields are marked with an asterisk.
Parameter | Type | Description |
server.host * | string | Getscreen.me server address |
server.token * | string | Token for authorizing the gateway with your account. The token is generated in the personal account on the settings page. |
server.secure | boolean | Server certificate validation. Default is true |
ldap.url * | string | Address of the AD server for LDAP connection (with protocol ldaps://) |
ldap.user * | string | Administrator login to connect to the AD server |
ldap.password * | string | Administrator password to connect to the AD server |
ldap.filter | string | Additional filter to get the list of AD groups |
ldap.login-attribute | string | LDAP attribute to select the field by which the user's login will be determined. |
ldap.secure | boolean | AD server certificate validation. Default is true |
After installation and configuration, you need to start the service using the command:
If everything is configured correctly, when started in console mode, you will see logs like this:
Successful establishment of connection with the Getscreen.me server:
Successful connection to your AD server:
Other commands to manage the gateway:
Command | Description |
-install | Service installation |
-uninstall | Service uninstallation |
-start | Service start |
-stop | Service stop |