diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-02 18:53:40 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-02 18:53:40 +0200 |
commit | 401ba4dea86117b90936165a92c3880a4d65c124 (patch) | |
tree | dbf5f33d5e9eab5a5248f5b0359267311f93db41 /docs | |
parent | 4801db6001a933e8fb61c82f179bc8108c356d2f (diff) | |
download | NorthstarWiki-401ba4dea86117b90936165a92c3880a4d65c124.tar.gz NorthstarWiki-401ba4dea86117b90936165a92c3880a4d65c124.zip |
Add WIP RCON notes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hosting-a-server-with-northstar/dedicated-server/rcon.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/rcon.md b/docs/hosting-a-server-with-northstar/dedicated-server/rcon.md index e2e3d7a..ec42f37 100644 --- a/docs/hosting-a-server-with-northstar/dedicated-server/rcon.md +++ b/docs/hosting-a-server-with-northstar/dedicated-server/rcon.md @@ -4,4 +4,15 @@ RCON has not yet been merged and is still in development. As such information here only applies if you're running the RCON branch of NorthstarLauncher! {% endhint %} -TODO +WIP + +RCON requires TCP port open on same port as as gameserver UDP port to connect, i.e. `37015` both UDP and TCP + +RCON only runs on dedicated server (no point to have it on listen server anyway) + +RCON only runs if >=8 password is set in `rcon_password` convar + +- RCON PR: https://github.com/R2Northstar/NorthstarLauncher/pull/100 +- cpdt's rust based RCON client: https://github.com/cpdt/northstar-rcon-client + + |