diff --git a/docs/_passwd.md b/docs/_passwd.md index fce39b6..47dcf23 100644 --- a/docs/_passwd.md +++ b/docs/_passwd.md @@ -5,6 +5,7 @@ * **PiKVM Web Interface** ([API](api.md), [VNC](vnc.md)...): user `admin`, password `admin`, no 2FA code. **These are two separate entities with independent accounts.** + To change passwords, you will need to use the console access via SSH or the Web Terminal. If you are using the Web Terminal, enter the `su -` command to get the `root` access (enter the `root` user password). diff --git a/docs/auth.md b/docs/auth.md index 3213c78..0c52454 100644 --- a/docs/auth.md +++ b/docs/auth.md @@ -2,7 +2,7 @@ PiKVM OS is based on a regular Linux system, so everything about authorization in this OS is also true for PiKVM. -!!! note "PiKVM comes with the following default passwords" +!!! warning "PiKVM comes with the following default passwords" * **Linux admin** (SSH, console, etc.): user `root`, password `root`. * **PiKVM Web Interface** ([API](api.md), [VNC](vnc.md)...): user `admin`, password `admin`, no 2FA code.