HashCore Docs
Manual Configuration

SSH Connection

Remote connection to the HashCore Proxy server via SSH for editing the configuration.

  1. Install the SSH server (done once):
    sudo apt update
    sudo apt install openssh-server -y
    sudo systemctl start ssh
    sudo systemctl enable ssh
    
  2. Connect from another computer:
    ssh user@YOUR_SERVER_IP
    

    Find the server IP: run hostname -I in the Linux terminal.

  3. Open the configuration file and make changes:
    sudo nano /opt/stratum-proxy/configs/stratum-proxy.yaml
    

    Ctrl+OEnter — save, Ctrl+X — exit.
  4. Restart the proxy:
    docker compose down && docker compose up -d
    
© 2026 HashCore. All rights reserved.