Operator Guides
...
Xandeum pNode Setup Guide
pNode UPDATE version
connect to your pnode via ssh, forwarding the proper ports into the localhost of the pnode if you're using windows, you'll use cmd exe or power shell , use this format be sure to verify the location of your ssh identity file and public ip address cli ssh i "c \path to ssh key\id ed25519 pub" root@\<my p node ip> l 4000\ localhost 4000 l 3000\ localhost 3000 l 8000\ localhost 8000 if using mac terminal or linux, use this format be sure to verify the location of your ssh identity file and public ip address cli ssh i / ssh/id ed25519 root@\<my p node ip> l 4000\ localhost 4000 l 3000\ localhost 3000 l 8000\ localhost 8000 run the newest version of the install sh script, and use option 2 to upgrade run as root user use sudo i to change to root user sudo password may be required cli wget o install sh "https //raw\ githubusercontent com/xandeum/xandminer installer/refs/heads/master/install sh" && chmod a+x install sh && /install sh after running option 2, wait for the completion messages it may take several minutes and will look like this when done xandminerd service running on port 4000 to access your xandminer, use address localhost 3000 in your web browser setup completed successfully! upgrade completed successfully! restarting xandeum service service restart completed go to your local web browser and check your xandminer status in the web gui cli http //localhost 3000/ a completed upgrade will show the correct versions, see screenshot congratulations, you completed the upgrade! check your pnode is accessible on the correct ports here https //pnodes xandeum network/#nyhpd don't forget to enable storage by using the "dedicate and earn" button!