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.
  • Loading branch information
MichaIng committed Nov 9, 2024
1 parent 1f95fea commit f6d7475
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 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 Down

0 comments on commit f6d7475

Please sign in to comment.