I have a Bungeecord Minecraft server. The Bungeecord server has 4 sub-servers:
Lobby: port: 25
FFA: port: 20,
Freebuild: port: 10
Bedwars: port: 15
However, when I want to start the lobby, the console tells me that another server is already running on this port. I have already entered "killall screen" once and restarted everything. It still does not work:/
You shouldn't use ports under 1000 for your own things…
Port 25 is e.g. The SMTP port.
Here is an overview of the reserved ports: https://de.wikipedia.org/...rten_Ports
The ports are already used for other things (not Minecraft). Best use 49152-65535
Thank you.
Now it works again I was surprised ^^.
From port 1000 you can already use everything for your own things. There are still ports like 8080 and 8443, but that fits.
Rather from port 1024.