I am running a bedrock server on my Windows 10 computer and tried to change the port in the config to run multiple servers at once. I restarted the server and this is what happened:
NO LOG FILE! - setting up server logging...
[2020-04-22 17:53:36 INFO] Starting Server
[2020-04-22 17:53:36 INFO] Version 1.14.60.5
[2020-04-22 17:53:36 INFO] Session ID ####################
[2020-04-22 17:53:36 INFO] Level Name: Bedrock level
[2020-04-22 17:53:36 INFO] Game mode: 0 Survival
[2020-04-22 17:53:36 INFO] Difficulty: 1 EASY
[2020-04-22 17:53:36 INFO] opening worlds/Bedrock level/db
[2020-04-22 17:53:37 INFO] IPv4 supported, port: 19134 <- my IPv4 port
[2020-04-22 17:53:37 INFO] IPv6 supported, port: 65535 <- my IPv6 port
[2020-04-22 17:53:37 INFO] IPv4 supported, port: 19132 <- default IPv4 port
[2020-04-22 17:53:37 INFO] IPv6 supported, port: 19133 <- default IPv6 port
[2020-04-22 17:53:37 INFO] Server started.
In my server.properties file I have this:
server-port=19134
# Which IPv4 port the server should listen to.
# Allowed values: Integers in the range [1, 65535]
server-portv6=65535
# Which IPv6 port the server should listen to.
# Allowed values: Integers in the range [1, 65535]
I tried to reset the config file and to re-download the server software, but nothing worked.
Linked issues
Comments 6
Are you able to connect using those ports? Whenever my server starts up it shows me 4 different port numbers but the last two always seem to be random and i cannot connect using them.
07:09:45
IPv4 supported, port: 19132
IPv6 supported, port: 19133
IPv4 supported, port: 37149
IPv6 supported, port: 45605
...
07:18:46
IPv4 supported, port: 19132
IPv6 supported, port: 19133
IPv4 supported, port: 56653
IPv6 supported, port: 44271
We're going to be tracking this issue as BDS-3989, so this ticket is being resolved and linked as a duplicate.
Please feel free to comment with any information you believe is missing from the report and previous comments 🙂
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 BDS Wiki – 📖 FAQs
We're going to be tracking this issue as BDS-3989, so this ticket is being resolved and linked as a duplicate.
Please feel free to comment with any information you believe is missing from the report and previous comments 🙂
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 BDS Wiki – 📖 FAQs
Are you able to connect using those ports? Whenever my server starts up it shows me 4 different port numbers but the last two always seem to be random and i cannot connect using them.