Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions src/faq/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Frequently Asked Questions

## Cannot host or join LAN/Friends worlds

Open UDP port 7551 in your firewall.

ufw
```sh
sudo ufw allow 7551/udp
sudo ufw reload
```

firewalld
```sh
sudo firewall-cmd --zone=public --add-port=7551/udp --permanent
sudo firewall-cmd --reload
```

## Do I need to own Minecraft: Pocket Edition to play?

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