Axon Server logo with title

Zero-configuration message router and event store

You can download a ZIP file with Axon Server as a standalone JAR. This will also give you the Axon Server CLI and information on how to run and configure the server.

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. 

You can also try Axon Server Enterprise for free for 30 days!