# Anyone tried installing Mautic on a Raspberry Pi yet?

**URL:** https://forum.mautic.org/t/anyone-tried-installing-mautic-on-a-raspberry-pi-yet/6653
**Category:** Product Support
**Created:** [November 24, 2016, 11:53am UTC](https://forum.mautic.org/t/anyone-tried-installing-mautic-on-a-raspberry-pi-yet/6653 "2016-11-24T11:53:33Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![trevorwood](https://avatars.discourse-cdn.com/v4/letter/t/c37758/32.png) [@trevorwood](https://forum.mautic.org/u/trevorwood)
#### Post date: [November 24, 2016, 11:53am UTC](https://forum.mautic.org/t/anyone-tried-installing-mautic-on-a-raspberry-pi-yet/6653/1 "2016-11-24T11:53:33Z")

</div>

Title says it all really  
  
  
  
anyone tried and succeeded (or failed)? Any gotchas?

---

<div class="post-metadata">

### Author: ![trevorwood](https://avatars.discourse-cdn.com/v4/letter/t/c37758/32.png) [@trevorwood](https://forum.mautic.org/u/trevorwood)
#### Post date: [November 24, 2016, 11:53am UTC](https://forum.mautic.org/t/anyone-tried-installing-mautic-on-a-raspberry-pi-yet/6653/2 "2016-11-24T11:53:33Z")

</div>

Title says it all really

anyone tried and succeeded (or failed)? Any gotchas?

---

<div class="post-metadata">

### Author: ![manageit](https://avatars.discourse-cdn.com/v4/letter/m/5daacb/32.png) [@manageit](https://forum.mautic.org/u/manageit)
#### Post date: [November 29, 2016, 5:47am UTC](https://forum.mautic.org/t/anyone-tried-installing-mautic-on-a-raspberry-pi-yet/6653/3 "2016-11-29T05:47:01Z")

</div>

Its just a php application, with some rather standard php module requirements. With Apache, PHP, MySQL on a PI, it would run it.

My question for you though, why would you? A PI can only handle a tiny amount of web traffic at any one time, meaning if your website is busy at all, the PI will never keep up…

---

<div class="post-metadata">

### Author: ![mark.phillips](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/mark.phillips/32/1527_2.png) [@mark.phillips](https://forum.mautic.org/u/mark.phillips)
#### Post date: [March 9, 2020, 7:17am UTC](https://forum.mautic.org/t/anyone-tried-installing-mautic-on-a-raspberry-pi-yet/6653/4 "2020-03-09T07:17:34Z")

</div>

The purpose would be to have a cheap hardware solution for Mautic without having to set up a VPS, I mean, Wordpress is on these platforms where it can what sustain 200 users at a given time? With the Mautic email queuing throttled, I could think of a number of specific applications that it would be perfect for. Anyway, I can put it on my list of things to do.

---

<div class="post-metadata">

### Author: ![joeyk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/joeyk/32/11164_2.png) [@joeyk](https://forum.mautic.org/u/joeyk)
#### Post date: [March 9, 2020, 3:45pm UTC](https://forum.mautic.org/t/anyone-tried-installing-mautic-on-a-raspberry-pi-yet/6653/5 "2020-03-09T15:45:22Z")

</div>

Hi,  
Having a raspberry pi for other than test server looks like good idea. But not as a live server. Do you have fix ip for that RPi? Do you have all ports open by your internet provider?

A $15 / month VPS would outperform an RPi4 any time in my opinion. If such a VPS is too small, you’d have to have a large amount of contacts, than you’ll be able to pay for a better VPS.

On the other hand: what a cool project.

---

<div class="post-metadata">

### Author: ![autoize](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/autoize/32/105_2.png) [@autoize](https://forum.mautic.org/u/autoize)
#### Post date: [March 9, 2020, 5:27pm UTC](https://forum.mautic.org/t/anyone-tried-installing-mautic-on-a-raspberry-pi-yet/6653/6 "2020-03-09T17:27:55Z")

</div>

If one really wanted to, they could set up a load balanced cluster of Docker Swarm nodes on a handful of Raspberry Pis, with multiple replicas of the Mautic container [mounting a Docker volume using the GlusterFS storage driver](https://autoize.com/glusterfs-for-persistent-docker-volumes/).

You would also ideally have a software load balancer in front of the Swarm (e.g. HAProxy) balancing traffic round-robin or least connections. The MySQL database would also have to handled by a couple of Pi’s in the Swarm with multi-master replication or a Galera cluster.

It would be a cool proof of concept showing how a single instance of Mautic could scale horizontally across low-powered hardware. Perhaps something really neat to demo at a conference booth, or at a lightning talk.

---

<div class="post-metadata">

### Author: ![joeyk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/joeyk/32/11164_2.png) [@joeyk](https://forum.mautic.org/u/joeyk)
#### Post date: [November 6, 2020, 12:35pm UTC](https://forum.mautic.org/t/anyone-tried-installing-mautic-on-a-raspberry-pi-yet/6653/7 "2020-11-06T12:35:16Z")

</div>

Hi,  
I feel horrible, that this project took so long, but finally you all can be sure the void is filled. 🙂

I installed Mautic 3.1 on a Raspberry PI 2, and I have to say it went pretty okay.  
In order to stay in control of my domain, but not to pay extra, I used cloudflare API to keep the domain updated with the dynamic DNS my home internet has, so the Rpi would be always accessible.  
It is tracking a website with 400 daily users, so far without any issues, loading reasonably fast.  
I also added Amazon SES as an email sending method, as email sending is not allowed on my IP. And it isn’t the proper way anyway to send emails, so I made sure it’s hooked up properly.  
Bounce handling is also managed by the little Pi, as the subdomain has high availability.

I also benchmarked different actions, like segment update, campaign update and triggers, email sending. I don’t want to bore you to death, the detailed findings and a detailed command-by-command installation and a bunch of screenshots.

> **[Install a fully functional Mautic 3 on a Raspberry Pi - Joey Keller](https://joeykeller.com/install-a-fully-functional-mautic-3-on-a-raspberry-pi/)**
>
> There are two kinds of projects, that make the geek heart beat faster: Install Doom on any device, and run any software on a Raspberry Pi. I was shocked to find out that there is no proper instructions on the internet for installing Mautic on a...
