We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019048d commit 2ecb4b1Copy full SHA for 2ecb4b1
1 file changed
src/faq/index.md
@@ -1,5 +1,21 @@
1
# Frequently Asked Questions
2
3
+## Cannot host or join LAN/Friends worlds
4
+
5
+Open UDP port 7551 in your firewall.
6
7
+ufw
8
+```sh
9
+sudo ufw allow 7551/udp
10
+sudo ufw reload
11
+```
12
13
+firewalld
14
15
+sudo firewall-cmd --zone=public --add-port=7551/udp --permanent
16
+sudo firewall-cmd --reload
17
18
19
## Do I need to own Minecraft: Pocket Edition to play?
20
21
Yes. To download and update a compatible version of the game, the
0 commit comments