# Install Docker Desktop or CLI.
mkdir /opt/bloodhound; cd !$
wget https://raw.githubusercontent.com/SpecterOps/BloodHound/refs/heads/main/examples/docker-compose/docker-compose.yml
sudo docker compose up --build
# Locate the randomly generated password in the terminal output of Docker Compose.
# Navigate to http://localhost:8080/ui/login. Login with a username of admin and the randomly generated password from the logs.