Skip to content

Commit f6d7475

Browse files
committed
Update MineOS docs
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.
1 parent 1f95fea commit f6d7475

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/software/gaming.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,14 @@ MineOS allows you to create multiple Minecraft servers with ease, using a simple
125125

126126
- URL: `https://<your.IP>:8443`
127127
You can safely ignore the certificate "warning" if one appears.
128-
- Username: `root`
129-
- Password: The same as your root login password. Default is `dietpi`
128+
- Username: `mineos`
129+
- Password = `<globalSoftwarePassword>` (default: `dietpi`)
130+
131+
To change the password to `myPassword`, run the following command:
132+
133+
```sh
134+
sudo chpasswd --crypt-method SHA512 <<< 'mineos:myPassword'
135+
```
130136

131137
=== "1st run setup"
132138

0 commit comments

Comments
 (0)