aboutsummaryrefslogtreecommitdiff
path: root/hosting-a-server-with-northstar/hosting-a-server.md
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2021-12-26 01:28:04 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2021-12-26 01:28:04 +0100
commit055dd56190720011f7b964e2923f41f367992567 (patch)
tree962db4a4584c7966bc94931a298747c8adeb5b8e /hosting-a-server-with-northstar/hosting-a-server.md
parent004c12dc664da042be28a57c7bcc680be6a37d76 (diff)
downloadNorthstarWiki-055dd56190720011f7b964e2923f41f367992567.tar.gz
NorthstarWiki-055dd56190720011f7b964e2923f41f367992567.zip
Formatting
Diffstat (limited to 'hosting-a-server-with-northstar/hosting-a-server.md')
-rw-r--r--hosting-a-server-with-northstar/hosting-a-server.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/hosting-a-server-with-northstar/hosting-a-server.md b/hosting-a-server-with-northstar/hosting-a-server.md
index b38cb49..eaccf7d 100644
--- a/hosting-a-server-with-northstar/hosting-a-server.md
+++ b/hosting-a-server-with-northstar/hosting-a-server.md
@@ -1,10 +1,14 @@
-**Hosting a Listen Server**
+# Hosting a server
+
+## Hosting a Listen Server
+
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 2 ports to allow other people to join.
The ports you'll need to forward are 37015-37020 UDP, and 8081 TCP by default, if this works as it should, this should result in your server being displayed on the server browser, and other clients being able to connect to it.
-![](https://raw.githubusercontent.com/R2Northstar/Northstar/main/wiki/lobbyprivatematch.png)
+![screenshot select private match](https://raw.githubusercontent.com/R2Northstar/Northstar/main/wiki/lobbyprivatematch.png)
+
+## Hosting a Dedicated Server
-**Hosting a Dedicated Server**
Dedicated servers allow you to host a Northstar server without having to use a full client, making them more lightweight and easier to host for longer periods of time. Dedicated servers are still in development for Northstar, so while they do work, expect some bugs and general jank.
To start a dedicated server on Northstar, launch NorthstarLauncher.exe with the argument `-dedicated`, this can be done manually, but releases also provide the batch file `r2ds.bat`, which will also do this.
When using a dedicated server, arguments are read from `ns_startup_args_dedi.txt`, rather than `ns_startup_args.txt`.