Skip to content

Commit 2ecb4b1

Browse files
authored
docs: add LAN/Friends multiplayer firewall FAQ (#128)
1 parent 019048d commit 2ecb4b1

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

src/faq/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Frequently Asked Questions
22

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+
```sh
15+
sudo firewall-cmd --zone=public --add-port=7551/udp --permanent
16+
sudo firewall-cmd --reload
17+
```
18+
319
## Do I need to own Minecraft: Pocket Edition to play?
420

521
Yes. To download and update a compatible version of the game, the

0 commit comments

Comments
 (0)