<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Part 3: LoRes Node, connecting us to other local servers on LoRes Mesh</title><link>https://lores.tech/docs/node_stewards/initial_setup/lores_node/</link><description>Recent content in Part 3: LoRes Node, connecting us to other local servers on LoRes Mesh</description><generator>Hugo</generator><language>en-au</language><lastBuildDate>Sun, 08 Mar 2026 09:00:00 +1000</lastBuildDate><atom:link href="https://lores.tech/docs/node_stewards/initial_setup/lores_node/index.xml" rel="self" type="application/rss+xml"/><item><title>Opening P2Panda ports with Traefik</title><link>https://lores.tech/docs/node_stewards/initial_setup/lores_node/p2panda_traefik/</link><pubDate>Sun, 08 Mar 2026 09:00:00 +1000</pubDate><guid>https://lores.tech/docs/node_stewards/initial_setup/lores_node/p2panda_traefik/</guid><description>&lt;section class="hero">&lt;div class="section-content">Supporting P2Panda apps like lores-node requires a change to the default Co-op Cloud Traefik config.&lt;/div>&lt;/section>

&lt;p>You might recall that when we setup &lt;a href="../../raspberry_pi/access_from_internet">Accessing our Pi from the internet&lt;/a>, we learned about how TCP and UDP both use &lt;strong>ports&lt;/strong>, and we setup port forwarding on our router for the ports we need for web traffic, and also for UDP ports &lt;code>2022&lt;/code> and &lt;code>2023&lt;/code> for P2Panda.&lt;/p>
&lt;p>Now that we&amp;rsquo;re installing &lt;strong>lores-node&lt;/strong>, we need traffic to those ports to be accepted and routed by Traefik to the correct app. Even if you aren&amp;rsquo;t doing port forwarding on your router (perhaps because you&amp;rsquo;re just using your node on a local network), you still need to do this step.&lt;/p></description></item><item><title>Node steward accounts</title><link>https://lores.tech/docs/node_stewards/initial_setup/lores_node/steward_accounts/</link><pubDate>Sun, 08 Mar 2026 09:00:00 +1000</pubDate><guid>https://lores.tech/docs/node_stewards/initial_setup/lores_node/steward_accounts/</guid><description>&lt;section class="hero">&lt;div class="section-content">Each Node Steward of your node gets their own account on lores-node, to allow for collaboration and transparency.&lt;/div>&lt;/section>

&lt;p>However, in this initial setup, that&amp;rsquo;s probably just you. Let&amp;rsquo;s go through the process of setting up an account for you to administer the node.&lt;/p>
&lt;h2 id="storing-the-admin-credentials">Storing the admin credentials&lt;/h2>
&lt;p>Presuming that you&amp;rsquo;ve just &lt;a href="..">installed lores-node with Co-op Cloud&lt;/a>, you should now be able to visit it&amp;rsquo;s url in your browser, something like &lt;code>https://lores-node.YOUR_SERVER_DOMAIN&lt;/code>, and you&amp;rsquo;ll see the following:&lt;/p></description></item><item><title>Joining a Region</title><link>https://lores.tech/docs/node_stewards/initial_setup/lores_node/joining_region/</link><pubDate>Sun, 08 Mar 2026 09:00:00 +1000</pubDate><guid>https://lores.tech/docs/node_stewards/initial_setup/lores_node/joining_region/</guid><description>&lt;section class="hero">&lt;div class="section-content">We&amp;rsquo;re only going to change the world if we work together. A &lt;strong>Region&lt;/strong> in &lt;strong>LoRes Mesh&lt;/strong> is made up of nodes, connected via peer-to-peer communication, working together as a digital commons.&lt;/div>&lt;/section>

&lt;h2 id="creating-a-region">Creating a region&lt;/h2>
&lt;p>For the purpose of these instructions, someone in our group has presumably created the Region already. You can take a look at the &amp;ldquo;Create New Region&amp;rdquo; tab to see what&amp;rsquo;s involved in this.&lt;/p>
&lt;p>Given that someone has done this already, they can share the region ID with us, which is used to join. The region ID isn&amp;rsquo;t intended to be secure, but keeping it private could reduce unnecessary join requests. We suggest that groups don&amp;rsquo;t put it on their website or anything, but pass it on directly to people setting up new nodes.&lt;/p></description></item><item><title>Gossiping with peer Nodes</title><link>https://lores.tech/docs/node_stewards/initial_setup/lores_node/gossiping/</link><pubDate>Sun, 08 Mar 2026 09:00:00 +1000</pubDate><guid>https://lores.tech/docs/node_stewards/initial_setup/lores_node/gossiping/</guid><description>&lt;section class="hero">&lt;div class="section-content">&lt;strong>LoRes Nodes&lt;/strong> need to be able to coordinate with each other over a range of technologies, some of them quite slow and intermittent, like radio transmissions. To do this, we don&amp;rsquo;t assume that the entire network is always connected, we pass messages on from node to node around the Region. This approach is called a &lt;a href="https://en.wikipedia.org/wiki/Gossip_protocol">gossip protocol&lt;/a>.&lt;/div>&lt;/section>

&lt;h2 id="regional-gossip">Regional gossip&lt;/h2>
&lt;p>Each region has it&amp;rsquo;s own &amp;ldquo;topic&amp;rdquo;, within which the nodes pass on messages to each other until every node has every message (&lt;a href="https://en.wikipedia.org/wiki/Eventual_consistency">eventual consistency&lt;/a>). To do this, a &lt;strong>LoRes Node&lt;/strong> doesn&amp;rsquo;t need to connect to every other node in the region, just to some of them, as messages will be relayed.&lt;/p></description></item></channel></rss>