Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MineOS docs #1034

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading