# Installing node-exporter

Installing node exporter

1. To install the node exporter first you have to identify your os architecture to do so hit this command on the terminal `uname -a` Then download and extract the appropriate file from this link. [https://github.com/prometheus/node\_exporter/releases](https://github.com/prometheus/node_exporter/releases)
    

Note that the official download page [https://prometheus.io/download/#node\_exporter](https://prometheus.io/download/#node_exporter) doesn’t have the `arm` package for linux machine. So use the above link.

2. After this navigate the extracted directory and start the node exporter with this command   `./node_exporter`       This will start the node exporter which by default listened on `port 9100`   
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1735213315014/cbe4437e-20f4-4ff8-b0d1-8be1c1f6e309.png align="center")
    
3. Now to access the `node exporter` use this endpoint `http://localhost:9090/metrics`    for viewing the metrics of the `lolalhost`.      
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1735213543012/66ddc2e7-3ee9-4f10-923c-99d0562d8865.png align="center")
