{"id":53,"date":"2021-02-06T20:33:33","date_gmt":"2021-02-06T20:33:33","guid":{"rendered":"https:\/\/dinodevs.com\/blog\/?p=53"},"modified":"2025-09-30T02:03:35","modified_gmt":"2025-09-29T23:03:35","slug":"setup-your-argon-one-as-a-server","status":"publish","type":"post","link":"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/","title":{"rendered":"Setup your Argon One as a server"},"content":{"rendered":"\n<p>Argon One is one of the best Raspberry Pi cases, it combines decent cooling, easy access to the GPIO pins, and power button, and an awesome design.<\/p>\n\n\n\n<p>By default, the built-in fan is inactive and the device does not automatically boot when plugged in power. Ideally, when running your Raspberry Pi as a server, you expect it to reboot after a blackout. For this, let&#8217;s go through some configuration on our Raspberry Pi to control to control the Argon One case for our server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installing Argon Config<\/h2>\n\n\n\n<p>The first thing to do is to install get and run the argon1.sh which installs a utility that helps us configure the case&#8217;s fan:<\/p>\n\n\n\n<pre class=\"wp-block-code lang-bash\"><code>curl https:\/\/download.argon40.com\/argon1.sh | bash<\/code><\/pre>\n\n\n\n<p>I also uploaded the script on GitHub as a Gist <a rel=\"noreferrer noopener\" href=\"https:\/\/gist.github.com\/GramThanos\/3ba15b336e419a24dfde8534dd2b79c1\" target=\"_blank\">here<\/a> in case the argon40 website is offline. Now the <code>argonone-config<\/code> command should be available on your system.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Configuring Argon&#8217;s Fan<\/h2>\n\n\n\n<p>If you want to change the fan behavior at a later time, you will be able to use the <code>argonone-config<\/code> command. Here is an example setting Fan to always on:<\/p>\n\n\n\n<pre class=\"wp-block-code lang-console\"><code>thanos@dinodevs:~$ argonone-config\n--------------------------------------\nArgon One Fan Speed Configuration Tool\n--------------------------------------\nWARNING: This will remove existing configuration.\nPress Y to continue:y\nThank you.\n\nSelect fan mode:\n  1. Always on\n  2. Adjust to temperatures (55C, 60C, and 65C)\n  3. Customize behavior\n  4. Cancel\nNOTE: You can also edit \/etc\/argononed.conf directly\nEnter Number (1-4):1\n\nFan always on.\nthanos@dinodevs:~$<\/code><\/pre>\n\n\n\n<p>By following the printed instructions you will also be able to configure a custom fan behavior. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Configuring Power &amp; Power Button Behavior<\/h2>\n\n\n\n<p>The next step is to change the behavior of the case when plugged in so that our device boots automatically. To do that we have to run:<\/p>\n\n\n\n<pre class=\"wp-block-code lang-bash\"><code>i2cset -y 1 0x01a 0xfe<\/code><\/pre>\n\n\n\n<p>To restore the power behavior back to the default one, where you have to press the power button for the device to boot, you can run:<\/p>\n\n\n\n<pre class=\"wp-block-code lang-bash\"><code>i2cset -y 1 0x01a 0xfd<\/code><\/pre>\n\n\n\n<p>If for any reason you want to uninstall the argonone utility, run:<\/p>\n\n\n\n<pre class=\"wp-block-code lang-bash\"><code>argonone-uninstall<\/code><\/pre>\n\n\n\n<p>So now you know how to set up your Raspberry Pi with the Argon One case as a server!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Argon One is one of the best Raspberry Pi cases, it combines decent cooling, easy access to the GPIO pins, and power button, and an awesome design. By default, the built-in fan is inactive and the device does not automatically boot when plugged in power. Ideally, when running your Raspberry Pi as a server, you [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":59,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[4,7,14],"class_list":["post-53","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-linux","tag-raspberry-pi","tag-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Setup your Argon One as a server - DinoDevs<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Setup your Argon One as a server - DinoDevs\" \/>\n<meta property=\"og:description\" content=\"Argon One is one of the best Raspberry Pi cases, it combines decent cooling, easy access to the GPIO pins, and power button, and an awesome design. By default, the built-in fan is inactive and the device does not automatically boot when plugged in power. Ideally, when running your Raspberry Pi as a server, you [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/\" \/>\n<meta property=\"og:site_name\" content=\"DinoDevs\" \/>\n<meta property=\"article:published_time\" content=\"2021-02-06T20:33:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-29T23:03:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dinodevs.com\/blog\/wp-content\/uploads\/2021\/02\/argon-one.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Athanasios Grammatopoulos\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Athanasios Grammatopoulos\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/\"},\"author\":{\"name\":\"Athanasios Grammatopoulos\",\"@id\":\"https:\/\/dinodevs.com\/blog\/#\/schema\/person\/fccac7bcc5374cede43de49a450dfaf3\"},\"headline\":\"Setup your Argon One as a server\",\"datePublished\":\"2021-02-06T20:33:33+00:00\",\"dateModified\":\"2025-09-29T23:03:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/\"},\"wordCount\":287,\"publisher\":{\"@id\":\"https:\/\/dinodevs.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dinodevs.com\/blog\/wp-content\/uploads\/2021\/02\/argon-one.jpg\",\"keywords\":[\"linux\",\"raspberry pi\",\"server\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/\",\"url\":\"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/\",\"name\":\"Setup your Argon One as a server - DinoDevs\",\"isPartOf\":{\"@id\":\"https:\/\/dinodevs.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dinodevs.com\/blog\/wp-content\/uploads\/2021\/02\/argon-one.jpg\",\"datePublished\":\"2021-02-06T20:33:33+00:00\",\"dateModified\":\"2025-09-29T23:03:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/#primaryimage\",\"url\":\"https:\/\/dinodevs.com\/blog\/wp-content\/uploads\/2021\/02\/argon-one.jpg\",\"contentUrl\":\"https:\/\/dinodevs.com\/blog\/wp-content\/uploads\/2021\/02\/argon-one.jpg\",\"width\":1600,\"height\":540},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dinodevs.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Setup your Argon One as a server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dinodevs.com\/blog\/#website\",\"url\":\"https:\/\/dinodevs.com\/blog\/\",\"name\":\"DinoDevs\",\"description\":\"When in doubt, code it out.\",\"publisher\":{\"@id\":\"https:\/\/dinodevs.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dinodevs.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dinodevs.com\/blog\/#organization\",\"name\":\"DinoDevs\",\"url\":\"https:\/\/dinodevs.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dinodevs.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dinodevs.com\/blog\/wp-content\/uploads\/2025\/05\/dinodevs.cube_.png\",\"contentUrl\":\"https:\/\/dinodevs.com\/blog\/wp-content\/uploads\/2025\/05\/dinodevs.cube_.png\",\"width\":600,\"height\":600,\"caption\":\"DinoDevs\"},\"image\":{\"@id\":\"https:\/\/dinodevs.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dinodevs.com\/blog\/#\/schema\/person\/fccac7bcc5374cede43de49a450dfaf3\",\"name\":\"Athanasios Grammatopoulos\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dinodevs.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0271fabc59edad96ed659fb1a3c4caf867a7324609e22d0b2cc25ad71d4c0d8c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0271fabc59edad96ed659fb1a3c4caf867a7324609e22d0b2cc25ad71d4c0d8c?s=96&d=mm&r=g\",\"caption\":\"Athanasios Grammatopoulos\"},\"sameAs\":[\"https:\/\/github.com\/GramThanos\"],\"url\":\"https:\/\/dinodevs.com\/blog\/author\/gramthanos\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Setup your Argon One as a server - DinoDevs","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:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/","og_locale":"en_US","og_type":"article","og_title":"Setup your Argon One as a server - DinoDevs","og_description":"Argon One is one of the best Raspberry Pi cases, it combines decent cooling, easy access to the GPIO pins, and power button, and an awesome design. By default, the built-in fan is inactive and the device does not automatically boot when plugged in power. Ideally, when running your Raspberry Pi as a server, you [&hellip;]","og_url":"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/","og_site_name":"DinoDevs","article_published_time":"2021-02-06T20:33:33+00:00","article_modified_time":"2025-09-29T23:03:35+00:00","og_image":[{"width":1600,"height":540,"url":"https:\/\/dinodevs.com\/blog\/wp-content\/uploads\/2021\/02\/argon-one.jpg","type":"image\/jpeg"}],"author":"Athanasios Grammatopoulos","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Athanasios Grammatopoulos","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/#article","isPartOf":{"@id":"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/"},"author":{"name":"Athanasios Grammatopoulos","@id":"https:\/\/dinodevs.com\/blog\/#\/schema\/person\/fccac7bcc5374cede43de49a450dfaf3"},"headline":"Setup your Argon One as a server","datePublished":"2021-02-06T20:33:33+00:00","dateModified":"2025-09-29T23:03:35+00:00","mainEntityOfPage":{"@id":"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/"},"wordCount":287,"publisher":{"@id":"https:\/\/dinodevs.com\/blog\/#organization"},"image":{"@id":"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/#primaryimage"},"thumbnailUrl":"https:\/\/dinodevs.com\/blog\/wp-content\/uploads\/2021\/02\/argon-one.jpg","keywords":["linux","raspberry pi","server"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/","url":"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/","name":"Setup your Argon One as a server - DinoDevs","isPartOf":{"@id":"https:\/\/dinodevs.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/#primaryimage"},"image":{"@id":"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/#primaryimage"},"thumbnailUrl":"https:\/\/dinodevs.com\/blog\/wp-content\/uploads\/2021\/02\/argon-one.jpg","datePublished":"2021-02-06T20:33:33+00:00","dateModified":"2025-09-29T23:03:35+00:00","breadcrumb":{"@id":"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/#primaryimage","url":"https:\/\/dinodevs.com\/blog\/wp-content\/uploads\/2021\/02\/argon-one.jpg","contentUrl":"https:\/\/dinodevs.com\/blog\/wp-content\/uploads\/2021\/02\/argon-one.jpg","width":1600,"height":540},{"@type":"BreadcrumbList","@id":"https:\/\/dinodevs.com\/blog\/setup-your-argon-one-as-a-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dinodevs.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Setup your Argon One as a server"}]},{"@type":"WebSite","@id":"https:\/\/dinodevs.com\/blog\/#website","url":"https:\/\/dinodevs.com\/blog\/","name":"DinoDevs","description":"When in doubt, code it out.","publisher":{"@id":"https:\/\/dinodevs.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dinodevs.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dinodevs.com\/blog\/#organization","name":"DinoDevs","url":"https:\/\/dinodevs.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dinodevs.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/dinodevs.com\/blog\/wp-content\/uploads\/2025\/05\/dinodevs.cube_.png","contentUrl":"https:\/\/dinodevs.com\/blog\/wp-content\/uploads\/2025\/05\/dinodevs.cube_.png","width":600,"height":600,"caption":"DinoDevs"},"image":{"@id":"https:\/\/dinodevs.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dinodevs.com\/blog\/#\/schema\/person\/fccac7bcc5374cede43de49a450dfaf3","name":"Athanasios Grammatopoulos","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dinodevs.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0271fabc59edad96ed659fb1a3c4caf867a7324609e22d0b2cc25ad71d4c0d8c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0271fabc59edad96ed659fb1a3c4caf867a7324609e22d0b2cc25ad71d4c0d8c?s=96&d=mm&r=g","caption":"Athanasios Grammatopoulos"},"sameAs":["https:\/\/github.com\/GramThanos"],"url":"https:\/\/dinodevs.com\/blog\/author\/gramthanos\/"}]}},"_links":{"self":[{"href":"https:\/\/dinodevs.com\/blog\/wp-json\/wp\/v2\/posts\/53","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dinodevs.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dinodevs.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dinodevs.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dinodevs.com\/blog\/wp-json\/wp\/v2\/comments?post=53"}],"version-history":[{"count":10,"href":"https:\/\/dinodevs.com\/blog\/wp-json\/wp\/v2\/posts\/53\/revisions"}],"predecessor-version":[{"id":262,"href":"https:\/\/dinodevs.com\/blog\/wp-json\/wp\/v2\/posts\/53\/revisions\/262"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dinodevs.com\/blog\/wp-json\/wp\/v2\/media\/59"}],"wp:attachment":[{"href":"https:\/\/dinodevs.com\/blog\/wp-json\/wp\/v2\/media?parent=53"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dinodevs.com\/blog\/wp-json\/wp\/v2\/categories?post=53"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dinodevs.com\/blog\/wp-json\/wp\/v2\/tags?post=53"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}