{"id":17415,"date":"2026-03-02T09:39:05","date_gmt":"2026-03-02T04:09:05","guid":{"rendered":"https:\/\/www.skynats.com\/blog\/?p=17415"},"modified":"2026-03-02T09:39:09","modified_gmt":"2026-03-02T04:09:09","slug":"how-install-node-exporter-on-ubuntu","status":"publish","type":"post","link":"https:\/\/www.skynats.com\/blog\/how-install-node-exporter-on-ubuntu\/","title":{"rendered":"How Install node exporter on Ubuntu"},"content":{"rendered":"\n<p>Node Exporter is a <a href=\"https:\/\/prometheus.io\/\" type=\"link\" id=\"https:\/\/prometheus.io\/\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-secondary-color\">Prometheus<\/mark><\/a> exporter that exposes hardware and OS metrics such as CPU, memory, disk usage, and network statistics. Prometheus scrapes these metrics to monitor your server performance. Installing node exporter on ubuntu enables you to collect and visualize these system metrics efficiently for better infrastructure monitoring.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-small-font-size\" id=\"h-download-node-exporter\"><strong>Download Node Exporter<\/strong><\/h2>\n\n\n\n<p>Go to the official Prometheus download page: Prometheus Node Exporter Releases<\/p>\n\n\n\n<p>Or use wget with the latest version link. For example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># Replace VERSION with the latest stable version\nVERSION=\"1.7.2\"\nwget https:\/\/github.com\/prometheus\/node_exporter\/releases\/download\/v${VERSION}\/node_exporter-${VERSION}.linux-amd64.tar.gz\nExtract Node Exporter\ntar xvfz node_exporter-version.linux-amd64.tar.gz\ncd node_exporter-version.linux-amd64<\/code><\/pre>\n\n\n\n<p>You will see the node_exporter binary.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-small-font-size\" id=\"h-nbsp-create-a-node-exporter-user\"><strong>&nbsp;Create a Node Exporter User<\/strong><\/h2>\n\n\n\n<p>For security, run Node Exporter under a non-root user:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo useradd -rs \/bin\/false node_exporter\nMove Binary to \/usr\/local\/bin\nsudo mv node_exporter \/usr\/local\/bin\/<\/code><\/pre>\n\n\n\n<p>Check by:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>node_exporter --version<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading has-small-font-size\" id=\"h-create-a-systemd-service\"><strong>Create a Systemd Service<\/strong><\/h2>\n\n\n\n<p>Create a service file so Node Exporter can run in the background and start at boot:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo vim\/etc\/systemd\/system\/node_exporter.service<\/code><\/pre>\n\n\n\n<p>Add the following content:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;Unit]\nDescription=Node Exporter\nWants=network-online.target\nAfter=network-online.target\n\n&#91;Service]\nUser=node_exporter\nGroup=node_exporter\nType=simple\nExecStart=\/usr\/local\/bin\/node_exporter\n\n&#91;Install]\nWantedBy=multi-user.target\nStep 6: Reload Systemd and Start Node Exporter\nsudo systemctl daemon-reload\nsudo systemctl start node_exporter\nsudo systemctl enable node_exporter<\/code><\/pre>\n\n\n\n<p>Check status:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl status node_exporter<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\" id=\"h-verify-node-exporter\"><strong>Verify Node Exporter<\/strong><\/h3>\n\n\n\n<p>Open your browser and navigate to:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>http:\/\/&lt;server-ip>:9100\/metrics<\/code><\/pre>\n\n\n\n<p>You should see Prometheus-formatted metrics like CPU usage, memory stats, disk IO, and more.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\" id=\"h-configure-prometheus-to-scrape-node-exporter\"><strong>Configure Prometheus to Scrape Node Exporter<\/strong><\/h3>\n\n\n\n<p>Edit Prometheus config file (prometheus.yml):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>scrape_configs:\n  - job_name: 'node_exporter'\n    static_configs:\n      - targets: &#91;'&lt;server-ip>:9100']<\/code><\/pre>\n\n\n\n<p>Reload Prometheus:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl restart prometheus<\/code><\/pre>\n\n\n\n<p>Verify in Prometheus UI under Targets.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-small-font-size\" id=\"h-conclusion\"><strong>Conclusion<\/strong><\/h3>\n\n\n\n<p>Need expert help with Installing node exporter on ubuntu? Our certified engineers at Skynats deliver reliable <a href=\"https:\/\/www.skynats.com\/devops-support\">DevOps Support Services<\/a> to ensure seamless monitoring, secure configuration, and peak server performance. From setup to optimization and ongoing maintenance, we\u2019ve got your infrastructure covered 24\/7.<\/p>\n\n\n\n<p>Contact us today and let our DevOps experts handle your server monitoring the right way!<br><br><br><br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Node Exporter is a Prometheus exporter that exposes hardware and OS metrics such as CPU, memory, disk usage, and network statistics. Prometheus scrapes these metrics to monitor your server performance. Installing node exporter on ubuntu enables you to collect and visualize these system metrics efficiently for better infrastructure monitoring. Download Node Exporter Go to the [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[1064,1248,1249,1143,1250,1251],"class_list":["post-17415","post","type-post","status-publish","format-standard","hentry","category-blog","tag-devops-support-services","tag-installing-node-exporter","tag-installing-node-exporter-on-ubuntu","tag-node-exporter","tag-prometheus-node","tag-verify-node-exporter"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Installing Node Exporter on Ubuntu \u2013 Easy Guide<\/title>\n<meta name=\"description\" content=\"Installing node exporter on Ubuntu made easy. Follow our step-by-step guide to set up fast. Get started now!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.skynats.com\/blog\/how-install-node-exporter-on-ubuntu\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Install node exporter on Ubuntu\" \/>\n<meta property=\"og:description\" content=\"Installing node exporter on Ubuntu made easy. Follow our step-by-step guide to set up fast. Get started now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.skynats.com\/blog\/how-install-node-exporter-on-ubuntu\/\" \/>\n<meta property=\"og:site_name\" content=\"Server Management Services | Cloud Management | Skynats\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/skynats\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-02T04:09:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-02T04:09:09+00:00\" \/>\n<meta name=\"author\" content=\"Sajna VM\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:site\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sajna VM\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-install-node-exporter-on-ubuntu\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-install-node-exporter-on-ubuntu\\\/\"},\"author\":{\"name\":\"Sajna VM\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/670799cac44dade2781ac6c4973426be\"},\"headline\":\"How Install node exporter on Ubuntu\",\"datePublished\":\"2026-03-02T04:09:05+00:00\",\"dateModified\":\"2026-03-02T04:09:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-install-node-exporter-on-ubuntu\\\/\"},\"wordCount\":230,\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"keywords\":[\"devops support services\",\"Installing node exporter\",\"Installing node exporter on ubuntu\",\"Node Exporter\",\"Prometheus Node\",\"Verify Node Exporter\"],\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-install-node-exporter-on-ubuntu\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-install-node-exporter-on-ubuntu\\\/\",\"name\":\"Installing Node Exporter on Ubuntu \u2013 Easy Guide\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\"},\"datePublished\":\"2026-03-02T04:09:05+00:00\",\"dateModified\":\"2026-03-02T04:09:09+00:00\",\"description\":\"Installing node exporter on Ubuntu made easy. Follow our step-by-step guide to set up fast. Get started now!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-install-node-exporter-on-ubuntu\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-install-node-exporter-on-ubuntu\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-install-node-exporter-on-ubuntu\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Install node exporter on Ubuntu\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"name\":\"Server Management Services | Cloud Management | Skynats\",\"description\":\"Server Management and Cloud Management\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\",\"name\":\"Skynats Technologies\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"contentUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"width\":989,\"height\":367,\"caption\":\"Skynats Technologies\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/skynats\",\"https:\\\/\\\/x.com\\\/skynatstech\",\"https:\\\/\\\/www.instagram.com\\\/skynatstech\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/skynats-technologies\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCvTAjrFJ4_E2MJKwlDHomlg\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/670799cac44dade2781ac6c4973426be\",\"name\":\"Sajna VM\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/be4874edc2bd263b9580e37403a031ea2867817157fdfb16709303982f093c44?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/be4874edc2bd263b9580e37403a031ea2867817157fdfb16709303982f093c44?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/be4874edc2bd263b9580e37403a031ea2867817157fdfb16709303982f093c44?s=96&d=mm&r=g\",\"caption\":\"Sajna VM\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Installing Node Exporter on Ubuntu \u2013 Easy Guide","description":"Installing node exporter on Ubuntu made easy. Follow our step-by-step guide to set up fast. Get started now!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.skynats.com\/blog\/how-install-node-exporter-on-ubuntu\/","og_locale":"en_US","og_type":"article","og_title":"How Install node exporter on Ubuntu","og_description":"Installing node exporter on Ubuntu made easy. Follow our step-by-step guide to set up fast. Get started now!","og_url":"https:\/\/www.skynats.com\/blog\/how-install-node-exporter-on-ubuntu\/","og_site_name":"Server Management Services | Cloud Management | Skynats","article_publisher":"https:\/\/www.facebook.com\/skynats","article_published_time":"2026-03-02T04:09:05+00:00","article_modified_time":"2026-03-02T04:09:09+00:00","author":"Sajna VM","twitter_card":"summary_large_image","twitter_creator":"@skynatstech","twitter_site":"@skynatstech","twitter_misc":{"Written by":"Sajna VM","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.skynats.com\/blog\/how-install-node-exporter-on-ubuntu\/#article","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/how-install-node-exporter-on-ubuntu\/"},"author":{"name":"Sajna VM","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/670799cac44dade2781ac6c4973426be"},"headline":"How Install node exporter on Ubuntu","datePublished":"2026-03-02T04:09:05+00:00","dateModified":"2026-03-02T04:09:09+00:00","mainEntityOfPage":{"@id":"https:\/\/www.skynats.com\/blog\/how-install-node-exporter-on-ubuntu\/"},"wordCount":230,"publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"keywords":["devops support services","Installing node exporter","Installing node exporter on ubuntu","Node Exporter","Prometheus Node","Verify Node Exporter"],"articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.skynats.com\/blog\/how-install-node-exporter-on-ubuntu\/","url":"https:\/\/www.skynats.com\/blog\/how-install-node-exporter-on-ubuntu\/","name":"Installing Node Exporter on Ubuntu \u2013 Easy Guide","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/#website"},"datePublished":"2026-03-02T04:09:05+00:00","dateModified":"2026-03-02T04:09:09+00:00","description":"Installing node exporter on Ubuntu made easy. Follow our step-by-step guide to set up fast. Get started now!","breadcrumb":{"@id":"https:\/\/www.skynats.com\/blog\/how-install-node-exporter-on-ubuntu\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.skynats.com\/blog\/how-install-node-exporter-on-ubuntu\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.skynats.com\/blog\/how-install-node-exporter-on-ubuntu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.skynats.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How Install node exporter on Ubuntu"}]},{"@type":"WebSite","@id":"https:\/\/www.skynats.com\/blog\/#website","url":"https:\/\/www.skynats.com\/blog\/","name":"Server Management Services | Cloud Management | Skynats","description":"Server Management and Cloud Management","publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.skynats.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.skynats.com\/blog\/#organization","name":"Skynats Technologies","url":"https:\/\/www.skynats.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","contentUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","width":989,"height":367,"caption":"Skynats Technologies"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/skynats","https:\/\/x.com\/skynatstech","https:\/\/www.instagram.com\/skynatstech\/","https:\/\/www.linkedin.com\/company\/skynats-technologies","https:\/\/www.youtube.com\/channel\/UCvTAjrFJ4_E2MJKwlDHomlg"]},{"@type":"Person","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/670799cac44dade2781ac6c4973426be","name":"Sajna VM","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/be4874edc2bd263b9580e37403a031ea2867817157fdfb16709303982f093c44?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/be4874edc2bd263b9580e37403a031ea2867817157fdfb16709303982f093c44?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/be4874edc2bd263b9580e37403a031ea2867817157fdfb16709303982f093c44?s=96&d=mm&r=g","caption":"Sajna VM"}}]}},"_links":{"self":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/17415","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/comments?post=17415"}],"version-history":[{"count":1,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/17415\/revisions"}],"predecessor-version":[{"id":17416,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/17415\/revisions\/17416"}],"wp:attachment":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/media?parent=17415"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/categories?post=17415"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/tags?post=17415"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}