Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for connecting on the internal network #362

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
13 changes: 10 additions & 3 deletions src/en/general-development/setup/server-hosting-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,18 @@ If you prefer video guides, here is one!

{% embed youtube id="IDBqrAGZ3cA" loading="lazy" %}

## Level 1: Invite Your Friends
## Level 1: Invite Your Friends/Family

You will need to do some extra steps if you want other people to be able to connect and play.
If you are looking to let people from your *internal* network (connected to the same router as you).

### Port Forwarding
#### Getting your internal IP address (Windows)
1. Open Windows Settings
2. Click on "Network & Internet"
3. Look for "IPV4 address". Thats your computers local IP. And what your family needs to enter in the direct connect menu to join.
VasilisThePikachu marked this conversation as resolved.
Show resolved Hide resolved

If you are looking to let people outside of your local internal network. You will need to do some extra steps to allow external connections.

#### Port Forwarding

The server needs network ports to be forwarded so that people can connect. By default, the game server uses two ports:
* UDP `1212` is used for main game netcode. This is necessary for the *client* to be able to connect to the server. This can be configured with the `net.port` configuration variable.
Expand Down
Loading