https://nodeforge.io/setup/nuls
https://blockchainflashnews.com/nuls-tutorial-how-to-swap-stake-run-an-agent-node-and-faq/
Or my linux tutorial :
————————————
HOW TO INSTALL A NODE
————————————
ssh root@YOURSERVERIP
ROOTPASSWORD
————————————
Install dependencies
————————————
apt-get update
apt-get install screen
apt-get install tar
apt-get install gz
apt-get dist-upgrade
————————————
adduser yourusernamehere
————————————
ssh yourusernamehere@YOURSERVERIP
YOURUSERPASSWORD
wget urltothenulsfile-nuls.gz
tar -zxvf filenameofthewallet.gz
————————————
Start the node
————————————
cd bin
sh start.sh
sh cmd.sh
help
————————————
Tunnel from localhost
————————————
ssh -N -L localhost:6001:localhost:6001 IPOFYOURSERVER
YOURUSERPASSWORD