There is also a web-based user interface for Meqaris, written in Java.
To build and start the UI, unpack the source code distribution, enter the unpacked directory and run
make run
or
mvn spring-boot:run
Apache Maven is required to build.
When started, point your browser to localhost (or 127.0.0.1) and the port specified in the output (usually 8080): http://localhost:8080/.
On the first screen, enter the path to the Meqaris configuration file you wish to use or inspect and press Open.
On the second screen, you can see the Meqaris status (similar to the output of meqaris --status) and you can choose what data to display:
To exit, just close the browser tab or window - no need to log out in any way.