<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Getting Started: How to Install Bambuddy (Docker)]]></title><description><![CDATA[<p dir="auto">This guide walks you through installing Bambuddy using Docker — the recommended method.</p>
<h2>Prerequisites</h2>
<ul>
<li><strong>Docker</strong> and <strong>Docker Compose</strong> installed on your system</li>
<li>A <strong>Bambu Lab printer</strong> with <strong>Developer Mode</strong> enabled</li>
<li><strong>"Store sent files on external storage"</strong> enabled in Bambu Studio or OrcaSlicer</li>
<li>Printer and server on the <strong>same local network</strong></li>
</ul>
<h2>Installation</h2>
<h3>Option A: Pre-built Image (Fastest)</h3>
<pre><code class="language-bash">mkdir bambuddy &amp;&amp; cd bambuddy
curl -O https://raw.githubusercontent.com/maziggy/bambuddy/main/docker-compose.yml
docker compose up -d
</code></pre>
<p dir="auto">That's it! Open <code>http://your-server-ip:5000</code> in your browser.</p>
<h3>Option B: Build from Source</h3>
<pre><code class="language-bash">git clone https://github.com/maziggy/bambuddy.git
cd bambuddy
docker compose up -d --build
</code></pre>
<h2>Multi-Architecture Support</h2>
<p dir="auto">Bambuddy runs on both <strong>AMD64</strong> and <strong>ARM64</strong> (Raspberry Pi 4/5). Docker will automatically pull the correct image.</p>
<h2>macOS / Windows (Docker Desktop)</h2>
<p dir="auto">Docker Desktop doesn't support host networking. You'll need to enter your printer's IP address manually in Bambuddy settings instead of relying on auto-discovery.</p>
<h2>Updating</h2>
<pre><code class="language-bash">docker compose pull
docker compose up -d
</code></pre>
<h2>Daily Beta Builds</h2>
<p dir="auto">Want to try the latest features? Use the daily build tag:</p>
<pre><code class="language-yaml">image: ghcr.io/maziggy/bambuddy:daily
</code></pre>
<p dir="auto">Note: Daily builds are never tagged as <code>latest</code> — you need to explicitly opt in.</p>
<h2>First Steps After Install</h2>
<ol>
<li>Open Bambuddy in your browser</li>
<li>Go to <strong>Settings &gt; Printers</strong> and add your printer's IP and access code</li>
<li>Your printer should appear on the dashboard within seconds</li>
<li>Start a print from your slicer — it will be automatically archived!</li>
</ol>
<hr />
<p dir="auto">Having trouble? Check the <a href="https://wiki.bambuddy.cool" rel="nofollow ugc">Documentation</a> or ask in the <strong>Help</strong> category.</p>
]]></description><link>https://forum.bambuddy.cool/topic/16/getting-started-how-to-install-bambuddy-docker</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 15:45:15 GMT</lastBuildDate><atom:link href="https://forum.bambuddy.cool/topic/16.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 Apr 2026 13:06:42 GMT</pubDate><ttl>60</ttl></channel></rss>