Skip to content

Raspberry Pi image for FDM Monster based on Ubuntu 20.04 LTS, MongoDB 4.4 and FDM Monster 1.x

License

Notifications You must be signed in to change notification settings

fdm-monster/MonsterPi

Repository files navigation

+ = MonsterPi !

MonsterPi

This repository is a Raspberry Pi image builder for running FDM Monster. The work is a culmination of CustomPiOS by G. Sheffer, FarmPi by M. Kevenaar and my own private 4xOctoPrint Pi OS image.

How to use it?

⚠️ This image is not running Raspberry Pi OS, therefore raspi-config is not available

  • Unzip the image and install it to an sd card like any other Raspberry Pi image
  • Configure your WiFi by editing monsterpi-wpa-supplicant.txt on the root of the flashed card when using it like a thumb drive, or use an UTP cable
  • Boot the Pi from the card
  • Log into your Pi via SSH (it is located at monsterpi.local if your computer supports bonjour or find the IP address assigned by your router), default username is "pi", default password is "raspberry".
    • To Change the password; run: passwd

    • Optionally: Change the configured timezone; run: sudo dpkg-reconfigure tzdata

    • Optionally: Change the hostname; run: echo myhostname | sudo tee /etc/hostname

      Your MonsterPi instance will then no longer be reachable under monsterpi.local but rather the hostname you chose postfixed with .local, so keep that in mind.

FDM Monster is located at http://monsterpi.local and also at https://monsterpi.local. Since the SSL certificate is self signed (and generated upon first boot), you will get a certificate warning at the latter location, please ignore it.

Features

  • FDM Monster software for managing and monitoring 100+ Octoprint instances
  • Ubuntu Raspberry Pi distro image.

Contributors ✨

These are the people involved in the project:

David Zwart
David Zwart

🐛 💻 🚧 📓
Maurice Kevenaar
Maurice Kevenaar

💻 🤔 👀