Documentation
Setup guides and reference for the Dibon Monitor platform.
Getting Started
Prerequisites
- Java 21 or later
- MySQL 8.0+ database
- A server or VPS to run the application
Quick Start
1
Download the latest JAR from the releases page or build from source with
mvn clean package -DskipTests2
Create your MySQL database and update
application.yml with your connection details.3
Set your encryption key environment variable (required for encrypted credentials at rest):
export MONITOR_ENCRYPTION_KEY=$(openssl rand -base64 32)4
Run the application:
java -jar monitor.jar5
Open your browser at
http://localhost:8080 and register the first admin account.The first registered user automatically gets the ADMIN role. Subsequent registrations get the USER role.