Can't Connect to Minecraft Server Ubuntu 18.04

7,354

I had a similar issues.

The problem with all the fixes i found was that i installed Minecraft via snap. sudo snap install minecraft and because snaps are self contained the java on my machine did not effected it.

What fixed it for me was installing the old launcher instead.

  1. Remove snap version sudo snap remove minecraft
  2. completely remove java 10 ( If Installed )
  3. Install Minecraft Via curl Script
Share:
7,354

Related videos on Youtube

OinkyOverlord
Author by

OinkyOverlord

Updated on September 18, 2022

Comments

  • OinkyOverlord
    OinkyOverlord over 1 year

    I've been having an issue lately with Minecraft on my Ubuntu 18.04 machine. When I try to login to a server, I get a message saying the auth servers are down. However, I can confirm from Mojang's website and from friends that can connect to server that they are not down and the error is client side.

    I've tried all the following solutions, but none have worked thus far:

    sudo /var/lib/dpkg/info/ca-certificates-java.postinst configure
    sudo apt-get install ca-certificates-java
    sudo dpkg --purge --force-depends ca-certificates-java
    sudo apt-get install --reinstall ca-certificates-java
    sudo update-ca-certificates -f
    
  • Alex Shroyer
    Alex Shroyer over 5 years
    Had the exact same problem here. Snap's version of minecraft has an out-of-date certificate, or is pointing in the wrong direction, or something. Removing the existing openjdk and running your script solved this for me, though I made some tweaks to the script for my system.