I'm not able to connect to my server via my android phone. Laptop and phone is connected to network using WiFi and it was all working fine until one morning. I don't know where to start explaining this. These are steps I tried. Re-installing MCPE Running fresh install of pocketmine Running http server and connecting via phone (failed) Pinging phone from laptop (worked) Code: $ ping 192.168.8.101 PING 192.168.8.101 (192.168.8.101) 56(84) bytes of data. 64 bytes from 192.168.8.101: icmp_seq=1 ttl=64 time=118 ms 64 bytes from 192.168.8.101: icmp_seq=2 ttl=64 time=38.1 ms 64 bytes from 192.168.8.101: icmp_seq=3 ttl=64 time=62.4 ms ^C --- 192.168.8.101 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2002ms rtt min/avg/max/mdev = 38.153/73.016/118.438/33.616 ms Looking for IP conflicts Nope, server is running on 192.168.8.100 while phone has 192.168.8.101 ip Making sure that socket is actually open (be quite!) Code: udp 0 0 0.0.0.0:19132 0.0.0.0:* off (0.00/0/0) Creating go program to listen for udp packets on 19132 port and nothing... Updating linux Disabling fire wall (ufw) Any suggestions?