aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2023-11-16 00:49:49 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-11-16 00:49:49 +0100
commit76a21d10d504c354540b46133d1435ea30f71072 (patch)
tree5dd61c3914b8d239bf2560f81399dc43afb39cb2
parent30b6667cf2579bf9fbefa5f086c2d1a7ccdd3fd0 (diff)
downloadNorthstarWiki-76a21d10d504c354540b46133d1435ea30f71072.tar.gz
NorthstarWiki-76a21d10d504c354540b46133d1435ea30f71072.zip
wip RCON docs
-rw-r--r--docs/hosting-a-server-with-northstar/dedicated-server/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/README.md b/docs/hosting-a-server-with-northstar/dedicated-server/README.md
index 0f5ecd4..035ca9a 100644
--- a/docs/hosting-a-server-with-northstar/dedicated-server/README.md
+++ b/docs/hosting-a-server-with-northstar/dedicated-server/README.md
@@ -14,6 +14,17 @@ At the moment, dedicated servers still require DirectX 11 to work, which typical
While this is absolutely not ideal, it's the best solution for truly headless dedicated servers at the moment, and surprisingly hardly uses any CPU time, though it can use roughly up to 1GB of RAM.\
Regarding RAM usage, dedicated servers also use significant amounts of RAM at the moment, often requiring 1.5-2GB, though I expect this to lower as development continues.
+### RCON
+
+Use the plugin from https://github.com/catornot/r2rcon-rs
+
+For RCON client use https://github.com/cblanken/rustcon
+
+Potentially could also work (but not tested yet):
+
+- https://pypi.org/project/rcon/
+- https://github.com/gorcon/rcon-cli
+
### Troubleshoot
See [troubleshoot](../troubleshooting.md)