I get this error very often when i restart my server. If I restart it again it works normally. Does someone has an idea? Code: Warning: socket_bind(): unable to bind address [98]: Address already in use in phar:///path/PocketMine-MP.phar/src/pocketmine/netwo rk/rcon/RCON.php on line 60 RCON can't be started: Address already in use Everything seems to be alright! Server started!
It means that it can't bind to the specified port, as though it is already in use. This error message is saying that the PocketMine RCON is using it. Which port do you have set to the RCON port, and which port for PocketMine?
Whoops! Thank you for pointing that out. Autocorrect is the worst! As for your porblem, @LucGamesDE I would make sure that no other instances of PocketMine (and the RCON) are running. If they have to be run side by side, than you can do this by assigning the other servers a differnt port.