Categories

  • Announcements regarding our community

    0 Topics
    0 Posts
    No new posts.
  • 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

3

Users

30

Topics

30

Posts

Ad