use “netstat -b” to see used ports and the executables using them   搜索打开的端口号: in Windows: netstat -an|find “61616”   in Linux: netstat -an|grep 61616