CLuster AxnServer EE

I have installed AxonServer EE version 2024.2.3 with three nodes on virtual machines as services. When I check /v1/public/me?continue, I see that it is not clustered: "initialized": true, "authentication": true, "clustered": false.

Do you have any idea why this is happening, or how I can enable clustering during installation?

We have two features that can help you to start cluster easily:

Cluster template:

https://docs.axoniq.io/axon-server-reference/v2024.2/axon-server/administration/admin-configuration/cluster-template/

Auto cluster feature, which might be the easier way to start cluster:

https://docs.axoniq.io/axon-server-reference/v2024.2/axon-server/installation/local-installation/#auto-clustering

The “clustered” field is never set to “true”, we will remove it in the next patch. If you want to see if all the expected nodes are in the cluster you can use the “/v2/nodes” endpoint.