Set up your Nexus node in two ways: Simple (Single Node) or Multiple Nodes. Choose the method that fits your needs!
This method runs one node per VPS or PC.
bash <(curl -fsSL https://raw.githubusercontent.com/HustleAirdrops/Nexus-Node-One-Command/main/installation.sh)- The script will prompt for your Node ID (see below).
- Your node will start automatically after setup.
- π Visit https://app.nexus.xyz/nodes
- π Login and copy your Node ID from the dashboard.
- π Paste it when prompted during installation.
Note: 1 vps = Multiple node IDs of one account run. ( Around 8gb Ram = 1 Nexus multi )
bash <(curl -fsSL https://raw.githubusercontent.com/HustleAirdrops/Nexus-Node-One-Command/main/multi.sh)- The script will ask how many nodes you want to run.
- Enter the number, then provide a Node ID for each node (one by one).
nexus-network start --node-id <Node_ID>Replace <Node_ID> with your actual Node ID.
journalctl -fu nexus -o catjournalctl -u nexus-nodeX -fπ Replace
Xwith the node number (e.g., 1, 2, ...).
sudo systemctl stop nexus 2>/dev/null && \
sudo systemctl disable nexus 2>/dev/null && \
sudo rm -f /etc/systemd/system/nexus.service && \
sudo systemctl daemon-reload && \
sudo rm -rf ~/nexus-cli ~/.cargo /usr/local/bin/nexus-networkSERVICES=$(systemctl list-units --type=service --no-pager | grep nexus-node | awk '{print $1}'); \
if [ -n "$SERVICES" ]; then sudo systemctl stop $SERVICES && sudo systemctl disable $SERVICES && sudo rm -f /etc/systemd/system/nexus-node*; fi && \
sudo rm -rf ~/nexus-multi ~/nexus-cli ~/nexus-multinode ~/nexus-node ~/nexus* && \
sudo systemctl daemon-reload && \
sudo systemctl reset-failed- Support: @Legend_Aashish
- Guides & Updates: @Hustle_Airdrops
β¨ Choose the setup that fits you best and happy node running! β¨