I recently created a BungeeCord server on a Windows vServer. Everything is going well, but after I have already used the following ports for the servers:
-25565
-25566
-25567
-25568
-25569
-25588
-25599
… I wonder which ports I can still use.
It would be great if someone could give me a list of ports that I can easily use for Minecraft servers.
Thank you, Sheiny
Use the command prompt on your vServer once:
netstat -a -b
So you can see which ports are all occupied. à you can then see which ports you can use for Minecraft servers.
Many Thanks. I'll try it out in a moment…