Docs: Adding meshcentral server debug command (#6369)

This commit is contained in:
silversword411 2024-09-15 12:21:37 -04:00 committed by GitHub
parent 7635109f6d
commit 4d5ec6cac1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -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. 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 ### Enabling trace in your browser Dev Tools
`Trace=1` as a parameter in chrome dev tools for debugging `Trace=1` as a parameter in chrome dev tools for debugging