From 4d5ec6cac1cf64729766fdc2d7a392e8e91b4af2 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Sun, 15 Sep 2024 12:21:37 -0400 Subject: [PATCH] Docs: Adding meshcentral server debug command (#6369) --- docs/docs/meshcentral/debugging.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/meshcentral/debugging.md b/docs/docs/meshcentral/debugging.md index 416e1097..839cfc40 100644 --- a/docs/docs/meshcentral/debugging.md +++ b/docs/docs/meshcentral/debugging.md @@ -90,6 +90,12 @@ If you're getting a `port 4433 is not available` error, this is because another In general the problem is that you are running two MeshCentral instances at the same time. Probably one as a background Windows Service and one in the command line. Which ever instance can grab port 4433 will have a running MPS and CIRA should work, but the second instance will not have port 4433 and CIRA will not work. +### Running Meshcentral server in debug mode + +```bash +node node_modules/meshcentral --debug +``` + ### Enabling trace in your browser Dev Tools `Trace=1` as a parameter in chrome dev tools for debugging