aboutsummaryrefslogtreecommitdiff
path: root/docs/hosting-a-server-with-northstar/dedicated-server/rcon.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hosting-a-server-with-northstar/dedicated-server/rcon.md')
-rw-r--r--docs/hosting-a-server-with-northstar/dedicated-server/rcon.md23
1 files changed, 0 insertions, 23 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
deleted file mode 100644
index 116ec91..0000000
--- a/docs/hosting-a-server-with-northstar/dedicated-server/rcon.md
+++ /dev/null
@@ -1,23 +0,0 @@
-# RCON
-
-{% hint style="danger" %}
-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 %}
-
-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
-
-
-RCON PR download guide: https://github.com/R2Northstar/NorthstarLauncher/pull/100#issuecomment-1188877309
-
-To verify that RCON is working, look for `Remote server access initialised` in console output
-
-https://github.com/GeckoEidechse/northstar-dedicated-rcon