Currently, default server discovery port is 9999.
It is recommended to use 49152〜65535.
The port range can be specified.
Modify the code from
[Min(1)] public int ServerDiscoveryPort = 9999;
to
[Range(49152, 65535)] public int ServerDiscoveryPort = 49999;