So, it’s as simple as that, whenever I open minecraft for the first time, I can log into my server, but as soon as I log off and then try to log back in, it takes a min or so and just gives me a “Timed out” message until I restart the game
Reproduction Steps
Log into the minecraft launcher and joining my server, everything works as usual.
Login off (doesn’t matter for how much time)
Log back in takes a bit and then gives “Timed out” error
Common with modded servers or if the connecting user doesn’t have a good network connection.
Most of the time you can just retry logging in without restarting the game.
Otherwise you can add this startup arg to both the client and the server: -Dfml.readTimeout=180 to try and increase the login period.
For the server, add it under Configuration → Java and Memory.
For the client, toss your launcher’s name + “java startup args” into google to see if that shows you how to add them.