jvmguard

Download

Get jvmguard

Install jvmguard as a single self-contained server with a bundled Java runtime. You can also run it from source to track the current development version.

Current version: 0.1 · Changelog

§ 01Installer

After installing, open http://localhost:8020/ and complete the setup wizard. Then point a JVM at the agent port, default 8847, to start monitoring. See theinstallation guide for details.

§ 02Run from source

To run the current development version without building an installer, clone the repository and launch the server. The build auto-provisions a Java 25 toolchain, so no separate Java setup is needed.

git clone https://github.com/jvmguard/jvmguard.git
cd jvmguard
./gradlew :server:bootRun

Once you see Server started, open http://localhost:8020/. The default web port is 8020 and the agent port is 8847.