<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Headless raspberry pi. - Raspberry Pi				            </title>
            <link>https://forum.dronebotworkshop.com/raspberry-pi/headless-raspberry-pi/</link>
            <description>Discussion board for Robotics, Arduino, Raspberry Pi and other DIY electronics and modules. Join us today!</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 08 Mar 2026 03:06:35 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Headless raspberry pi.</title>
                        <link>https://forum.dronebotworkshop.com/raspberry-pi/headless-raspberry-pi/#post-44798</link>
                        <pubDate>Thu, 21 Dec 2023 15:38:34 +0000</pubDate>
                        <description><![CDATA[@inq Excellent tutorial Dennis. I have bookmarked it as you have a few twists in there I was not using. As far as step 5, I use an SSD connected to my USB port and it is no different from an...]]></description>
                        <content:encoded><![CDATA[@inq Excellent tutorial Dennis. I have bookmarked it as you have a few twists in there I was not using. As far as step 5, I use an SSD connected to my USB port and it is no different from an SD card. Of course the big advantage is they last a lot longer than a normal SD, don't know about the endurance line of SD's which is advisable. If you are insistent on an SD, check out how to minimize wear, The Swiss Guy has a video <a href="https://youtu.be/LKDC-Wjukk0?si=s9c6kgILfR-djatm" target="_blank" rel="noopener">HERE </a>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/raspberry-pi/">Raspberry Pi</category>                        <dc:creator>Ron</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/raspberry-pi/headless-raspberry-pi/#post-44798</guid>
                    </item>
				                    <item>
                        <title>RE: Headless raspberry pi.</title>
                        <link>https://forum.dronebotworkshop.com/raspberry-pi/headless-raspberry-pi/#post-44797</link>
                        <pubDate>Thu, 21 Dec 2023 15:06:47 +0000</pubDate>
                        <description><![CDATA[I can&#039;t do a nice video like @dronebot-workshop, but here is what I&#039;m doing...
I&#039;ve just run through doing this about a dozen times in the last couple of weeks.  If you&#039;re hard set about us...]]></description>
                        <content:encoded><![CDATA[
<p>I would like to see a video on making a headless raspberry pi. There are some video out there but they are all old, out of date, and have errors. Please use window remote desktop connection.</p>
<p></p>
<p>I can't do a nice video like @dronebot-workshop, but here is what I'm doing...</p>
<p>I've just run through doing this about a dozen times in the last couple of weeks.  If you're hard set about using Windows Remote Desktop, you'll have to use one of the tutorials where you have to install <span><strong>xrdp </strong>on the Pi.</span>  In the OS <strong>Bullseye</strong> (one back from current) they have built-in support using VNC Server (nothing to load) expecting us to use the free version of VNC Viewer on our Windows boxes.  It works about the same as Windows Remote Desktop.  I've had no complaints.  </p>
<p>Also, the process seems to now be in a state of flux since the RasPi5 is such a different <em>hardware</em> beast that it has broken a lot of things.  The newest OS <strong>Bookworm</strong> no longer supports VNC Server and has gone to something more obscure and less mature.  <a href="https://forums.raspberrypi.com/viewtopic.php?t=357582" target="_blank" rel="noopener">https://forums.raspberrypi.com/viewtopic.php?t=357582</a></p>
<p>As my primary target is a Raspberry Pi Zero-W and Bookworm will not run on it, I've backed up to using <strong>Bullseye</strong> anyway.  Setting up headless on it is pretty simple, even for the case where you have to use headless during the install phase and don't have ethernet (Pi Zero W).</p>
<ol>
<li>I'll assume you've done some installs before and don't need a "<em>press this button with pictures</em>" for every step.</li>
<li>Use the Raspberry Pi Imager.  I have v 1.8.3 </li>
<li>Select your <strong>Raspberry Pi Device</strong></li>
<li>Choose OS:  Pick <strong>Bullseye</strong> <em>Desktop </em>or<em> Full</em></li>
<li>Choose Storage:  pick your SD - If you want something fancy... like SSD, Dongle or boot over ethernet... I can't help you.</li>
<li>Hit Next</li>
<li>At the <em>Use OS customisation?</em> (sic) dialog, select <strong>Edit Settings</strong>
<ol>
<li>Fill out all sections.  I like not having to use Pi, raspberry.
8281
 </li>
<li>On services tab, <strong>Enable SSH</strong> and <em>Use password authentication</em></li>
<li>Save... and back at <em>sic</em>, press <strong>YES</strong> to <em>Would you like to apply OS customisation settings?</em></li>
</ol>
</li>
<li>Install loaded SD into RasPi - It'll take a while before it lets you in depending on your RasPi's speed and SD size.  At least 3 minutes for my Pi-Zero and RasPi4.</li>
<li>Connect using some kind of SSH terminal.  I typically use PuTTY, but I understand Windows Power Shell will work also: <strong>SSH &lt;computer name&gt; -l &lt;user name&gt;</strong></li>
<li>Once in run:  <strong>sudo raspi-config</strong></li>
<li>Change the following items:
<ol>
<li><strong>Display / VNC Resolution</strong> : to your desired screen resolution.</li>
<li><strong>Interface Options : I3 VNC</strong> : Enable</li>
<li><strong>Finish</strong></li>
</ol>
</li>
<li>Probably should do:
<ol>
<li><strong>sudo apt-get update</strong></li>
<li><strong>sudo apt-get upgrade</strong></li>
</ol>
</li>
<li>Reboot if it tells you.</li>
<li>Install and run <strong>VNC Viewer</strong> - <a href="https://www.realvnc.com/en/connect/download/viewer/" target="_blank" rel="noopener">https://www.realvnc.com/en/connect/download/viewer/</a>
<ol>
<li>To setup a connection, <strong>File / New connection...</strong></li>
<li>Fill out VNC Server:</li>
<li>Name (friendly name)
8282
 </li>
<li>All the rest of the defaults will work fine.</li>
</ol>
</li>
<li>Double click your new entry </li>
<li>It'll prompt you for saving a certification (just to confirm you're talking to the computer you think you are) your username, password</li>
<li>Should get your desktop.
<div class="wpfa-item wpfa-img"><a title="image" href="https://forum.dronebotworkshop.com/wp-content/uploads/wpforo/attachments/4626/8283-image.png" data-gallery="#wpf-content-blueimp-gallery"><img style="max-width: 400px;max-height: 300px" title="image" src="https://forum.dronebotworkshop.com/wp-content/uploads/wpforo/attachments/4626/thumbnail/8283-image.png" alt="image" /></a></div>
</li>
</ol>
<p> </p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/raspberry-pi/">Raspberry Pi</category>                        <dc:creator>Inq</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/raspberry-pi/headless-raspberry-pi/#post-44797</guid>
                    </item>
				                    <item>
                        <title>RE: Headless raspberry pi.</title>
                        <link>https://forum.dronebotworkshop.com/raspberry-pi/headless-raspberry-pi/#post-44796</link>
                        <pubDate>Thu, 21 Dec 2023 14:57:53 +0000</pubDate>
                        <description><![CDATA[@sj_h1 I just noticed you want to use RDP, here is a link]]></description>
                        <content:encoded><![CDATA[<p>@sj_h1 I just noticed you want to use RDP, here is a link <a href="https://pimylifeup.com/raspberry-pi-remote-desktop/" target="_blank" rel="noopener">https://pimylifeup.com/raspberry-pi-remote-desktop/</a></p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/raspberry-pi/">Raspberry Pi</category>                        <dc:creator>Ron</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/raspberry-pi/headless-raspberry-pi/#post-44796</guid>
                    </item>
				                    <item>
                        <title>RE: Headless raspberry pi.</title>
                        <link>https://forum.dronebotworkshop.com/raspberry-pi/headless-raspberry-pi/#post-44795</link>
                        <pubDate>Thu, 21 Dec 2023 14:06:36 +0000</pubDate>
                        <description><![CDATA[@sj_h1 I just googled that question and here is the instructions. It is waaaaay easier now with the new imager.]]></description>
                        <content:encoded><![CDATA[<p><span>@sj_h1 I just googled that question and here is the instructions. It is waaaaay easier now with the new imager.</span></p>
<p><a href="https://www.tomshardware.com/reviews/raspberry-pi-headless-setup-how-to,6028.html" target="_blank" rel="noopener">https://www.tomshardware.com/reviews/raspberry-pi-headless-setup-how-to,6028.html</a></p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/raspberry-pi/">Raspberry Pi</category>                        <dc:creator>Ron</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/raspberry-pi/headless-raspberry-pi/#post-44795</guid>
                    </item>
				                    <item>
                        <title>Headless raspberry pi.</title>
                        <link>https://forum.dronebotworkshop.com/raspberry-pi/headless-raspberry-pi/#post-44794</link>
                        <pubDate>Thu, 21 Dec 2023 13:36:14 +0000</pubDate>
                        <description><![CDATA[I would like to see a video on making a headless raspberry pi. There are some video out there but they are all old, out of date, and have errors. Please use window remote desktop connection.]]></description>
                        <content:encoded><![CDATA[<p>I would like to see a video on making a headless raspberry pi. There are some video out there but they are all old, out of date, and have errors. Please use window remote desktop connection.</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/raspberry-pi/">Raspberry Pi</category>                        <dc:creator>sj_h1</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/raspberry-pi/headless-raspberry-pi/#post-44794</guid>
                    </item>
							        </channel>
        </rss>
		