HashCore Docs
Troubleshooting

Web Configurator Unavailable

Step-by-step check if the browser cannot open the HashCore Proxy web configurator at http://localhost:5001.

Symptom. Browser cannot open http://localhost:5001.

Check in order:

  1. Verify all containers are running:
    docker ps
    

    If the table is empty — run docker compose up -d.
  2. Check if port 5001 is already in use by another process. If so — change the port in docker-compose.yml (see Port Conflicts).
  3. If connecting from another device — make sure you are using the server's IP address, not localhost.
© 2026 HashCore. All rights reserved.