{"id":3948,"date":"2021-11-23T12:32:52","date_gmt":"2021-11-23T07:02:52","guid":{"rendered":"https:\/\/www.helptoinstall.com\/?p=3948"},"modified":"2026-03-30T13:52:55","modified_gmt":"2026-03-30T08:22:55","slug":"how-to-install-influxdb-in-windows","status":"publish","type":"post","link":"https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/","title":{"rendered":"How To Install Influxdb In Windows?"},"content":{"rendered":"\n<p>InfluxDB 2.0 is a time series platform that was created with the goal of collecting, storing, processing, and visualising metrics and events.<\/p>\n\n\n\n<p>Windows 10 64-bit AMD architecture Powershell or Windows Subsystem for Linux are required (WSL)<br>InfluxDB v2.0 is available for download and installation.<br>To begin, get InfluxDB v2.0 for Windows.<\/p>\n\n\n\n<p>Then, in C:Program FilesInfluxData, expand the downloaded archive and rename it if necessary.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Expand-Archive .\\influxdb2-2.0.9-windows-amd64.zip -DestinationPath 'C:\\Program Files\\InfluxData\\'\n&gt; mv 'C:\\Program Files\\InfluxData\\influxdb2-2.0.9-windows-amd64' 'C:\\Program Files\\InfluxData\\influxdb'<\/code><\/pre>\n\n\n\n<p><strong>Ports for networking<\/strong><br>For client-server connection over the InfluxDB HTTP API, InfluxDB utilises TCP port 8086 by default.<\/p>\n\n\n\n<p>InfluxDB should be started.<\/p>\n\n\n\n<p>Navigate to C:Program FilesInfluxDatainfluxdb in Powershell and execute the influxd daemon to start InfluxDB:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&gt; cd -Path 'C:\\Program Files\\InfluxData\\influxdb'\n&gt; .\/influxd<\/code><\/pre>\n\n\n\n<p>Information on available flags and settings can be found in the influxd manual.<\/p>\n\n\n\n<p><strong>Allow access to the network<\/strong><br>Windows Defender will show with the following notification when you initially start InfluxDB:<\/p>\n\n\n\n<p>Some functions of this software have been banned by Windows Defender Firewall.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Select Private networks, such as my home or work network, first.<\/li>\n\n\n\n<li>Next, select Allow access from the drop-down menu.<\/li>\n<\/ol>\n\n\n\n<p>&#8220;Call home&#8221; with InfluxDB<\/p>\n\n\n\n<p>InfluxDB sends telemetry data back to InfluxData by default. The telemetry page on the InfluxData website explains what data is gathered and how it is used.<\/p>\n\n\n\n<p>Include the \u2013reporting-disabled flag when running influxd to prevent telemetry data from being sent back to InfluxData.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.\/influxd --reporting-disabled<\/code><\/pre>\n\n\n\n<p><strong>Install InfluxDB.<\/strong><br>The first step in the InfluxDB setup procedure is to create a default organisation, user, bucket, and Operator API token.<\/p>\n\n\n\n<p>Both the InfluxDB user interface (UI) and the influx command line interface offer setup options (CLI).<\/p>\n\n\n\n<p><strong>Permissions for operators&#8217; tokens<\/strong><\/p>\n\n\n\n<p>All organisations in the database have complete read and write access to the Operator token created during the InfluxDB setup procedure.<\/p>\n\n\n\n<p>We propose creating an All-Access token for each organisation and using it to manage InfluxDB to avoid unintentional interactions between them.<\/p>\n\n\n\n<p>Use the UI to set up InfluxDB.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to localhost:8086 when InfluxDB is active. 2. Then press the Get Started button.<\/li>\n<\/ol>\n\n\n\n<p>Create your first user.<\/p>\n\n\n\n<p>To begin, create a Username for your first user.<\/p>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Then, for your user, enter a Password and Confirm Password.<\/li>\n\n\n\n<li>Type in your organization&#8217;s name for the first time.<\/li>\n\n\n\n<li>Finally, give your Bucket Name a start.<\/li>\n\n\n\n<li>After that, click the Continue button.<\/li>\n<\/ol>\n\n\n\n<p>InfluxDB now has a principal user, organisation, and bucket set up. You&#8217;re all set to write or collect information.<\/p>\n\n\n\n<p>Set up the influx CLI and start using it.<br>We recommend creating a configuration profile if you installed InfluxDB using the UI and wish to utilise the influx CLI.<\/p>\n\n\n\n<p>This eliminates the need to provide your InfluxDB API token with every influx command.<\/p>\n\n\n\n<p>To create a configuration profile that stores your credentials, follow the steps below.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Type the following command on a terminal:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code># Set up a configuration profile\ninflux config create -n default \\\n-u http:\/\/localhost:8086 \\\n-o example-org \\\n-t mySuP3rS3cr3tT0keN \\\n-a<\/code><\/pre>\n\n\n\n<p>Become familiar with the influx CLI commands. Type influx -h or go to influx \u2013 InfluxDB command line interface to see all possible influx commands.<\/p>\n\n\n\n<p>HelptoInstall presents you with Cloud, Server SoftwareInstallation, Deployment ,and Migration Services at a cost-effective pricing scheme. We have deployed our <a href=\"https:\/\/www.hostnats.com\/\">Experts<\/a> 24\/7 for the services.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>InfluxDB 2.0 is a time series platform that was created with the goal of collecting, storing, processing, and visualising metrics and events. Windows 10 64-bit AMD architecture Powershell or Windows Subsystem for Linux are required (WSL)InfluxDB v2.0 is available for download and installation.To begin, get InfluxDB v2.0 for Windows. Then, in C:Program FilesInfluxData, expand the [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[49],"tags":[209,210],"class_list":["post-3948","post","type-post","status-publish","format-standard","hentry","category-blog","tag-how-to-install-influxdb-in-windows","tag-installing-influxdb-in-windows"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.4 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Installing InfluxDB in Windows: Easy Setup Guide<\/title>\n<meta name=\"description\" content=\"Learn how to install InfluxDB on Windows step by step. Simple, fast setup with screenshots\u2014start monitoring data today!\" \/>\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.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Install Influxdb In Windows?\" \/>\n<meta property=\"og:description\" content=\"Learn how to install InfluxDB on Windows step by step. Simple, fast setup with screenshots\u2014start monitoring data today!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/\" \/>\n<meta property=\"og:site_name\" content=\"Hostnats\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hostnats\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-23T07:02:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-30T08:22:55+00:00\" \/>\n<meta name=\"author\" content=\"Gopu Kumar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hostnats\" \/>\n<meta name=\"twitter:site\" content=\"@hostnats\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Gopu Kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/\"},\"author\":{\"name\":\"Gopu Kumar\",\"@id\":\"https:\/\/www.hostnats.com\/blog\/#\/schema\/person\/e913d744f9f4f9a2ed5f95c409f5cc10\"},\"headline\":\"How To Install Influxdb In Windows?\",\"datePublished\":\"2021-11-23T07:02:52+00:00\",\"dateModified\":\"2026-03-30T08:22:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/\"},\"wordCount\":495,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.hostnats.com\/blog\/#organization\"},\"keywords\":[\"how to install influxdb in windows\",\"installing influxdb in windows\"],\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/\",\"url\":\"https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/\",\"name\":\"Installing InfluxDB in Windows: Easy Setup Guide\",\"isPartOf\":{\"@id\":\"https:\/\/www.hostnats.com\/blog\/#website\"},\"datePublished\":\"2021-11-23T07:02:52+00:00\",\"dateModified\":\"2026-03-30T08:22:55+00:00\",\"description\":\"Learn how to install InfluxDB on Windows step by step. Simple, fast setup with screenshots\u2014start monitoring data today!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.hostnats.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Install Influxdb In Windows?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hostnats.com\/blog\/#website\",\"url\":\"https:\/\/www.hostnats.com\/blog\/\",\"name\":\"Hostnats\",\"description\":\"The Perfect Hosting Partner\",\"publisher\":{\"@id\":\"https:\/\/www.hostnats.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hostnats.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.hostnats.com\/blog\/#organization\",\"name\":\"Hostnats Hosting\",\"url\":\"https:\/\/www.hostnats.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hostnats.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.hostnats.com\/blog\/wp-content\/uploads\/2020\/07\/logo.png\",\"contentUrl\":\"https:\/\/www.hostnats.com\/blog\/wp-content\/uploads\/2020\/07\/logo.png\",\"width\":66,\"height\":67,\"caption\":\"Hostnats Hosting\"},\"image\":{\"@id\":\"https:\/\/www.hostnats.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/hostnats\",\"https:\/\/x.com\/hostnats\",\"https:\/\/www.instagram.com\/hostnats_hosting\/\",\"https:\/\/www.linkedin.com\/company\/hostnats\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.hostnats.com\/blog\/#\/schema\/person\/e913d744f9f4f9a2ed5f95c409f5cc10\",\"name\":\"Gopu Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/3a04e307992cf527a3f7224d55ec81767a1094f0278d86fb791aa46b3552bc8c?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3a04e307992cf527a3f7224d55ec81767a1094f0278d86fb791aa46b3552bc8c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3a04e307992cf527a3f7224d55ec81767a1094f0278d86fb791aa46b3552bc8c?s=96&d=mm&r=g\",\"caption\":\"Gopu Kumar\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Installing InfluxDB in Windows: Easy Setup Guide","description":"Learn how to install InfluxDB on Windows step by step. Simple, fast setup with screenshots\u2014start monitoring data today!","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.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/","og_locale":"en_US","og_type":"article","og_title":"How To Install Influxdb In Windows?","og_description":"Learn how to install InfluxDB on Windows step by step. Simple, fast setup with screenshots\u2014start monitoring data today!","og_url":"https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/","og_site_name":"Hostnats","article_publisher":"https:\/\/www.facebook.com\/hostnats","article_published_time":"2021-11-23T07:02:52+00:00","article_modified_time":"2026-03-30T08:22:55+00:00","author":"Gopu Kumar","twitter_card":"summary_large_image","twitter_creator":"@hostnats","twitter_site":"@hostnats","twitter_misc":{"Written by":"Gopu Kumar","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/#article","isPartOf":{"@id":"https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/"},"author":{"name":"Gopu Kumar","@id":"https:\/\/www.hostnats.com\/blog\/#\/schema\/person\/e913d744f9f4f9a2ed5f95c409f5cc10"},"headline":"How To Install Influxdb In Windows?","datePublished":"2021-11-23T07:02:52+00:00","dateModified":"2026-03-30T08:22:55+00:00","mainEntityOfPage":{"@id":"https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/"},"wordCount":495,"commentCount":0,"publisher":{"@id":"https:\/\/www.hostnats.com\/blog\/#organization"},"keywords":["how to install influxdb in windows","installing influxdb in windows"],"articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/","url":"https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/","name":"Installing InfluxDB in Windows: Easy Setup Guide","isPartOf":{"@id":"https:\/\/www.hostnats.com\/blog\/#website"},"datePublished":"2021-11-23T07:02:52+00:00","dateModified":"2026-03-30T08:22:55+00:00","description":"Learn how to install InfluxDB on Windows step by step. Simple, fast setup with screenshots\u2014start monitoring data today!","breadcrumb":{"@id":"https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.hostnats.com\/blog\/how-to-install-influxdb-in-windows\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hostnats.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Install Influxdb In Windows?"}]},{"@type":"WebSite","@id":"https:\/\/www.hostnats.com\/blog\/#website","url":"https:\/\/www.hostnats.com\/blog\/","name":"Hostnats","description":"The Perfect Hosting Partner","publisher":{"@id":"https:\/\/www.hostnats.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hostnats.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.hostnats.com\/blog\/#organization","name":"Hostnats Hosting","url":"https:\/\/www.hostnats.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hostnats.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.hostnats.com\/blog\/wp-content\/uploads\/2020\/07\/logo.png","contentUrl":"https:\/\/www.hostnats.com\/blog\/wp-content\/uploads\/2020\/07\/logo.png","width":66,"height":67,"caption":"Hostnats Hosting"},"image":{"@id":"https:\/\/www.hostnats.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/hostnats","https:\/\/x.com\/hostnats","https:\/\/www.instagram.com\/hostnats_hosting\/","https:\/\/www.linkedin.com\/company\/hostnats"]},{"@type":"Person","@id":"https:\/\/www.hostnats.com\/blog\/#\/schema\/person\/e913d744f9f4f9a2ed5f95c409f5cc10","name":"Gopu Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/3a04e307992cf527a3f7224d55ec81767a1094f0278d86fb791aa46b3552bc8c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3a04e307992cf527a3f7224d55ec81767a1094f0278d86fb791aa46b3552bc8c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3a04e307992cf527a3f7224d55ec81767a1094f0278d86fb791aa46b3552bc8c?s=96&d=mm&r=g","caption":"Gopu Kumar"}}]}},"_links":{"self":[{"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/posts\/3948","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/comments?post=3948"}],"version-history":[{"count":2,"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/posts\/3948\/revisions"}],"predecessor-version":[{"id":6586,"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/posts\/3948\/revisions\/6586"}],"wp:attachment":[{"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/media?parent=3948"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/categories?post=3948"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostnats.com\/blog\/wp-json\/wp\/v2\/tags?post=3948"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}