# N3 node

By [Untitled](https://paragraph.com/@0x268606fb0b6bd4f49c5a456c2368a08682a34c27) · 2024-08-13

---

    sudo apt update && sudo apt upgrade -y
    

    sudo apt install -y screen net-tools
    

    wget https://network3.io/ubuntu-node-v2.1.0.tar
    

    tar -xvf ubuntu-node-v2.1.0.tar
    

    screen -S network3
    

    cd ubuntu-node
    

    sudo bash manager.sh up
    

    sudo bash manager.sh key

---

*Originally published on [Untitled](https://paragraph.com/@0x268606fb0b6bd4f49c5a456c2368a08682a34c27/n3-node)*
