Setting Up Community Edition
This quick start guide will walk you through installing and starting Lenses using the Community Edition, an all-in one docker compose, including Kafka brokers.
This is a quick start for a local setup using the Lenses Community edition. To connect to your Kafka clusters, see here.
By running the following command including the ACCEPT_EULA setting your are accepting the Lenses EULA agreement.
Run the following command:
The very first time you run this command it will take a bit longer as Docker has to download the images. Subsequent runs should take much less time.
To run this setup smoothly, your Docker settings must allocate at least 5GB of memory
Once the images are pulled and containers started, you can log in by going to http://localhost:9991 or the IP of your Docker host.
The HQ binary does not have a default password. This is a default password configured by the Docker Compose scripts to secure your deployment.
CHANGE THE DEFAULT PASSWORD. You can see how here.

It may take a few seconds for the agent to fully boot and connect to HQ.
The quick start uses a docker-compose file to:
Last updated
Was this helpful?