Docs: Adding meshcentral server debug command (#6369)

silversword411 committed Sep 15, 2024 at 12:21 UTC 4d5ec6cac1cf64729766fdc2d7a392e8e91b4af2
1 file changed +6
docs/docs/meshcentral/debugging.md
+6
@@ -90,6 +90,12 @@ If you're getting a `port 4433 is not available` error, this is because another
90
91 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.
92
93 +### Running Meshcentral server in debug mode
94 +
95 +```bash
96 +node node_modules/meshcentral --debug
97 +```
98 +
99 ### Enabling trace in your browser Dev Tools
100
101 `Trace=1` as a parameter in chrome dev tools for debugging