OctoFarm is an web server and client combination for unifying multiple instances of Octoprint. You can manage and monitor as many instances as you want from a single interface giving you full control over your 3D printer farm.
Please visit Octofarm's Features Page to log a request.
OctoFarm is an easy to setup and install web server and client for unifying multiple instances of Octoprint. You can manage and monitor as many instances as you want from a single interface giving you full control over your 3D printer farm.
Explore the docs »
OctoFarm Bug
·
Request Feature
OctoFarm was built to fill a need that anyone with multiple 3D printers with Octoprint will have run into. How do I manage multiple printers from one place? That's where OctoFarm steps in, add your OctoPrint instances to the system and it will scan and keep you up to date on the status of your printers.
To get a local copy up and running follow these simple steps.
Currently there are issues with using the Global API Key to connect to these instances of OctoPrint. Please use the first user you setup on OctoPrint and a generated Application / User API key from this user to connect. I will be updating OctoFarm to work better with all permission sets eventually but for now this will allow a connection to be established.
Confirmed working on: Linux (Ubuntu, Debian), RaspberryPi (Rasbian), Windows 10. Should also work on but not tested: MacOS, anything else nodejs will run on.
Note: Raspberry Pi's Raspbian OS doesn't officially support running MongoDB yet (MongoDB requires a 64bit kernel, whereas Raspbian's is 32bit), so in that case, you'll need an external database running on some other machine or VM.
All browsers should now be supported in OctoFarm. Please log an issue if this is not the case.
On your OctoPrint instance
All user documentation is now moving to OctoFarm.net. Development documentation below.
https://octofarm.net
git clone https://github.com/NotExpectedYet/OctoFarm.git
npm install
module.exports = { MongoURI: "mongodb://192.168.1.5:27017/octofarm" }; //Example Local URL: "mongodb://192.168.1.5:27017/octofarm" //Example Remote URL: "mongodb+srv://s1mpleman:@cluster0-lgugu.mongodb.net/test?retryWrites=true&w=majority"
npm install --save-dev nodemon
npm run dev
These are planned but not available yet...
I am currently not accepting any contribution to the code. I started this project to teach myself nodejs and Javascript better. With my current plans I will have exhausted most learning opportunities by Version 1.2 and will be happy to take pull requests from people then. Thanks for understanding.
Distributed under GNU Affero General Public License v3.0. See
LICENSEfor more information.
Email: Email NotExpectedYet
Project Link: https://github.com/NotExpectedYet/OctoFarm
Discord: Discord