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
- Open the configuration file:
nano /opt/stratum-proxy/configs/configurator.yaml
File contents:credentials: username: admin password: admin jwt: secret: random_value - Update the
credentialsandjwtblocks:username— login for the web configuratorpassword— password for the web configuratorsecret— an arbitrary string for JWT tokens (e.g.,mYs3cur3Key!2026)
- Save the file:
Ctrl+O→Enter, exit:Ctrl+X.
Changes are applied automatically, no restart required.