This commit is contained in:
Maxim Devaev 2025-04-29 20:41:20 +03:00
parent df51159b7b
commit 0cff16954a
3 changed files with 32 additions and 25 deletions

View File

@ -1,4 +1,4 @@
??? note "Choose Fahrenheit over Celsius to display on the OLED"
??? note "How to set up Fahrenheit on the OLED"
Create a directory for a configuration file:

View File

@ -214,9 +214,28 @@ For security's sake, it's best to change the default passwords immediately after
![Work remotely](../v4/remote-screen.png)
## Additional setting up
## Further steps
??? note "If your kit includes the OLED display and/or the fan, you'll need to turn them on (this is only needed for the older V3 image for the HAT, in the box image everything is enabled by default)"
1. **Get to know PiKVM OS**: read [this help section](webui.md) to better understand all the possibilities of the web user interface.
2. **Update and customize the system**:
- We strongly recommend to update the PiKVM OS after the first launch:
{!_update_os.md!}
- [Harden the remote access](auth.md) by enabling 2FA.
- Configure access to PiKVM from the Internet using [port forwarding](port_forwarding.md) or [Tailscale VPN](tailscale.md).
- Enable a microphone for [two-way audio](audio.md).
- [Learn](conf_files_structure.md) how configuration files are structured.
3. **Configure hardware**:
- Set up [ATX connection](atx_board.md).
- If you bought V3 HAT Assembly Kit and it includes the OLED display and/or the fan, you'll need to turn them on. Note this is only needed for the older V3 image for the HAT, in the box image everything is enabled by default:
??? note "Enabling the OLED and the fan"
Log in to PiKVM and run these commands:
@ -227,23 +246,10 @@ For security's sake, it's best to change the default passwords immediately after
[root@pikvm ~]# ro
```
{!_fahrenheit.md!}
## Further steps
- Choose Fahrenheit over Celsius to display on the OLED:
1. **Get to know PiKVM OS**: read [this help section](webui.md) to better understand all the possibilities of the web user interface.
2. **Update and customize the system**:
- [Update](_update_os.md) the PiKVM operating system.
- [Harden the remote access](auth.md) by enabling 2FA and setting session expiration time.
- Configure access to PiKVM from the Internet using [port forwarding](port_forwarding.md) or [Tailscale VPN](tailscale.md).
- Enable a microphone for [two-way audio](audio.md).
- [Learn](conf_files_structure.md) how configuration files are structured.
3. **Configure hardware**:
- Set up [ATX connection](atx_board.md).
{!_fahrenheit.md!}
## Known issues and limitations
@ -314,8 +320,6 @@ The standard Raspberry Pi HDMI output (marked as `VIDEO OUT` on the PiKVM case)
* `dmesg | egrep 'tc35|1-1.4|uvc'`
* `systemctl status kvmd-tc358743`
Note that this is not a hotplug device, and you must first turn off the power.
## Getting user support
If something doesn't work, check out our [FAQ](faq.md). Otherwise, head straight to our [Discord chat](https://discord.gg/bpmXfz5).

View File

@ -207,8 +207,11 @@ For security's sake, it's best to change the default passwords immediately after
2. **Update and customize the system**:
- [Update](_update_os.md) the PiKVM operating system.
- [Harden the remote access](auth.md) by enabling 2FA and setting session expiration time.
- We strongly recommend to update the PiKVM OS after the first launch:
{!_update_os.md!}
- [Harden the remote access](auth.md) by enabling 2FA.
- Configure access to PiKVM from the Internet using [port forwarding](port_forwarding.md) or [Tailscale VPN](tailscale.md).
- Enable a microphone for [two-way audio](audio.md).
- Enable [HDMI pass-through](pass.md).
@ -221,7 +224,9 @@ For security's sake, it's best to change the default passwords immediately after
- Install and set up [LTE/5G modem](modem.md) (**only for PiKVM V4 Plus**).
- Set up internal [USB 3.0](usb3v4.md) port if you need (**only for PiKVM V4 Plus**).
- Learn about [DIP switches](dip_switches.md).
- {!_fahrenheit.md!}
- Choose Fahrenheit over Celsius to display on the OLED:
{!_fahrenheit.md!}
## Known issues and limitations
@ -238,8 +243,6 @@ For security's sake, it's best to change the default passwords immediately after
* `dmesg | egrep 'tc35|1-1.4|uvc'`
* `systemctl status kvmd-tc358743`
Note that this is not a hotplug device, and you must first turn off the power.
## Getting user support
If something doesn't work, check out our [FAQ](faq.md). Otherwise, head straight to our [Discord chat](https://discord.gg/bpmXfz5).