"Port already in use"
- Change port in
appsettings.jsonor use--portflag
"Certificate not found"
- Run certificate generation (option 4 in startup scripts)
"Permission denied" when starting
- Windows: Run as Administrator for ports < 1024
- Linux: Use
sudoor port > 1024
Client can't connect
- Check firewall settings
- Verify server is running:
netstat -an | grep 2121 - Try telnet test:
telnet 0.0.0.0 2121