Why is it saying server is offline when its not?

try logging in and it says servers offline while my friend is still logged in

same problem brother. first time trying this server out but can’t log in

Probably having DNS caching issues (or Cloudflare is having a rough time at the moment).

You can try:

  1. Restarting your PC.
  2. Clearing your browser cache/cookies.
  3. Close browser and flush the DNS from the terminal
  • Windows:

ipconfig /flushdns

  • Linux:

sudo systemd-resolve --flush-caches

(OR)

sudo resolvectl flush-caches

The third option worked for me. Let me know if you’re still having issues after these steps.

1 Like