Quick Start
Open your browser and go to http://localhost:9000
Enter connection details:
Connection String: Your ZooKeeper ensemble (e.g.,
zk1:2181,zk2:2181,zk3:2181)Auth Info: Optional, feel free to leave empty
Click Connect
Docker
Run the ZooNavigator Docker image from Docker Hub:
docker run \
-d \
-p 9000:9000 \
-e HTTP_PORT=9000 \
--name zoonavigator \
--restart unless-stopped \
elkozmon/zoonavigator
Note
If you want to access ZooKeeper running locally on host machine (not in Docker container):
Linux users may use
--net hostinstead of exposing the portWindows and Mac users should follow this advice
Snap
Install ZooNavigator from Snap store:
sudo snap install zoonavigator
Next Steps