Connection timed out: no further information, how to fix
Your client never reached the server. Check the server is running, the address is right, and whether the timeout is just you or everyone.
A client-side Connection timed out: no further information (full text: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection timed out: no further information) means your Minecraft client tried to open a TCP connection to the server and got no reply at all. The server might be down, the address might be wrong, or something between the two of you is dropping packets.
Step 1: is the server actually running
Open Dashboard → your server. If the status pill is anything other than Running, that is your answer; press Start and wait for the dashboard to settle. If the status pill says Running, move on.
Step 2: is the address right
For Minecraft Java, the address is the bare subdomain you picked at order time: yourname.hostd.it or yourname.hostdservers.com. No http://, no port (unless you have changed the listen port; the Connect tab shows the right form for your server).
A few specific things to check on the client:
- Open the Minecraft launcher and look at the saved server entry. Spaces, missing characters, the wrong subdomain (typing
hostdinstead ofhostd.it) all produce a connection timeout because DNS resolves to the wrong place. - Try the IPv4 fallback shown on the Connect tab. Some home routers do not forward AAAA records cleanly.
Step 3: is it just you
If one player can connect and another cannot, the server is fine. It is something between that one player and us. Common culprits:
- ISP-level filtering of Minecraft's port. Rare, but a few mobile and corporate networks block it. The player needs a different network or a VPN.
- Firewall on the client machine. Windows Defender Firewall, third-party AV (Kaspersky, Bitdefender, McAfee), or a corporate VPN client. Whitelist
javaw.exeandjava.exefor outbound on port 25565. - A region-local outage on the player's route. Often clears within an hour; if the player's ping to other services is fine but to your address is timing out, that is what it is.
Step 4: nobody can connect
If the server says Running and the address is right and no player can get in, open a ticket from Dashboard → Support. We will check the node-level routing.
Where to go next
- Connecting to a Minecraft Java server for the connect-side basics.
- Minecraft server won't start if you suspect the server is not really up.
Last updated 2026-05-23. Notice a mistake? Tell us.