Skip to content

Commit

Permalink
Update MineOS docs
Browse files Browse the repository at this point in the history
We create again a dedicated login user, to work around the login issue, with MineOS not supporting the new default yescrypt password hashing algorithm. Add an info about how to change the password, since it is required to explicitly define SHA512 as hashing algorithm.

Add an info about supported Minecraft versions based on available Java versions.
  • Loading branch information
MichaIng committed Nov 9, 2024
1 parent 1f95fea commit cabb5dd
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/software/gaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,14 @@ MineOS allows you to create multiple Minecraft servers with ease, using a simple

- URL: `https://<your.IP>:8443`
You can safely ignore the certificate "warning" if one appears.
- Username: `root`
- Password: The same as your root login password. Default is `dietpi`
- Username: `mineos`
- Password = `<globalSoftwarePassword>` (default: `dietpi`)

To change the password to `myPassword`, run the following command:

```sh
sudo chpasswd --crypt-method SHA512 <<< 'mineos:myPassword'
```

=== "1st run setup"

Expand All @@ -144,6 +150,10 @@ MineOS allows you to create multiple Minecraft servers with ease, using a simple

Your server should now be running, on the default port 25565.

!!! warning "Minecraft Java version requirements"
Note that Minecraft 1.20.5 and above requires Java 21, which is available on Debian Trixie/testing only, or with a custom Java installation.
ARMv6 RPi models (RPi 1 and Zero 1) can only run Minecraft 1.16 or older, as newer Java versions do not support ARMv6 with Hotspot VM anymore.

***

Official forum: <https://discourse.codeemo.com/>
Expand Down

0 comments on commit cabb5dd

Please sign in to comment.