Troubleshooting Phoenix Server Connection Issues on WSL and Docker
i've been trying to get phoenix to work for a while. tried on ubuntu WSL and as a docker on windows.. in both cases, i get
2025-06-09 23:09:40 ✅ Migrations complete.
2025-06-09 23:09:40
2025-06-09 23:09:40
2025-06-09 23:09:40 ██████╗ ██╗ ██╗ ██████╗ ███████╗███╗ ██╗██╗██╗ ██╗
2025-06-09 23:09:40 ██╔══██╗██║ ██║██╔═══██╗██╔════╝████╗ ██║██║╚██╗██╔╝
2025-06-09 23:09:40 ██████╔╝███████║██║ ██║█████╗ ██╔██╗ ██║██║ ╚███╔╝
2025-06-09 23:09:40 ██╔═══╝ ██╔══██║██║ ██║██╔══╝ ██║╚██╗██║██║ ██╔██╗
2025-06-09 23:09:40 ██║ ██║ ██║╚██████╔╝███████╗██║ ╚████║██║██╔╝ ██╗
2025-06-09 23:09:40 ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝╚═╝╚═╝ ╚═╝ v4.33.1
2025-06-09 23:09:40
2025-06-09 23:09:40 |
2025-06-09 23:09:40 | 🌎 Join our Community 🌎
2025-06-09 23:09:40 | https://join.slack.com/t/arize-ai/shared_invite/zt-1px8dcmlf-fmThhDFD_V_48oU7ALan4Q
2025-06-09 23:09:40 |
2025-06-09 23:09:40 | ⭐️ Leave us a Star ⭐️
2025-06-09 23:09:40 | https://github.com/Arize-ai/phoenix
2025-06-09 23:09:40 |
2025-06-09 23:09:40 | 📚 Documentation 📚
2025-06-09 23:09:40 | https://docs.arize.com/phoenix
2025-06-09 23:09:40 |
2025-06-09 23:09:40 | 🚀 Phoenix Server 🚀
2025-06-09 23:09:40 | Phoenix UI: http://0.0.0.0:6006
2025-06-09 23:09:40 | Log traces:
2025-06-09 23:09:40 | - gRPC: http://0.0.0.0:4317
2025-06-09 23:09:40 | - HTTP: http://0.0.0.0:6006/v1/traces
2025-06-09 23:09:40 | Storage: sqlite:////root/.phoenix/phoenix.db
but when i go to http://0.0.0.0:6006/ i always get This site can’t be reached The webpage at http://0.0.0.0:6006/ might be temporarily down or it may have moved permanently to a new web address. ERR_ADDRESS_INVALID i don't even know how to debug it. pls help 🙂
