Responsive Image

A multi-node, multi-tenant, multi-context, zero-configuration event store and message router

To simplify the deployment process, as of the 2023.1.0 release, we've updated Axon Server to release a single artifact,
replacing the previously separate artifacts for the Standard and Enterprise edition.
Depending on the presence of a license, the Axon Server will now automatically adjust.  

Run Axon Server in a Docker container

Run the following command to start Axon Server in a Docker container:

docker run -d \
  --name axonserver \
  -p 8024:8024 \
  -p 8124:8124 \
  axoniq/axonserver:<TAG>

Visit Axon Server on Docker Hub for the list of available tags and their meaning. 

Run Axon Server from executable JAR file

To activate the Enterprise Features of Axon Server , you need to obtain a license key

Looking for a previous Axon Server EE version?

Looking for previous Axon Server SE version?