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 |
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:
Other commands to manage the gateway:
Command | Description |
-install | Service installation |
-uninstall | Service uninstallation |
-start | Service start |
-stop | Service stop |