milvus-logo

Install Attu

This topic describes how to install Attu, an efficient open-source management tool for Milvus.

Prerequisites

See v2.0.x Attu doc if you are using Milvus 2.0.x.

Milvus to Attu Version Mapping

Milvus Version Recommended Attu Image Version
v2.0.x v2.0.5
v2.1.x v2.1.5

Start an Attu instance

docker run -p 8000:3000  -e MILVUS_URL={your machine IP}:19530 zilliz/attu:latest

Once you start the docker, visit http://{ your machine IP }:8000 in your browser, and click Connect to enter the Attu service. And we alsow support TLS connection, username and password.

Attu_install
Connect to the Milvus service.
Attu_Login_user_pwd
Connect to the Milvus service with username and password.

Contribution

Attu is an open-source project. All contributions are welcome. Please read our Contribute guide before making contributions.

If you find a bug or want to request a new feature, please create a GitHub Issue, and make sure that the same issue has not been created by someone else.

On this page