odysseus admin passwordodysseus login
Odysseus Admin Password
Username is always admin. The password is printed once during setup — copy it before closing the terminal.
30-second answer
Native install: password appears when you run python setup.py or launch-windows.ps1.
Docker: run docker compose logs odysseus and look for the admin line.
Windows / native install
After setup.py finishes, the terminal shows “Admin user created” with a temporary password. Screenshot walkthrough: /install/windows step 3.
terminal
python setup.pyDocker install
terminal
docker compose logs odysseus
# Windows PowerShell — filter for admin line:
docker compose logs odysseus 2>&1 | Select-String -Pattern admin
# Mac / Linux:
docker compose logs odysseus 2>&1 | grep -i adminFirst login
- Open
http://localhost:7000 - Username: admin
- Paste the temporary password from setup or logs
- Change password in Settings after first login
FAQ