docs other port debugging https://github.com/Ylianst/MeshCentral/issues/4280
silversword411 committed
Jul 19, 2022 at 17:59 UTC
a895cd3f6e741abba6497bf127c7e07e8cc9647f
1 file changed
+6
docs/docs/meshcentral/debugging.md
+6
@@ -21,6 +21,12 @@ Make sure you understand how MeshCentral works with your browser using chrome de
21
"AgentWsCompression": false,
22
```
23
24
+### Port Troubleshooting on server
25
+
26
+If you're getting a `port 4433 is not available` error, this is because someone else is using this port, very likely another instance of MeshCentral. If your MeshCentral server is bound to ports 81/444 MeshCentral could not get port 80/443 and got the next available ones.
27
+
28
+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.
29
+
30
### Enabling trace in your browser Dev Tools
31
32
`Trace=1` as a parameter in chrome dev tools for debugging