Configuration Via 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: ```bash
hostname -I | awk '{print $1}'
- **On Windows (PowerShell):** ```bash ipconfig | findstr "IPv4"