HashCore Docs
Web Configurator

Authorization

Log in to the HashCore Proxy web configurator. Default credentials: login admin, password admin.

Default credentials:

  • Login: admin
  • Password: admin
Do not leave the default credentials — they are insecure.

Changing Login and Password

  1. Open the configuration file:
    nano /opt/stratum-proxy/configs/configurator.yaml
    

    File contents:
    credentials:
      username: admin
      password: admin
    
    jwt:
      secret: random_value
    
  2. Update the credentials and jwt blocks:
    • username — login for the web configurator
    • password — password for the web configurator
    • secret — an arbitrary string for JWT tokens (e.g., mYs3cur3Key!2026)
  3. Save the file: Ctrl+OEnter, exit: Ctrl+X.

Changes are applied automatically, no restart required.

© 2026 HashCore. All rights reserved.