diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-10-02 15:52:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 15:52:54 +0200 |
commit | 8a5de4e4e59b75644f2792a840a743828dfdd887 (patch) | |
tree | 43fe05cbfb5e7b82f4ccdac97f0ea17f37f33457 | |
parent | d19e2111716c06417c1c28c96fc7771d4ac23281 (diff) | |
download | NorthstarWiki-8a5de4e4e59b75644f2792a840a743828dfdd887.tar.gz NorthstarWiki-8a5de4e4e59b75644f2792a840a743828dfdd887.zip |
Mention requirements for hosting listen server (#233)
at the beginning of the page
Co-authored-by: NoCatt <86153630+NoCatt@users.noreply.github.com>
-rw-r--r-- | docs/hosting-a-server-with-northstar/basic-listen-server.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/hosting-a-server-with-northstar/basic-listen-server.md b/docs/hosting-a-server-with-northstar/basic-listen-server.md index e76c796..f6246aa 100644 --- a/docs/hosting-a-server-with-northstar/basic-listen-server.md +++ b/docs/hosting-a-server-with-northstar/basic-listen-server.md @@ -1,5 +1,11 @@ # Hosting a Basic Listen Server +## Requirements + +Make sure to check that your server is reachable as [described here](./getting-started.md) + +Make sure you already installed Northstar [as described here](../installing-northstar/basic-setup.md). + ## Instructions To host a listen server on Northstar, go to the lobby and press the `Private Match` button to begin a private match. While this does allow you to host a server, other people won't be able to join it, so you'll need to port forward UDP port `37015` to allow other people to join.\ |