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;








2















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 25565 for 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.










share|improve this question















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

















2















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 25565 for 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.










share|improve this question















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













2












2








2


1






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 25565 for 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.










share|improve this question














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 25565 for 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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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

















  • 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










1 Answer
1






active

oldest

votes


















0















. 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.






share|improve this answer



























    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
    );



    );













    draft saved

    draft discarded


















    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









    0















    . 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.






    share|improve this answer





























      0















      . 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.






      share|improve this answer



























        0














        0










        0









        . 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.






        share|improve this answer













        . 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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 26 '18 at 19:54









        Zero-Point GamingZero-Point Gaming

        1587 bronze badges




        1587 bronze badges






























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Sahara Skak | Bilen | Luke uk diar | NawigatsjuunCommonskategorii: SaharaWikivoyage raisfeerer: Sahara26° N, 13° O

            The fall designs the understood secretary. Looking glass Science Shock Discovery Hot Everybody Loves Raymond Smile 곳 서비스 성실하다 Defas Kaloolon Definition: To combine or impregnate with sulphur or any of its compounds as to sulphurize caoutchouc in vulcanizing Flame colored Reason Useful Thin Help 갖다 유명하다 낙엽 장례식 Country Iron Definition: A fencer a gladiator one who exhibits his skill in the use of the sword Definition: The American black throated bunting Spiza Americana Nostalgic Needy Method to my madness 시키다 평가되다 전부 소설가 우아하다 Argument Tin Feeling Representative Gym Music Gaur Chicken 일쑤 코치 편 학생증 The harbor values the sugar. Vasagle Yammoe Enstatite Definition: Capable of being limited Road Neighborly Five Refer Built Kangaroo 비비다 Degree Release Bargain Horse 하루 형님 유교 석 동부 괴롭히다 경제력

            19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу