Home / Support / Qdrant Vector Database on Ubuntu 24.04 LTS
Qdrant Vector Database on Ubuntu 24.04 LTS — Qdrant is a high-performance vector database and similarity search engine for embeddings — the retrieval layer for RAG, semantic search and recommendations. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azur…
| Application ports | 6333 (REST API), 6334 (gRPC) — API key required on both |
|---|---|
| Admin credential file | sudo cat /root/qdrant-admin-credentials.txt |
| Sign in as | API key (send it as the `api-key` header) |
| Service(s) | qdrant |
| Configuration | /etc/qdrant/config.yaml; API key in /etc/default/qdrant (QDRANT__SERVICE__API_KEY, root-only); data in /var/lib/qdrant/ |
| Logs | journalctl -u qdrant -f |
| Version | Qdrant 1.18.2 |
| Platform | Ubuntu 24.04 LTS |
This image generates its admin credential on the VM at first boot — nothing is pre-set. SSH into the VM with the username + key you chose at deploy, then print the generated credential:
ssh <your-username>@<VM-IP>
sudo cat /root/qdrant-admin-credentials.txtSign in as API key (send it as the `api-key` header).
Authentication is an API key (api-key header), not a username/password. The web dashboard at http://<VM-IP>:6333/dashboard also asks for it.
Email support@dcassociatesgroup.com (response within 1 business day) or send a
message via the contact form. Include the offer name, VM size, region, and any log output — sudo journalctl -u <service> -n 100 usually tells the story.