This commit is contained in:
Maxim Devaev 2023-08-20 10:04:39 +03:00
parent 33020859df
commit 8ff62aab52
2 changed files with 2 additions and 1 deletions

View File

@ -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).

View File

@ -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.