Client loops on: Syncing pack with server I would like to know why this happens (firewall off, directly connected to internet), but my initial question is, should port 19132 show up when I run: netstat -an |find /i "listening" Here is the list which does not show 19132. ------------------------ >netstat -an |find /i "listening" TCP 0.0.0.0:135 0.0.0.0:0 LISTENING TCP 0.0.0.0:445 0.0.0.0:0 LISTENING TCP 0.0.0.0:5357 0.0.0.0:0 LISTENING TCP 0.0.0.0:49664 0.0.0.0:0 LISTENING TCP 0.0.0.0:49665 0.0.0.0:0 LISTENING TCP 0.0.0.0:49666 0.0.0.0:0 LISTENING TCP 0.0.0.0:49667 0.0.0.0:0 LISTENING TCP 0.0.0.0:49699 0.0.0.0:0 LISTENING TCP 0.0.0.0:49712 0.0.0.0:0 LISTENING TCP 0.0.0.0:49873 0.0.0.0:0 LISTENING TCP 138.23.163.188:139 0.0.0.0:0 LISTENING TCP [::]:135 [::]:0 LISTENING TCP [::]:445 [::]:0 LISTENING TCP [::]:5357 [::]:0 LISTENING TCP [::]:49664 [::]:0 LISTENING TCP [::]:49665 [::]:0 LISTENING TCP [::]:49666 [::]:0 LISTENING TCP [::]:49667 [::]:0 LISTENING TCP [::]:49699 [::]:0 LISTENING TCP [::]:49712 [::]:0 LISTENING TCP [::]:49873 [::]:0 LISTENING ------------------------ Server starts up like this: 09:41:45 [INFO] Starting Minecraft: PE server version v0.10.5 alpha 09:41:45 [INFO] Loading pocketmine.yml... 09:41:45 [INFO] Loading server properties... 09:41:45 [INFO] Starting Minecraft PE server on 0.0.0.0:19132 09:41:46 [INFO] This server is running PocketMine-MP version 1.4.1-980 "絶好(Zekkou)ケー 09:41:46 [INFO] PocketMine-MP is distributed under the LGPL License 09:41:47 [INFO] Preparing level "world" 09:41:47 [INFO] Starting GS4 status listener 09:41:47 [INFO] Setting query port to 19132 09:41:47 [INFO] Query running on 0.0.0.0:19132 09:41:47 [INFO] Default game type: SURVIVAL 09:41:47 [INFO] Done (2.724s)! For help, type "help" or "?" version 10:02:05 [INFO] This server is running PocketMine-MP version 1.4.1-980 「絶好(Zekkou)ケーキ(Cake)」 (Implementing API version 1.11.0 for Minecraft: PE v0.10.5 alpha protocol version 20) Any suggestions? Thanks, Stan
Your PocketMine version is reeeeaaallly old. As you can see there, it's PocketMine 1.4.1 and it's for Minecraft PE v0.10.5. Get the latest PocketMime-MP.phar from poggit and run the server again.