{"id":31,"date":"2016-03-26T18:16:39","date_gmt":"2016-03-26T18:16:39","guid":{"rendered":"http:\/\/www.copahost.com\/blog\/?p=31"},"modified":"2024-10-07T12:06:38","modified_gmt":"2024-10-07T12:06:38","slug":"is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server","status":"publish","type":"post","link":"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/","title":{"rendered":"Raspberry as a dedicated server? The result is amazing"},"content":{"rendered":"<p><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone wp-image-32\" src=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/dedicated-server-raspberri-pi-img1.jpg\" alt=\"dedicated server raspberri pi img1\" width=\"679\" height=\"382\" \/><\/p>\n<p>Raspberry has been one of the greatest revolutions of modern computing. It sold over 5 million units since 2015. Most of the people use it as a media centre, video games emulator console, music player, advertising outdoors&#8230;\u00a0 And now Copahost thought: why not using it as a <a href=\"https:\/\/www.copahost.com\/es\/dedicated-servers\">cheap dedicated server<\/a>?<\/p>\n<h2>First of all, the setup<\/h2>\n<p><img decoding=\"async\" class=\"alignleft wp-image-33\" src=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/dedicated-server-raspberri-pi-img2.jpg\" alt=\"cheap dedicated server raspberri pi img2\" width=\"373\" height=\"210\" \/>We used one stock Raspberry Pi 3 B (49<span class=\"st\">\u20ac<\/span>), with 1GB of RAM and a 1.2GHz 64-bit quad-core ARM Cortex-A53 CPU. The storage is one 32GB Adata Class 10 MicroSD card (9<span class=\"st\">\u20ac<\/span>).<\/p>\n<p>This Cortex-A53 is 10 times faster than the original Raspberry 1 CPU. That&#8217;s a huge improvement.<\/p>\n<p>We installed Raspbian Jessie on it.<\/p>\n<h2>Let&#8217;s bring the Raspberry &#8220;junior&#8221; dedicated server into the data center and power it on<\/h2>\n<p><img decoding=\"async\" class=\"alignnone wp-image-37\" src=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/rasp-dedicated-server-in-datacenter-img1.jpg\" alt=\"rasp dedicated server in datacenter img1\" width=\"329\" height=\"185\" \/><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-38\" src=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/rasp-dedicated-server-in-datacenter-img2.jpg\" alt=\"rasp dedicated server in datacenter img2\" width=\"325\" height=\"183\" \/><\/p>\n<h2>Expand the filesystem with raspi-config<\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-34 alignleft\" src=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/raspi-config.jpg\" alt=\"raspi-config\" width=\"333\" height=\"196\" \/>By default, Raspbian will partition the SD card only using a small partition. We must enter raspi-config, in order to expand the filesystem to use all the available space in the SD card.<\/p>\n<p># raspi-config<\/p>\n<p>And then simply select &#8220;Expand Filesystem&#8221; and hit enter.<\/p>\n<p>Note: you have to <a href=\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/\">reboot<\/a> it so that changes take effect.<\/p>\n<p>After the reboot, we can now see the whole space mounted in \/<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-35\" src=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/rasp-df.jpg\" alt=\"rasp df\" width=\"496\" height=\"94\" \/><\/p>\n<h2>Installing LAMP &#8211; Apache MySQL and PHP<\/h2>\n<p>We prepared a standard and popular environment, similar to a <a href=\"https:\/\/www.copahost.com\/blog\/vps-vs-dedicated-server\/\">dedicated server<\/a>. <a href=\"https:\/\/www.copahost.com\/blog\/install-apache-in-ubuntu-14\/\">Installed<\/a> and configured\u00a0Apache 2, PHP 5 and MySQL 5.6.\u00a0 Raspberry was set up to run a WordPress website as a test.<\/p>\n<p>First of all, let&#8217;s install Apache <a href=\"https:\/\/www.copahost.com\/blog\/what-is-web-server\/\">web server<\/a><\/p>\n<blockquote><p><strong># sudo apt-get install apache2 -y<\/strong><\/p><\/blockquote>\n<p>Now let&#8217;s install PHP5 with Libapache<\/p>\n<blockquote><p><strong># sudo apt-get install php5 libapache2-mod-php5 -y<\/strong><\/p><\/blockquote>\n<p>Now we will <a href=\"https:\/\/www.copahost.com\/blog\/install-mysql-ubuntu-14\/\">install MySQL<\/a><\/p>\n<blockquote><p><strong># sudo apt-get install mysql-server php5-mysql -y<\/strong><\/p><\/blockquote>\n<h2>Let&#8217;s see it running<\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-39\" src=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/raspberry-phpinfo.jpg\" alt=\"raspberry phpinfo\" width=\"309\" height=\"157\" \/> <img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-40\" src=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/raspberry-wordpress.jpg\" alt=\"raspberry wordpress\" width=\"331\" height=\"152\" \/><\/p>\n<h2><\/h2>\n<h2>Benchmark &#8211; Dedicated server vs Raspberry Pi 3 B<\/h2>\n<p>We made a stress test in the <a href=\"https:\/\/www.copahost.com\/blog\/what-is-web-server\/\">web server<\/a>, to check what was its limit. We performed 50 concurrent and sequential connections to it, using <strong>curl<\/strong>. The result was amazing. It was pretty stable with up to 35 connections, and still worked fine with 50 simultaneous connections!<\/p>\n<p>We created a script called stress.sh, with this content:<\/p>\n<pre>max=50\nfor (( i=1; i &lt;= $max; ++i ))\ndo\ncurl -s \"http:\/\/rasptest.copahost.com?[0-500]\" &amp;\ndone\n<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-66\" src=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/rasp-top.jpg\" alt=\"rasp top\" width=\"661\" height=\"462\" \/><\/p>\n<p>Of course we know Raspberry have a simple CPU, compatible with its price. So we put an old dedicated server together and tested both of them with sysbench for linux.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-36\" src=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/rasp-benchmark-dedicated-server.jpg\" alt=\"rasp benchmark dedicated server\" width=\"1025\" height=\"352\" \/><\/p>\n<p>In Sysbench we got a score of 40.23s in E2180 versus 954.90s in Raspberry Pi 3. The lower, the better. The performance of the Raspberry Pi 3 may be a bit disappointing if compared with a standard dedicated server.<\/p>\n<p>In other words, this CPU is 23 times <strong>slower<\/strong> than a standard Pentium Dual Core.<\/p>\n<h2>Conclusion: is it possible to run Raspberry Pi as a dedicated server in production?<\/h2>\n<p>The Cortex-A5 CPU, present in Raspberry 3, is 10 times faster than Raspberry Pi 2 CPU. Using it to <a href=\"https:\/\/www.copahost.com\/blog\/host-html-site\/\">host a simple site<\/a> with a simple MySQL database works perfectly.\u00a0You can consider using a Raspberry dedicated server for simple operations. As you populate a MySQL database with many\u00a0results or <a href=\"https:\/\/www.copahost.com\/blog\/install-wordpress\/\">install some WordPress<\/a> plugins, the performance may be suffering a bit.<\/p>\n<p><strong><span style=\"color: #0000ff;\">The pros:<\/span><\/strong><br \/>\nVery low power consumption, as per <a href=\"https:\/\/www.copahost.com\/blog\/electrical-estimating-software\/\">electrical estimating softwares<\/a>.<br \/>\nCan be used as a small and simple <a href=\"https:\/\/www.copahost.com\/blog\/web-server-examples\/\">web and database server<\/a><br \/>\nExternal USB Hard disks can be connected to it<br \/>\nVery low price<br \/>\nNice style<\/p>\n<p><strong><span style=\"color: #ff0000;\">The cons:<\/span><\/strong><br \/>\nPoor CPU performance<br \/>\nPoor IO performance, as it depends on an SD card<br \/>\nLacks a reboot button (there are some mods for it)<\/p>\n<p>For those who need a cheap but a powerful server, the best option is still a <a href=\"https:\/\/www.copahost.com\/en\/vps-hosting\">VPS Server<\/a>.<\/p>\n<p>In the next versions, Raspberry should be more competitive and able to handle more and more crowded websites. Copahost hope the &#8220;Junior server&#8221; will grow and be a competitive piece of hardware within a few years.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Raspberry has been one of the greatest revolutions of modern computing. It sold over 5 million units since 2015. Most of the people use it as a media centre, video games emulator console, music player, advertising outdoors&#8230;\u00a0 And now Copahost thought: why not using it as a cheap dedicated server? First of all, the setup [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":32,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7,6,8],"tags":[40,33,35,42,39,41,10],"class_list":["post-31","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-benchmark-tests","category-dedicated-servers","category-gadgets","tag-apache","tag-dedicated-server","tag-linux","tag-linux-benchmark","tag-mysql","tag-php","tag-raspberry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Raspberry as a dedicated server? The result is amazing - Copahost<\/title>\n<meta name=\"description\" content=\"We tested raspberry pi 3 as a cheap dedicated server, running apache and mysql on it. Is it possible to use in production? The result is amazing!\" \/>\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.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Raspberry as a dedicated server? The result is amazing - Copahost\" \/>\n<meta property=\"og:description\" content=\"We tested raspberry pi 3 as a cheap dedicated server, running apache and mysql on it. Is it possible to use in production? The result is amazing!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Copahost\" \/>\n<meta property=\"article:published_time\" content=\"2016-03-26T18:16:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-07T12:06:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/dedicated-server-raspberri-pi-img1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"3264\" \/>\n\t<meta property=\"og:image:height\" content=\"1836\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Gustavo Gallas\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Gustavo Gallas\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/\"},\"author\":{\"name\":\"Gustavo Gallas\",\"@id\":\"https:\/\/www.copahost.com\/blog\/#\/schema\/person\/386b3f1f79299d43f4ceb33d26428246\"},\"headline\":\"Raspberry as a dedicated server? The result is amazing\",\"datePublished\":\"2016-03-26T18:16:39+00:00\",\"dateModified\":\"2024-10-07T12:06:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/\"},\"wordCount\":613,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/dedicated-server-raspberri-pi-img1.jpg\",\"keywords\":[\"apache\",\"dedicated server\",\"linux\",\"linux benchmark\",\"mysql\",\"php\",\"raspberry\"],\"articleSection\":[\"Benchmark tests\",\"Dedicated servers\",\"Gadgets\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/\",\"url\":\"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/\",\"name\":\"Raspberry as a dedicated server? The result is amazing - Copahost\",\"isPartOf\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/dedicated-server-raspberri-pi-img1.jpg\",\"datePublished\":\"2016-03-26T18:16:39+00:00\",\"dateModified\":\"2024-10-07T12:06:38+00:00\",\"description\":\"We tested raspberry pi 3 as a cheap dedicated server, running apache and mysql on it. Is it possible to use in production? The result is amazing!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/#primaryimage\",\"url\":\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/dedicated-server-raspberri-pi-img1.jpg\",\"contentUrl\":\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/dedicated-server-raspberri-pi-img1.jpg\",\"width\":3264,\"height\":1836},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.copahost.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Raspberry as a dedicated server? The result is amazing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.copahost.com\/blog\/#website\",\"url\":\"https:\/\/www.copahost.com\/blog\/\",\"name\":\"Copahost\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.copahost.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.copahost.com\/blog\/#organization\",\"name\":\"Copahost\",\"url\":\"https:\/\/www.copahost.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.copahost.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/copahostlogo.png\",\"contentUrl\":\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/copahostlogo.png\",\"width\":223,\"height\":40,\"caption\":\"Copahost\"},\"image\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.copahost.com\/blog\/#\/schema\/person\/386b3f1f79299d43f4ceb33d26428246\",\"name\":\"Gustavo Gallas\",\"description\":\"Graduated in Computing at PUC-Rio, Brazil. Specialized in IT, networking, systems administration and human and organizational development\u200b. Also have brewing skills.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/gustavo-gallas-107926196\/\"],\"url\":\"https:\/\/www.copahost.com\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Raspberry as a dedicated server? The result is amazing - Copahost","description":"We tested raspberry pi 3 as a cheap dedicated server, running apache and mysql on it. Is it possible to use in production? The result is amazing!","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.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/","og_locale":"en_US","og_type":"article","og_title":"Raspberry as a dedicated server? The result is amazing - Copahost","og_description":"We tested raspberry pi 3 as a cheap dedicated server, running apache and mysql on it. Is it possible to use in production? The result is amazing!","og_url":"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/","og_site_name":"Copahost","article_published_time":"2016-03-26T18:16:39+00:00","article_modified_time":"2024-10-07T12:06:38+00:00","og_image":[{"width":3264,"height":1836,"url":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/dedicated-server-raspberri-pi-img1.jpg","type":"image\/jpeg"}],"author":"Gustavo Gallas","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Gustavo Gallas","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/#article","isPartOf":{"@id":"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/"},"author":{"name":"Gustavo Gallas","@id":"https:\/\/www.copahost.com\/blog\/#\/schema\/person\/386b3f1f79299d43f4ceb33d26428246"},"headline":"Raspberry as a dedicated server? The result is amazing","datePublished":"2016-03-26T18:16:39+00:00","dateModified":"2024-10-07T12:06:38+00:00","mainEntityOfPage":{"@id":"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/"},"wordCount":613,"commentCount":0,"publisher":{"@id":"https:\/\/www.copahost.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/dedicated-server-raspberri-pi-img1.jpg","keywords":["apache","dedicated server","linux","linux benchmark","mysql","php","raspberry"],"articleSection":["Benchmark tests","Dedicated servers","Gadgets"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/","url":"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/","name":"Raspberry as a dedicated server? The result is amazing - Copahost","isPartOf":{"@id":"https:\/\/www.copahost.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/#primaryimage"},"image":{"@id":"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/dedicated-server-raspberri-pi-img1.jpg","datePublished":"2016-03-26T18:16:39+00:00","dateModified":"2024-10-07T12:06:38+00:00","description":"We tested raspberry pi 3 as a cheap dedicated server, running apache and mysql on it. Is it possible to use in production? The result is amazing!","breadcrumb":{"@id":"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/#primaryimage","url":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/dedicated-server-raspberri-pi-img1.jpg","contentUrl":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/dedicated-server-raspberri-pi-img1.jpg","width":3264,"height":1836},{"@type":"BreadcrumbList","@id":"https:\/\/www.copahost.com\/blog\/is-it-possible-to-run-a-web-server-in-a-raspberry-pi-3-as-a-dedicated-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.copahost.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Raspberry as a dedicated server? The result is amazing"}]},{"@type":"WebSite","@id":"https:\/\/www.copahost.com\/blog\/#website","url":"https:\/\/www.copahost.com\/blog\/","name":"Copahost","description":"","publisher":{"@id":"https:\/\/www.copahost.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.copahost.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.copahost.com\/blog\/#organization","name":"Copahost","url":"https:\/\/www.copahost.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.copahost.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/copahostlogo.png","contentUrl":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/copahostlogo.png","width":223,"height":40,"caption":"Copahost"},"image":{"@id":"https:\/\/www.copahost.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.copahost.com\/blog\/#\/schema\/person\/386b3f1f79299d43f4ceb33d26428246","name":"Gustavo Gallas","description":"Graduated in Computing at PUC-Rio, Brazil. Specialized in IT, networking, systems administration and human and organizational development\u200b. Also have brewing skills.","sameAs":["https:\/\/www.linkedin.com\/in\/gustavo-gallas-107926196\/"],"url":"https:\/\/www.copahost.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/posts\/31","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/comments?post=31"}],"version-history":[{"count":45,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/posts\/31\/revisions"}],"predecessor-version":[{"id":3992,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/posts\/31\/revisions\/3992"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/media\/32"}],"wp:attachment":[{"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/media?parent=31"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/categories?post=31"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/tags?post=31"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}