-
Bug
-
Resolution: Duplicate
-
None
-
1.14.60
-
None
-
Windows 10 Pro
-
Unconfirmed
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.
- duplicates
-
BDS-3989 Default server port is used even if another port is defined
- Resolved