Troubleshooting
Web Configurator Unavailable
Symptom. Browser does not open http://localhost:5001. ** **Check in order:
- Ensure all containers are running:
docker ps. If the table is empty, executedocker compose up -d. - Check if port 5001 is occupied by another process. If it is, change the port in
docker-compose.yml(see section 9.2, port conflict). - If connecting from another device, ensure you are using the server's IP address, not
localhost.