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
- Scroll back through the first-run terminal output.
- Check container logs if Odysseus is running in Docker.
- Look for generated secret files in the configured data volume.
- Read the current official README before deleting volumes or resetting state.
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.