<?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[Bedrock server not opening any ports]]></title><description><![CDATA[<p dir="auto">I'm trying to install a bedrock server but I can't seem to connect to it.</p>
<p dir="auto">When I port scan the cloudron server, I can see that 19132 is not opened.</p>
<p dir="auto">What can I do to try and debug this?</p>
]]></description><link>https://forum.cloudron.io/topic/15837/bedrock-server-not-opening-any-ports</link><generator>RSS for Node</generator><lastBuildDate>Sat, 29 Aug 2026 05:16:44 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15837.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 19 Aug 2026 03:35:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bedrock server not opening any ports on Fri, 21 Aug 2026 09:06:58 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/didiermalenfant" aria-label="Profile: didiermalenfant">@<bdi>didiermalenfant</bdi></a></p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/didiermalenfant" aria-label="Profile: DidierMalenfant">@<bdi>DidierMalenfant</bdi></a> <a href="/post/128360">said</a>:</p>
<p dir="auto">So running netstat -tulpen | grep -i 19132 from inside the docker image does return the expected results</p>
</blockquote>
<p dir="auto">You should not run that from inside the docker image but on the root system connected with ssh.</p>
<hr />
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/didiermalenfant" aria-label="Profile: DidierMalenfant">@<bdi>DidierMalenfant</bdi></a> <a href="/post/128360">said</a>:</p>
<p dir="auto">and the enable-lan-visibility settings</p>
</blockquote>
<p dir="auto">Is that a router setting or a bedrock server setting?</p>
]]></description><link>https://forum.cloudron.io/post/128376</link><guid isPermaLink="true">https://forum.cloudron.io/post/128376</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Fri, 21 Aug 2026 09:06:58 GMT</pubDate></item><item><title><![CDATA[Reply to Bedrock server not opening any ports on Thu, 20 Aug 2026 17:05:16 GMT]]></title><description><![CDATA[<p dir="auto">Yeah my diagnostic skills for things like this need improving <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=1938083678c" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">So running <code>netstat -tulpen | grep -i 19132</code> from inside the docker image does return the expected results. <code>netstat</code> is not installed on Ubuntu by default so I couldn't try that on the host cloudron server (I'm wary of touching anything package-wise on the machine running cloudron because I don't want to mess up any dependencies).</p>
<p dir="auto"><code>nmap -sU -p 19132 my.cloudron.dev</code> was interesting because it pretty much returns <code>open|filtered</code> on any port when using the lan address of the server but then returns correct open/closed when using the internet facing address of the server (which makes sense because it's going thru my router that way and that's where the port forwarding is).</p>
<p dir="auto">Anyway, turns out that in my case it was a combination of IPv6 issues (tried to forward 19133 too but never got it working when the game was connecting via IPv6. Ipv4 works fine so I made my DNS entry by IPv4 only) and the <code>enable-lan-visibility</code> settings.</p>
<p dir="auto">That second part looks like it needs to be enabled even if you're connecting to the server from outside the lan. Maybe I'm mis-understanding the purpose of that setting but basically with it off I couldn't get any connections going.</p>
]]></description><link>https://forum.cloudron.io/post/128360</link><guid isPermaLink="true">https://forum.cloudron.io/post/128360</guid><dc:creator><![CDATA[DidierMalenfant]]></dc:creator><pubDate>Thu, 20 Aug 2026 17:05:16 GMT</pubDate></item><item><title><![CDATA[Reply to Bedrock server not opening any ports on Wed, 19 Aug 2026 18:20:42 GMT]]></title><description><![CDATA[<p dir="auto">I'm thinking the app never actually start correctly or shuts down which would explain my issue.</p>
<p dir="auto">Let me try the netstat command from inside the app and see what that does for me. I'll post the app's log here if I can't find anything wrong.</p>
]]></description><link>https://forum.cloudron.io/post/128313</link><guid isPermaLink="true">https://forum.cloudron.io/post/128313</guid><dc:creator><![CDATA[DidierMalenfant]]></dc:creator><pubDate>Wed, 19 Aug 2026 18:20:42 GMT</pubDate></item><item><title><![CDATA[Reply to Bedrock server not opening any ports on Wed, 19 Aug 2026 07:07:30 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/didiermalenfant" aria-label="Profile: didiermalenfant">@<bdi>didiermalenfant</bdi></a><br />
I was unable to reproduce your issue.<br />
Both nmap from external and netstat from internal showed the ports are open:</p>
<pre><code class="language-bash">nmap -sU -p 19132 my.cloudron.dev
PORT      STATE         SERVICE
19132/udp open|filtered unknown
# from inside the Cloudron server
netstat -tulpen | grep -i 19132
udp        0      0 0.0.0.0:19132           0.0.0.0:*                           0          74015751   3966697/dockerd   
udp6       0      0 :::19132                :::*                                0          74015752   3966697/dockerd
</code></pre>
]]></description><link>https://forum.cloudron.io/post/128259</link><guid isPermaLink="true">https://forum.cloudron.io/post/128259</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Wed, 19 Aug 2026 07:07:30 GMT</pubDate></item></channel></rss>