aboutsummaryrefslogtreecommitdiff
path: root/docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-07-15 13:42:16 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-07-15 13:42:16 +0200
commitb36a1de38225adf44f1278ee5a1a558ef42903b6 (patch)
treef029b856d1de3371881b77e27263b2df7188ad53 /docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md
parent2bc23cb4e338180e0e8e2fb1637b07bf4b6ee8bc (diff)
downloadNorthstarWiki-b36a1de38225adf44f1278ee5a1a558ef42903b6.tar.gz
NorthstarWiki-b36a1de38225adf44f1278ee5a1a558ef42903b6.zip
Document `ns_should_log_all_clientcommands`
Diffstat (limited to 'docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md')
-rw-r--r--docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md b/docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md
index b21e33e..5741452 100644
--- a/docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md
+++ b/docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md
@@ -26,6 +26,12 @@ The current minimum requirements are as follows:
**Note:** It is recommended to surpass the listed requirements. Currently the number of available servers covers the daily playerbase more than enough. If you're planning to host public servers for the community it is therefore recommended to either fill a niche (like a gamemode that is so popular that all existing servers are full) or provide a better service than existing hosts (less lag, more stable, etc.).
+## Monitoring
+
+You can set the Convar `ns_should_log_all_clientcommands` to `1` to log all client commands. This includes both benign things like the command a client sends to server to respawn after death but also nefarious, like a malicious client calling `emit`, a command that before being patched out allowed clients to spam voice lines to other clients.
+
+Due to the increased verbosity `ns_should_log_all_clientcommands` is set to `0` (disabled) by default but should be enabled in cases where you want to investigate suspicious activity on your server.
+
## Optimization Commands (Optional)
| Command | Description |