Login fix

Odysseus admin password: where to find it

Many self-hosted apps generate an initial admin password during first run. If you close the terminal too quickly, the login screen can feel like a dead end.

Where to check first

Docker log check

docker ps
docker logs <container-name-or-id>

If logs are rotated or unavailable, do not delete the data volume as a first move. That can remove app state. Find the official reset path for your current version.

Security reminder

Change the initial password after logging in. If you exposed Odysseus through a tunnel or reverse proxy before changing it, rotate credentials and review access logs.