Register your pNode
To manage your pNode remotely and access the xandminer web-based graphical user interface (GUI) securely, you can set up an SSH tunnel using OpenSSH on Windows. This chapter guides you through creating an SSH tunnel to forward traffic from your local machine to the xandminer web GUI running on your pNode, ensuring secure and encrypted access.
Before proceeding, ensure the following:
- You have SSH access to your pNode using your SSH key (as configured in the “SSH Key Setup” chapter).
- The xandminer and xandminerd services are installed, enabled, and running (as described in the “Starting and Monitoring xandminer Services” chapter).
- The xandminer web GUI is enabled and configured on your pNode.
- You have root privileges on your pNode.
- You have OpenSSH installed on your Windows machine. You can install it via Windows 10/11 Settings under “Optional Features” or through Windows Subsystem for Linux (WSL).
Open an SSH tunnel that forwards the proper ports through the tunnel, ensure the xandminer service is enabled and running on your pNode:
- SSH into your pNode using OpenSSH on Windows: ssh -i %userprofile%\.ssh\id_ed25519 root@<my.p.node.ip> -L 4000:localhost:4000 -L 3000:localhost:3000 Replace <my.p.node.ip> with your pNode’s IP address.
- port 3000 is for the GUI connection (http://localhost:3000)
- port 4000 is for the xandminerd connection
- Check if the xandminer and xandminerd services are installed and enabled: sudo systemctl status xandminer sudo systemctl status xandminerd
- If the service isn’t installed, refer to the xandminer installation instructions.
- Start and enable the xandminer services: sudo systemctl enable --now xandminer sudo systemctl enable --now xandminerd
- Verify the GUI is accessible locally on the opening a web browser on the remote Windows machine and navigating to http://localhost:3000.
A sucessful connection will look like the screenshot below:

Using Phantom wallet or Solflare wallet, connect your Manager wallet using the "Select Wallet" button, and choose your wallet that has purchased at least one pNode license.
- A manager can have up to 3 pNode licenses
- Each pNode will need its own ip address
After your wallet is connected, generate a keypair on your pNode using the "Generate Identity Key-pair" button.

- the keypair will be created on the pnode and the pubkey can be viewed in he Xandminer GUI
- Press on the pNode Identity Keypair button again to copy the pubkey to your clipboard
Next, press the "register pNode" button to register your pNode onto the Xandeum Network
