milvus-logo
LFAI
Home
  • Tools

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 VersionRecommended Attu Image Version
v2.0.xv2.0.5
v2.1.xv2.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 Attu_install Attu_Login_user_pwd Attu_Login_user_pwd

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.

Feedback

Was this page helpful?