...
Table of Contents |
---|
Aggregator On Windows
Start by downloading the binary release.We will provide you with a link to a ZIP archiveYou will need to provide a Windows PC with the following System Requirements.
Note |
---|
Make sure your Windows PC is in the same network as each machine you want to connect to. |
Start by downloading the binary release.We will provide you with a link to a ZIP archive.
Unpack the contents of the ZIP archive in a directory on the Windows PC (e.g C:\Users\PC\Aggregator)
Create a configuration following the Create a Configuration guide and save it in a file called
config.json
.Put the
config.json
in the same directory as theaggregator.exe
.Run
Running the aggregator as an executable
Simply double click on the
aggregator.
...
exe
file.
Running the aggregator as a
...
service
...
Info |
---|
This enables automatic start of the Aggregator service on system boot without human input. |
Stop the executable.
Run
install-as-service.bat
as Administrator.To remove the service and stop the Aggregator run
uninstall-service.bat
as Administrator.
...
Click on Windows Start, type Services and hit enter to open the service configuration panel.
Adjust the settings of the 3YOURMIND Aggregator service as desired. You can e.g. enable automatic restart of the service in case of an error.
Troubleshooting
Configuration issues
The aggregator will stop immediately if your configuration file contains errors.
Make sure your config json is valid. You can use a json validator such as this one.
Check the
aggregator.log
files.
Why am I unable to connect to the machine even though I am using the correct URL?
...