HashCore Docs
Web Configurator

Accessing the Web Configurator

After launch, the HashCore Proxy web configurator is available at http://localhost:5001 or via the server's IP address from other devices on the network.

After a successful system start, the web configurator is available at:

  • On the local machine: http://localhost:5001
  • From other devices on the local network: http://<Your-IP-address>:5001

How to Find Your Server's IP Address

  • On Linux:
    hostname -I | awk '{print $1}'
    
  • On Windows (PowerShell):
    ipconfig | findstr "IPv4"
    
© 2026 HashCore. All rights reserved.