Users can connect to Minecraft server but time out during terrain downloadWhy can I connect to my server using an internal IP and localhost, but not when I use my external IP?Minecraft Server 1.7.2 Not workingSeting up a minecraft serverI can't connect to a friend's Minecraft server, but none of the usual culprits seem to be the problemMinecraft server will just not forward!Minecraft Server not workingRestricted public access to self hosted Minecraft ServerMinecraft Server connection timeout issues from outsidePeople having trouble connecting to my Minecraft serverMinecraft consistently timing out connecting to LAN server, but has no problem hosting one
Why did they avoid parodying Martian Manhunter?
How should I face my manager if I make a mistake because a senior coworker explained something incorrectly to me?
Understanding Parallelize methods
Immutable builder and updater
Dataset human solutions for OR problems
How to make Ubuntu support single display 5120x1440 resolution?
In an interdisciplinary context, is the argument of "imposter syndrome" really applicable?
What is the difference between computational complexity and time complexity?
Dealing with an extrovert co-worker
Was it ever possible to target a zone?
Why in most German places is the church the tallest building?
French abbreviation for comparing two items ("vs")
Was there ever a treaty between 2 entities with significantly different translations to the detriment of one party?
Why do gliders have bungee cords in the control systems and what do they do? Are they on all control surfaces? What about ultralights?
How is the idea of "two people having a heated argument" idiomatically expressed in German?
Is a player able to change alignment midway through an adventure?
Tensorflow - logistic regrssion -oneHot Encoder - Transformed array of differt size for both train and test
Numbers Decrease while Letters Increase
Non-visual Computers - thoughts?
How to gently end involvement with an online community?
Algorithms vs LP or MIP
Disambiguation of "nobis vobis" and "nobis nobis"
Is using a hyperlink to close a modal a poor design decision?
Is for(( ... )) ... ; a valid shell syntax? In which shells?
Users can connect to Minecraft server but time out during terrain download
Why can I connect to my server using an internal IP and localhost, but not when I use my external IP?Minecraft Server 1.7.2 Not workingSeting up a minecraft serverI can't connect to a friend's Minecraft server, but none of the usual culprits seem to be the problemMinecraft server will just not forward!Minecraft Server not workingRestricted public access to self hosted Minecraft ServerMinecraft Server connection timeout issues from outsidePeople having trouble connecting to my Minecraft serverMinecraft consistently timing out connecting to LAN server, but has no problem hosting one
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am trying to run a private Minecraft server for a bunch of friends and am using the dedicated server .jar file and running it through a .bat file with the following arguments:
java -Xmx3072M -Xms1024M -jar minecraft_server.1.12.2.jar nogui
My problem is, that I can join to my own server from my own machine, even through the external IP at any time, whereas my friends are unable to join the server once there is at least one person already playing. They keep receiving a Read Timed out-error during the "downloading terrain" phase while joining the server, or time out soon after they have successfully loaded and joined the server.
I have whitelisted Java in the Windows Firewall as well as opened the port 25565 in my router through both TCP and UDP.
canyouseeme.org also tells me that I am visible on port 25565.
Running a HTTP server on 80, or a Terraria server on 7777 works perfectly fine without any hitches.
I have already tried:
- Allocating more RAM to the server (3GB)
- Opening every port to my computer through my router (Exposed Host)
- Disabling the router firewall to my computer
- Disabling the Windows Firewall completely
- Using a different port than
25565for my server
Some additional info that might be beneficial in solving the problem:
- CPU: Ryzen 5 1600 Six-Core Processor
- Motherboard: ASUS Prime B350-PLUS
- RAM: 16GB Corsair LPX DDR4-3000
- Router: FRITZ!Box 7390
- ISP: Deutsche Telekom
Any help is greatly appreciated.
minecraft technical-issues minecraft-server hosting
bumped to the homepage by Community♦ 24 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am trying to run a private Minecraft server for a bunch of friends and am using the dedicated server .jar file and running it through a .bat file with the following arguments:
java -Xmx3072M -Xms1024M -jar minecraft_server.1.12.2.jar nogui
My problem is, that I can join to my own server from my own machine, even through the external IP at any time, whereas my friends are unable to join the server once there is at least one person already playing. They keep receiving a Read Timed out-error during the "downloading terrain" phase while joining the server, or time out soon after they have successfully loaded and joined the server.
I have whitelisted Java in the Windows Firewall as well as opened the port 25565 in my router through both TCP and UDP.
canyouseeme.org also tells me that I am visible on port 25565.
Running a HTTP server on 80, or a Terraria server on 7777 works perfectly fine without any hitches.
I have already tried:
- Allocating more RAM to the server (3GB)
- Opening every port to my computer through my router (Exposed Host)
- Disabling the router firewall to my computer
- Disabling the Windows Firewall completely
- Using a different port than
25565for my server
Some additional info that might be beneficial in solving the problem:
- CPU: Ryzen 5 1600 Six-Core Processor
- Motherboard: ASUS Prime B350-PLUS
- RAM: 16GB Corsair LPX DDR4-3000
- Router: FRITZ!Box 7390
- ISP: Deutsche Telekom
Any help is greatly appreciated.
minecraft technical-issues minecraft-server hosting
bumped to the homepage by Community♦ 24 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
theroy: there isnt enough memory for the other computers to run minecraft properly.
– Alexander Day
Oct 12 '18 at 15:03
add a comment |
I am trying to run a private Minecraft server for a bunch of friends and am using the dedicated server .jar file and running it through a .bat file with the following arguments:
java -Xmx3072M -Xms1024M -jar minecraft_server.1.12.2.jar nogui
My problem is, that I can join to my own server from my own machine, even through the external IP at any time, whereas my friends are unable to join the server once there is at least one person already playing. They keep receiving a Read Timed out-error during the "downloading terrain" phase while joining the server, or time out soon after they have successfully loaded and joined the server.
I have whitelisted Java in the Windows Firewall as well as opened the port 25565 in my router through both TCP and UDP.
canyouseeme.org also tells me that I am visible on port 25565.
Running a HTTP server on 80, or a Terraria server on 7777 works perfectly fine without any hitches.
I have already tried:
- Allocating more RAM to the server (3GB)
- Opening every port to my computer through my router (Exposed Host)
- Disabling the router firewall to my computer
- Disabling the Windows Firewall completely
- Using a different port than
25565for my server
Some additional info that might be beneficial in solving the problem:
- CPU: Ryzen 5 1600 Six-Core Processor
- Motherboard: ASUS Prime B350-PLUS
- RAM: 16GB Corsair LPX DDR4-3000
- Router: FRITZ!Box 7390
- ISP: Deutsche Telekom
Any help is greatly appreciated.
minecraft technical-issues minecraft-server hosting
I am trying to run a private Minecraft server for a bunch of friends and am using the dedicated server .jar file and running it through a .bat file with the following arguments:
java -Xmx3072M -Xms1024M -jar minecraft_server.1.12.2.jar nogui
My problem is, that I can join to my own server from my own machine, even through the external IP at any time, whereas my friends are unable to join the server once there is at least one person already playing. They keep receiving a Read Timed out-error during the "downloading terrain" phase while joining the server, or time out soon after they have successfully loaded and joined the server.
I have whitelisted Java in the Windows Firewall as well as opened the port 25565 in my router through both TCP and UDP.
canyouseeme.org also tells me that I am visible on port 25565.
Running a HTTP server on 80, or a Terraria server on 7777 works perfectly fine without any hitches.
I have already tried:
- Allocating more RAM to the server (3GB)
- Opening every port to my computer through my router (Exposed Host)
- Disabling the router firewall to my computer
- Disabling the Windows Firewall completely
- Using a different port than
25565for my server
Some additional info that might be beneficial in solving the problem:
- CPU: Ryzen 5 1600 Six-Core Processor
- Motherboard: ASUS Prime B350-PLUS
- RAM: 16GB Corsair LPX DDR4-3000
- Router: FRITZ!Box 7390
- ISP: Deutsche Telekom
Any help is greatly appreciated.
minecraft technical-issues minecraft-server hosting
minecraft technical-issues minecraft-server hosting
asked Jul 19 '18 at 19:25
KaeksKaeks
111 bronze badge
111 bronze badge
bumped to the homepage by Community♦ 24 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 24 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 24 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
theroy: there isnt enough memory for the other computers to run minecraft properly.
– Alexander Day
Oct 12 '18 at 15:03
add a comment |
theroy: there isnt enough memory for the other computers to run minecraft properly.
– Alexander Day
Oct 12 '18 at 15:03
theroy: there isnt enough memory for the other computers to run minecraft properly.
– Alexander Day
Oct 12 '18 at 15:03
theroy: there isnt enough memory for the other computers to run minecraft properly.
– Alexander Day
Oct 12 '18 at 15:03
add a comment |
1 Answer
1
active
oldest
votes
. My theory is that you (the remote host) don't have a strong enough connection to ensure that other users (besides you) can connect to the server properly. Try running an internet speed test. If you internet is normal/fast, other people's connection might not be good enough to download all the server data. Try reducing the amount of server data that other users have to load ( for example clearing blocks, removing various particle effects) or otherwise getting a better internet connection or asking your friends to do so.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f336270%2fusers-can-connect-to-minecraft-server-but-time-out-during-terrain-download%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
. My theory is that you (the remote host) don't have a strong enough connection to ensure that other users (besides you) can connect to the server properly. Try running an internet speed test. If you internet is normal/fast, other people's connection might not be good enough to download all the server data. Try reducing the amount of server data that other users have to load ( for example clearing blocks, removing various particle effects) or otherwise getting a better internet connection or asking your friends to do so.
add a comment |
. My theory is that you (the remote host) don't have a strong enough connection to ensure that other users (besides you) can connect to the server properly. Try running an internet speed test. If you internet is normal/fast, other people's connection might not be good enough to download all the server data. Try reducing the amount of server data that other users have to load ( for example clearing blocks, removing various particle effects) or otherwise getting a better internet connection or asking your friends to do so.
add a comment |
. My theory is that you (the remote host) don't have a strong enough connection to ensure that other users (besides you) can connect to the server properly. Try running an internet speed test. If you internet is normal/fast, other people's connection might not be good enough to download all the server data. Try reducing the amount of server data that other users have to load ( for example clearing blocks, removing various particle effects) or otherwise getting a better internet connection or asking your friends to do so.
. My theory is that you (the remote host) don't have a strong enough connection to ensure that other users (besides you) can connect to the server properly. Try running an internet speed test. If you internet is normal/fast, other people's connection might not be good enough to download all the server data. Try reducing the amount of server data that other users have to load ( for example clearing blocks, removing various particle effects) or otherwise getting a better internet connection or asking your friends to do so.
answered Nov 26 '18 at 19:54
Zero-Point GamingZero-Point Gaming
1587 bronze badges
1587 bronze badges
add a comment |
add a comment |
Thanks for contributing an answer to Arqade!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f336270%2fusers-can-connect-to-minecraft-server-but-time-out-during-terrain-download%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
theroy: there isnt enough memory for the other computers to run minecraft properly.
– Alexander Day
Oct 12 '18 at 15:03