# Pipe Node RUN

By [BornToBlast](https://paragraph.com/@borntoblast) · 2025-03-03

---

**Get Ready with your WSL if you didn’t use WSL before or didn’t install yet. Please learn some about it and install. use ChatGpt.(i belive we all have used it before)**

**Lets Start**
--------------

Install
-------

    curl -L -o pop "https://dl.pipecdn.app/v0.2.8/pop"
    

    chmod +x pop
    

Make Directory
==============

    mkdir download_cache
    

Sign-up With Command
====================

     ./pop --signup-by-referral-route bff57de020ee8ea0
    

Start The Node
==============

    sudo ./pop --ram 4 --max-disk 250 --cache-dir /data --pubKey <KEY> --enable-80-443
    

🪐 **Don't Forget to Change the** `Ram` , `Disk` & `Pubkey` with your actual..

🪐\*\*& Also Don't forget to Remove < >\*\*

🟥 **\---Important--** If There is Port issue, Then u have to expose (forward) the port 8003 into your local ip!

Save the file (Very Important)
==============================

    nano ~/node_info.json
    

**Ctrl+x to Exit**

Node Status
===========

    ./pop --status
    

Check points
============

    ./pop --points
    

**Docs-** [https://docs.pipe.network/devnet-2](https://docs.pipe.network/devnet-2)

**Check Points & Status From Dashboard** -: [https://dashboard.pipenetwork.com/node-lookup](https://dashboard.pipenetwork.com/node-lookup)

---

*Originally published on [BornToBlast](https://paragraph.com/@borntoblast/pipe-node-run)*
