Categories

  • Announcements regarding our community

    1 Topics
    1 Posts
    SumisuS
    -----BEGIN PGP PUBLIC KEY BLOCK----- mDMEahMIJxYJKwYBBAHaRw8BAQdATv9qE7KlJxNgijk0Gy0wRfT8L2z19L0GLCEQ XMIjua+0GVN1bWlzdSA8YWRtaW5Ac3VtaXN1Lnh5ej6ItQQTFgoAXRYhBE4vJRmj JSxmmdwMQvPbmruB6fcxBQJqEwgnGxSAAAAAAAQADm1hbnUyLDIuNSsxLjEyLDIs MQIbAwUJBaUSaQULCQgHAgIiAgYVCgkICwIEFgIDAQIeBwIXgAAKCRDz25q7gen3 MfiPAQCcT+cmQMRAbI3uAp8MI9Sf7Jp0yfNQstYS8YiswZ2zQQEA/ejOgxhxSN5D gajP32f+bzI/kQDFZGPABy5rttvMGAu4OARqEwgnEgorBgEEAZdVAQUBAQdAnex8 l5qjmWB9PpKQS8jvAGnZ+o/t6K61PFhs7+jgIkYDAQgHiJoEGBYKAEIWIQROLyUZ oyUsZpncDELz25q7gen3MQUCahMIJxsUgAAAAAAEAA5tYW51MiwyLjUrMS4xMiwy LDECGwwFCQWlEmkACgkQ89uau4Hp9zFRHQD6A3KXSIHJ6YFcvH9DKWn3mRA+NmuD 5mBhsjADoBVyOU0A/i+6nCbxU1tmU+0qBHX+gfnrRsEwE0ascb7bELTdR7YE =3jsq -----END PGP PUBLIC KEY BLOCK-----
  • 4 Topics
    4 Posts
    SumisuS
    If your Minecraft servers are not starting, it could be do to MineOS not having a new enough version of Java. To update the Java version you just need to run a few commands. This will update MineOS to Java 22. First we need to remove the default Java version with this command: apt remove java-common (if nothing gets removed, that’s okay, just continue to the next step) Next we need to download Java 22 for Linux x64: wget https://download.java.net/java/GA/jdk22.0.2/c9ecb94cd31b495da20a27d4581645e8/9/GPL/openjdk-22.0.2_linux-x64_bin.tar.gz Now we need to extract the contents into a folder: tar -xf openjdk-22.0.2_linux-x64_bin.tar.gz -C /opt/ Lastly we need to create a link to the new Java version we installed: ln -sf /opt/jdk-22.0.2/bin/java /usr/bin/java Now that Java is updated you should now be able to start your Minecraft server without restarting. Even thought the server will boot, I would recommend restarting MineOS just to be safe.
  • For different post about anything technology related.

    26 Topics
    26 Posts
    SumisuS
    [image: logo_long.svg] What is Crafty Controller? Crafty Controller is a free and open-source Minecraft launcher and manager that allows users to start and administer Minecraft servers from a user-friendly interface. LISCENSE https://gitlab.com/crafty-controller/crafty-4/-/raw/master/LICENSE Docker Compose services: crafty: container_name: crafty_container image: registry.gitlab.com/crafty-controller/crafty-4:latest restart: always environment: - TZ=America/Chicago ports: - "8443:8443" # HTTPS - "8123:8123" # DYNMAP - "19132:19132/udp" # BEDROCK - "25500-25600:25500-25600" # MC SERV PORT RANGE volumes: - backups:/crafty/backups - logs:/crafty/logs - servers:/crafty/servers - config:/crafty/app/config - import:/crafty/import volumes: backups: logs: servers: config: import:
  • A place to talk about whatever you want

    0 Topics
    0 Posts
    No new posts.
  • Got a question? Ask away!

    0 Topics
    0 Posts
    No new posts.
  • Blog posts from individual members

    0 Topics
    0 Posts
    No new posts.
Forum Stats

0

Online

4

Users

31

Topics

31

Posts

Ad