HashCore Docs
Troubleshooting

Web Configurator Unavailable

Symptom. Browser does not open http://localhost:5001. ** **Check in order:

  1. Ensure all containers are running: docker ps. If the table is empty, execute docker compose up -d.
  2. 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).
  3. If connecting from another device, ensure you are using the server's IP address, not localhost.
© 2026 HashCore. All rights reserved.