So Im setting up a server on a vps, here are the commands ive done firewall-cmd --zone=dmz --add-port=19132/tcp --permanent then reloaded firewall with firewall-cmd --reload rebooted the server, ran start.sh, and the server is up, but i cant connect. OS is CentOS 7 x64 Command to install pocketmine: wget -q -O - https://get.pmmp.io/ | bash -s - Any solutions?
"Unable to connect to world" Yes Pocketmine is up-to-date. UPDATE: now when i try to start the server, here is what happens Spoiler PHP: [02:27:29] [Server thread/INFO]: Opening server on 0.0.0.0:19132[02:27:29] [Server thread/INFO]: This server is running PocketMine-MP version 1.7dev-1132 "[REDACTED]" (API 3.0.0-ALPHA12)[02:27:29] [Server thread/INFO]: PocketMine-MP is distributed under the LGPL License[02:27:30] [Server thread/INFO]: Loading resource packs...[02:27:30] [Server thread/INFO]: Preparing level "hub"[02:27:30] [Server thread/INFO]: Starting GS4 status listener[02:27:30] [Server thread/INFO]: Setting query port to 19132[02:27:30] [Server thread/INFO]: Query running on 0.0.0.0:19132[02:27:30] [Server thread/INFO]: Default game type: Survival Mode[02:27:30] [Server thread/INFO]: Done (0.422s)! For help, type "help" or "?"[02:27:30] [RakLibServer thread/CRITICAL]: RuntimeException: "Failed to bind to 0.0.0.0 19132: Address already in use" (EXCEPTION) in "vendor/pocketmine/raklib/server/UDPServerSocket" at line 42[02:27:30] [RakLibServer thread/DEBUG]: #0 vendor/pocketmine/raklib/server/RakLibServer(236): raklib\server\UDPServerSocket->__construct(raklib\utils\InternetAddress object)[02:27:30] [RakLibServer thread/DEBUG]: #1 (): raklib\server\RakLibServer->run()[02:27:30] [Server thread/EMERGENCY]: RakLib crashed![02:27:30] [Server thread/CRITICAL]: [Network] Stopped interface pocketmine\network\mcpe\RakLibInterface due to RakLib Thread crashed
That means that there's probably another server running in the background, a reason for that could be that you exited the SSH session without stopping the server before, reboot your PC and it'll probably go away