20% OFF Your first order with SAVE20
Background image of the page

Help Article

How to Fix "Authentication Servers Are Down" Error

A step-by-step guide on how to troubleshoot and fix the "Authentication servers are down. Please try again later, sorry!" error on your Minecraft server.

Last updated on  Feb 27, 2026

An example image of the error in Minecraft

The "Authentication servers are down. Please try again later, sorry!" error appears when your Minecraft server cannot verify your account with Mojang's session servers. This can happen because of actual Mojang downtime, a broken internet connection, a misconfigured server setting, or a conflict caused by a VPN. This guide walks you through the most common fixes, starting with the quickest checks first.


Step 1: Check Mojang's Server Status

  1. Visit the Mojang Status page for any reported outages.
  2. If Mojang services are listed as degraded or down, wait for them to restore service and try again.
👉
NOTE: If Mojang's services are all showing green but you are still getting the error, the problem is on your end or your server's end - keep going through the steps below.

Step 2: Re-log Into the Minecraft Launcher

  1. Close your Minecraft client completely.
  2. Open the Minecraft Launcher and click your profile name in the top-left corner.
  3. Click Log out.
  4. Log back in using your Microsoft account credentials.
  5. Launch the game and try connecting to your server again.
💡
TIP: This refreshes your authentication token, which is one of the most common causes of this error.

Step 3: Check Your Internet Connection

  1. Restart your router by unplugging it, waiting 30 seconds, and plugging it back in.
  2. Confirm you have a stable connection by loading a website in your browser.
  3. Try connecting to your server again once the connection is restored.

Step 4: Disable or Enable a VPN

  1. If you are currently connected to a VPN, disconnect from it and try joining the server again.
  2. If you are not using a VPN, try connecting through one - this changes your IP address and can bypass regional restrictions that trigger the error.

Step 5: Flush Your DNS Cache

Stale DNS records can prevent your client from reaching Mojang's session servers. Flushing your DNS cache clears these records.

Windows

  1. Press Windows + R, type cmd, and press Enter to open Command Prompt.
  2. Run the following command:
ipconfig /flushdns
  1. Close Command Prompt and relaunch Minecraft.

macOS

  1. Open Terminal.
  2. Run the following command:
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
  1. Close Terminal and relaunch Minecraft.

Step 6: Disable IPv6 on Your Network Adapter (Windows)

IPv6 conflicts can interfere with Mojang's authentication servers.

  1. Open Control Panel → Network and Sharing Center → Change adapter settings.
  2. Right-click your active network connection and select Properties.
  3. Find Internet Protocol Version 6 (TCP/IPv6) in the list and uncheck it.
  4. Click OK and relaunch Minecraft.

Step 7: Check Online Mode on Your Server

If players can connect to other servers but not yours specifically, your online-mode setting may be misconfigured.

  1. Head over to the Game Panel and stop your server.
  2. Navigate to the Properties tab.
  3. Find the online-mode option and confirm it is enabled.
⚠️
WARNING: Disabling online-mode disables account verification entirely, which allows anyone - including users with cracked clients - to join your server. Only set this to false if you are running a private network and fully understand the security implications.

🧑‍💻
If you still require assistance, please get in touch with our support team by opening a ticket or by joining our community Discord server.