The error message “Failed to login: The authentication servers are currently not reachable” usually means your computer is blocking Minecraft from connecting to the internet, rather than the servers actually being down.
This is extremely common if you have ever used “Alt Account” generators (like TheAltening, MCLeaks) or if your network settings are stuck.
Here is the step-by-step fix, ranked from most likely to least likely.
1. The “Hosts File” Fix (Most Common Cause)
If you have ever used software to get free Minecraft accounts (Alt dispensers), they modify a hidden file on your computer to block the real Mojang servers. You must fix this to play.
For Windows:
Click Start, type Notepad.
Right-click Notepad and select Run as Administrator (Crucial).
In Notepad, go to File > Open.
Navigate to this folder:
C:\Windows\System32\drivers\etcChange the file type drop-down (bottom right) from “Text Documents” to “All Files”.
Double-click the file named
hosts.Look for any lines that contain
mojang.comorminecraft.net.Delete those lines completely.
Save the file (
Ctrl + S) and restart your computer.
For Mac:
Open Terminal.
Type
sudo nano /etc/hostsand press Enter (type your password when prompted).Delete any lines containing
mojangorminecraft.Press
Ctrl + Oto save andCtrl + Xto exit.
Also Read : Trumpaccounts.gov Website | What is this website for
2. Flush Your DNS
Your internet “phonebook” might be outdated. This forces a refresh.
Press the Windows Key and type
cmd.Open Command Prompt.
Type this command and press Enter:
Bash
ipconfig /flushdnsThen type this command to reset the connection:
Bash
netsh winsock resetRestart your computer.
3. Force IPv4 (For Java Edition Users)
Sometimes Java tries to use IPv6 (a newer internet protocol) and fails. You can force it to use the older, more stable IPv4.
Open the Minecraft Launcher.
Go to Settings (bottom left).
Ensure “Java Edition” is selected.
Look for “Java Arguments” (you may need to check a box that says “Advanced”).
Scroll to the end of the line of text in the box.
Add a space, and then paste this exact text:
Plaintext
-Djava.net.preferIPv4Stack=trueClick Save and launch the game.
4. Log Out and Back In
Your “Access Token” might have expired.
In the Minecraft Launcher, click your profile name in the top left.
Click Log Out.
Log back in with your Microsoft Account.
5. Check if Servers are Actually Down
It is rare for only the auth servers to be down while everything else works, but it happens.
Check DownDetector for Minecraft.
If you see a massive spike in reports (in the thousands), the issue is on their end and you just have to wait.
Be the first to comment