localhost:25565 no access #2803
Unanswered
DeltaTango69
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Ok my failure, I have access with minecraft directly. I have assumed to find a kinf of console fpr that Ip. How can I do any configuration - is there anywhere a console? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
the port is not working. How can I have access to the server. Iam under docker compose in windows: Here the log:
2024-04-28 17:04:05 mc-1 | [init] Running as uid=1000 gid=1000 with /data as 'drwxrwxrwx 1 1000 1000 512 Apr 28 10:51 /data'
2024-04-28 17:04:05 mc-1 | [init] Resolving type given VANILLA
2024-04-28 17:04:08 mc-1 | [init] Resolved version given LATEST into 1.20.5
2024-04-28 17:04:11 mc-1 | [mc-image-helper] 15:04:11.246 INFO : Created/updated 1 property in /data/server.properties
2024-04-28 17:04:17 mc-1 | [init] Setting initial memory to 1G and max to 1G
2024-04-28 17:04:19 mc-1 | [init] Starting the Minecraft server...
2024-04-28 17:04:22 mc-1 | Starting net.minecraft.server.Main
2024-04-28 17:04:31 mc-1 | [15:04:31] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
2024-04-28 17:04:33 mc-1 | [15:04:33] [ServerMain/INFO]: No existing world data, creating new world
2024-04-28 17:04:34 mc-1 | [15:04:34] [ServerMain/INFO]: Loaded 1175 recipes
2024-04-28 17:04:35 mc-1 | [15:04:35] [ServerMain/INFO]: Loaded 1276 advancements
2024-04-28 17:04:35 mc-1 | [15:04:35] [Server thread/INFO]: Starting minecraft server version 1.20.5
2024-04-28 17:04:35 mc-1 | [15:04:35] [Server thread/INFO]: Loading properties
2024-04-28 17:04:35 mc-1 | [15:04:35] [Server thread/INFO]: Default game type: SURVIVAL
2024-04-28 17:04:35 mc-1 | [15:04:35] [Server thread/INFO]: Generating keypair
2024-04-28 17:04:35 mc-1 | [15:04:35] [Server thread/INFO]: Starting Minecraft server on *:25565
2024-04-28 17:04:35 mc-1 | [15:04:35] [Server thread/INFO]: Using epoll channel type
2024-04-28 17:04:36 mc-1 | [15:04:36] [Server thread/INFO]: Preparing level "world"
2024-04-28 17:04:42 mc-1 | [15:04:42] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
2024-04-28 17:04:42 mc-1 | [15:04:42] [Worker-Main-1/INFO]: Preparing spawn area: 2%
2024-04-28 17:04:43 mc-1 | [15:04:43] [Worker-Main-2/INFO]: Preparing spawn area: 2%
2024-04-28 17:04:43 mc-1 | [15:04:43] [Worker-Main-2/INFO]: Preparing spawn area: 4%
2024-04-28 17:04:44 mc-1 | [15:04:44] [Worker-Main-3/INFO]: Preparing spawn area: 6%
2024-04-28 17:04:44 mc-1 | [15:04:44] [Worker-Main-2/INFO]: Preparing spawn area: 10%
2024-04-28 17:04:44 mc-1 | [15:04:44] [Worker-Main-2/INFO]: Preparing spawn area: 20%
2024-04-28 17:04:45 mc-1 | [15:04:45] [Worker-Main-2/INFO]: Preparing spawn area: 22%
2024-04-28 17:04:45 mc-1 | [15:04:45] [Worker-Main-1/INFO]: Preparing spawn area: 28%
2024-04-28 17:04:47 mc-1 | [15:04:47] [Worker-Main-2/INFO]: Preparing spawn area: 32%
2024-04-28 17:04:47 mc-1 | [15:04:47] [Worker-Main-1/INFO]: Preparing spawn area: 32%
2024-04-28 17:04:47 mc-1 | [15:04:47] [Worker-Main-3/INFO]: Preparing spawn area: 40%
2024-04-28 17:04:47 mc-1 | [15:04:47] [Worker-Main-2/INFO]: Preparing spawn area: 51%
2024-04-28 17:04:48 mc-1 | [15:04:48] [Worker-Main-3/INFO]: Preparing spawn area: 55%
2024-04-28 17:04:49 mc-1 | [15:04:49] [Worker-Main-3/INFO]: Preparing spawn area: 69%
2024-04-28 17:04:49 mc-1 | [15:04:49] [Worker-Main-3/INFO]: Preparing spawn area: 81%
2024-04-28 17:04:49 mc-1 | [15:04:49] [Server thread/INFO]: Time elapsed: 7515 ms
2024-04-28 17:04:49 mc-1 | [15:04:49] [Server thread/INFO]: Done (13.811s)! For help, type "help"
2024-04-28 17:04:49 mc-1 | [15:04:49] [Server thread/INFO]: Starting remote control listener
2024-04-28 17:04:50 mc-1 | [15:04:50] [Server thread/INFO]: Thread RCON Listener started
2024-04-28 17:04:50 mc-1 | [15:04:50] [Server thread/INFO]: RCON running on 0.0.0.0:25575
Beta Was this translation helpful? Give feedback.
All reactions