diff --git a/docs/software/gaming.md b/docs/software/gaming.md index 223f8acd..813ee3d2 100644 --- a/docs/software/gaming.md +++ b/docs/software/gaming.md @@ -125,8 +125,14 @@ MineOS allows you to create multiple Minecraft servers with ease, using a simple - URL: `https://: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 = `` (default: `dietpi`) + + To change the password to `myPassword`, run the following command: + + ```sh + sudo chpasswd --crypt-method SHA512 <<< 'mineos:myPassword' + ``` === "1st run setup"