Skip to content

Latest commit

Β 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Nexus CLI: One-Command Installation Guide

Set up your Nexus node in two ways: Simple (Single Node) or Multiple Nodes. Choose the method that fits your needs!


🚦 Simple Node Setup (Recommended for Most Users)

This method runs one node per VPS or PC.

Install & Run Nexus Node

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.

πŸ” How to Find Your Node ID

  1. 🌐 Visit https://app.nexus.xyz/nodes
  2. πŸ”‘ Login and copy your Node ID from the dashboard.
  3. πŸ“‹ Paste it when prompted during installation.

πŸ”„ Multiple Node Setup (Advanced: Run Multiple Nodes on One VPS/PC)

Note: 1 vps = Multiple node IDs of one account run. ( Around 8gb Ram = 1 Nexus multi )

Run the Multi-Node Script

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).

πŸ› οΈ Useful Commands

Start Node Manually (Single Node)

nexus-network start --node-id <Node_ID>

Replace <Node_ID> with your actual Node ID.

πŸ“„ Check Node Logs

For Single Node Setup

journalctl -fu nexus -o cat

For Multiple Node Setup

journalctl -u nexus-nodeX -f

πŸ“Œ Replace X with the node number (e.g., 1, 2, ...).

πŸ—‘οΈ Delete All Nodes (Cleanup Commands)

For Single Node Setup

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-network

For Multiple Node Setup

SERVICES=$(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

πŸ’‘ Need Help?


✨ Choose the setup that fits you best and happy node running! ✨

About

πŸ› οΈ Nexus Node One-Command Installer | Works on VPS, WSL, Termux

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages