Once you have installed BellaDati IoT Data Controller modules (at least one audit, receiver and sender), you can proceed with the configuration, however, the basic configuration has been done during the installation procedure.

Use automated Windows or Linux installer to configure IoT Data Controller easily.


BellaDati IoT Data Controller and all its modules can be configured over BellaDati IoT Console or manually. This part of documentation is dedicated to those users, who want to configure modules manually or are using custom modules implementations.

Manual configuration principles

Each module (audit, receiver, sender) is represented by a JAR distribution and is running inside own JVM. does have it's own set of configuration files and file system structure (for temporary storage, database and logs).

There are two main configuration files which are passed to the JVM as parameters:

In order to apply modifications made to these files, you always need to restart the module.

Database persistent configuration

Configuration is by default loaded from config.json file, however, each module is able to read the configuration stored in it's internal database. If database contains the configuration, properties loaded from config.json (except database configuration) are replaced with those coming from database. In order to force module to use properties fromĀ config.json, change the <module>.db.dropĀ property to true. This will cause dropping the database configuration.

Next steps