From 2d45695005632eb56a9b508eec1cbe4269c281f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Sun, 11 Sep 2022 03:38:50 -0300 Subject: [PATCH] Add port to open --- site/content/help/feature/multiplayer/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/content/help/feature/multiplayer/index.md b/site/content/help/feature/multiplayer/index.md index 625280ba..f211cb9c 100644 --- a/site/content/help/feature/multiplayer/index.md +++ b/site/content/help/feature/multiplayer/index.md @@ -26,6 +26,8 @@ Therefore, the best option to host a room is usually to use a VPS provider, such ### Port Forwarding Typically, routers have a unified public IP for all its network members, and by default external users cannot access any of the ports (as the router won't know which member to send it to!). Therefore, if you use a router for your Internet connection, you will need to configure `Port forwarding` for your router. Detailed configuration process varies by router brand and model. Obviously we cannot provide instructions for every model, and you can refer to your router's manual or website. +Forward port 24872 via the UDP, or TCP and UDP protocols. + For VPSes, a similar restriction (often called `Security Groups`) exists to help keep your server safe from attacks using certain ports. You may need to manually enable the ports you want to use in your VPS's dashboard. ## Hosting on Linux (Recommended)