<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>pi4 - Hamradio.my</title>
	<atom:link href="https://hamradio.my/tag/pi4/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Amateur Radio, Tech Insights and Product Reviews</description>
	<lastBuildDate>Fri, 13 Jun 2025 13:54:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://hamradio.my/wp-content/uploads/2026/02/cropped-cropped-image-removebg-preview-3-32x32.png</url>
	<title>pi4 - Hamradio.my</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Building a Plex Media Server with Raspberry Pi</title>
		<link>https://hamradio.my/2025/06/building-a-plex-media-server-with-raspberry-pi/</link>
					<comments>https://hamradio.my/2025/06/building-a-plex-media-server-with-raspberry-pi/#respond</comments>
		
		<dc:creator><![CDATA[9M2PJU]]></dc:creator>
		<pubDate>Wed, 04 Jun 2025 21:30:17 +0000</pubDate>
				<category><![CDATA[entertainment]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<category><![CDATA[arm]]></category>
		<category><![CDATA[directplay]]></category>
		<category><![CDATA[h264]]></category>
		<category><![CDATA[homeautomation]]></category>
		<category><![CDATA[homelab]]></category>
		<category><![CDATA[homeserver]]></category>
		<category><![CDATA[htpc]]></category>
		<category><![CDATA[LowPower]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[mediacenter]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[pi]]></category>
		<category><![CDATA[pi4]]></category>
		<category><![CDATA[pi5]]></category>
		<category><![CDATA[plex]]></category>
		<category><![CDATA[plexserver]]></category>
		<category><![CDATA[RaspberryPi]]></category>
		<category><![CDATA[selfhosted]]></category>
		<category><![CDATA[streaming]]></category>
		<guid isPermaLink="false">https://hamradio.my/?p=7464</guid>

					<description><![CDATA[<p>If you&#8217;re looking for a low-power, always-on solution for streaming your personal media library, the Raspberry Pi makes a great Plex server. It&#8217;s compact, quiet, affordable, and perfect for handling basic media streaming—especially for home use. In this post, I’ll guide you through setting up Plex Media Server on a Raspberry Pi, using Raspberry Pi [&#8230;]</p>
<p>The post <a href="https://hamradio.my/2025/06/building-a-plex-media-server-with-raspberry-pi/">Building a Plex Media Server with Raspberry Pi</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">If you&#8217;re looking for a low-power, always-on solution for streaming your personal media library, the <strong>Raspberry Pi</strong> makes a great Plex server. It&#8217;s compact, quiet, affordable, and perfect for handling basic media streaming—especially for home use.</p>



<p class="wp-block-paragraph">In this post, I’ll guide you through setting up <strong>Plex Media Server</strong> on a <strong>Raspberry Pi</strong>, using Raspberry Pi OS (Lite or Full) or Debian-based distros like Ubuntu Server.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-what-you-ll-need"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9f0.png" alt="🧰" class="wp-smiley" style="height: 1em; max-height: 1em;" /> What You’ll Need</h3>



<ul class="wp-block-list">
<li>Raspberry Pi 4 or 5 (at least 2GB RAM, 4GB+ recommended)</li>



<li>microSD card (32GB+), or SSD via USB 3.0</li>



<li>External storage for media (USB HDD/SSD or NAS)</li>



<li>Ethernet or Wi-Fi connection</li>



<li>Raspberry Pi OS (Lite or Desktop)</li>



<li>A Plex account (free is enough)</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-step-1-prepare-the-raspberry-pi"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2699.png" alt="⚙" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Step 1: Prepare the Raspberry Pi</h3>



<ol class="wp-block-list">
<li>Flash Raspberry Pi OS using <a href="https://www.raspberrypi.com/software/">Raspberry Pi Imager</a></li>



<li>Enable SSH and set hostname (optional)</li>



<li>Boot the Pi, log in, and update:</li>
</ol>



<pre class="wp-block-code"><code>sudo apt update &amp;&amp; sudo apt upgrade -y
</code></pre>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-step-2-install-plex-media-server"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4e6.png" alt="📦" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Step 2: Install Plex Media Server</h3>



<p class="wp-block-paragraph">Plex is available for ARM-based devices via their official repository.</p>



<ol class="wp-block-list">
<li>Add Plex repo and key:</li>
</ol>



<pre class="wp-block-code"><code>curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -
echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list
sudo apt update
</code></pre>



<ol start="2" class="wp-block-list">
<li>Install Plex:</li>
</ol>



<pre class="wp-block-code"><code>sudo apt install plexmediaserver -y
</code></pre>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-step-3-enable-and-start-the-service"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f501.png" alt="🔁" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Step 3: Enable and Start the Service</h3>



<p class="wp-block-paragraph">Enable Plex on boot and start the service:</p>



<pre class="wp-block-code"><code>sudo systemctl enable plexmediaserver
sudo systemctl start plexmediaserver
</code></pre>



<p class="wp-block-paragraph">Make sure it&#8217;s running:</p>



<pre class="wp-block-code"><code>sudo systemctl status plexmediaserver
</code></pre>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-step-4-access-plex-web-interface"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f310.png" alt="🌐" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Step 4: Access Plex Web Interface</h3>



<p class="wp-block-paragraph">Open your browser and go to:</p>



<pre class="wp-block-code"><code>http:&#47;&#47;&lt;your-pi-ip&gt;:32400/web
</code></pre>



<p class="wp-block-paragraph">Log in with your Plex account and begin the setup wizard.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-step-5-add-your-media-library"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c2.png" alt="📂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Step 5: Add Your Media Library</h3>



<p class="wp-block-paragraph">Plug in your external HDD or mount a network share, then:</p>



<pre class="wp-block-code"><code>sudo mkdir -p /mnt/media
sudo mount /dev/sda1 /mnt/media
</code></pre>



<p class="wp-block-paragraph">Make sure Plex can access it:</p>



<pre class="wp-block-code"><code>sudo chown -R plex:plex /mnt/media
</code></pre>



<p class="wp-block-paragraph">Add the media folder during the Plex setup under Library &gt; Add Library.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-optional-tips"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Optional Tips</h3>



<ul class="wp-block-list">
<li><strong>Transcoding:</strong> The Pi can handle direct play (no transcoding) well, but struggles with transcoding large files. Use compatible formats like H.264 (MP4).</li>



<li><strong>USB Boot:</strong> For better performance, boot the Pi from an SSD instead of a microSD card.</li>



<li><strong>Power Supply:</strong> Use a proper 5V/3A PSU to avoid crashes under heavy disk load.</li>



<li><strong>Thermal:</strong> Add a heatsink or fan for the Pi if using Plex for long sessions.</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-secure-your-server"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f510.png" alt="🔐" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Secure Your Server</h3>



<ul class="wp-block-list">
<li>Use your router to forward port <code>32400</code> only if you want remote access.</li>



<li>Set a strong Plex password.</li>



<li>Enable Tailscale or WireGuard for secure remote access without exposing ports.</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-conclusion"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Conclusion</h3>



<p class="wp-block-paragraph">A Raspberry Pi might not replace a full-blown NAS or dedicated server, but for personal use or as a secondary Plex node, it&#8217;s surprisingly capable. With low energy usage and silent operation, it’s the perfect DIY home media solution.</p>



<p class="wp-block-paragraph">If you&#8217;re running other services like Pi-hole or Home Assistant, the Pi can multitask well — just avoid overloading it with too much transcoding.</p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://hamradio.my/2025/06/building-a-plex-media-server-with-raspberry-pi/">Building a Plex Media Server with Raspberry Pi</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://hamradio.my/2025/06/building-a-plex-media-server-with-raspberry-pi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
