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 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
11 changes: 9 additions & 2 deletions src/en/general-development/setup/server-hosting-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,16 @@ If you prefer video guides, here is one!

## Level 1: Invite Your Friends

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 on the computer running the server.
2. Click on "Network & Internet"
3. Look for "IPV4 address". That's your computers local IP. And what people on your local network need to enter into the direct connect menu to join.

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