FAQ
-
What is the difference between One-KVM and PiKVM?
One-KVM is built on PiKVM, localized and extended with more features, and supports more hardware and platforms.
For advanced configuration, refer to the PiKVM docs, which explain advanced features in detail.
Software¶
-
What ports does One-KVM use?
The integrated image uses port 443 by default, and port 80 redirects to 443. The Docker version uses port 4430 by default, and port 8080 redirects to 4430.
Because the SSL certificate is self-signed, browser warnings are expected. You can ignore the warning or replace the Nginx SSL certificate.
Tip
Default web and VNC credentials are admin/admin. The root password is usually set by the user; if unset, try 1234.
SSH default port: 22
VNC default port: 5900
Janus WS port: 20000-40000Tip
Troubleshooting guide:
Web video shows a black screen with "No Signal": check hardware connections.
Web page shows a black screen or colored vertical bars: check HDMI input from the target machine.
OS display is normal but BIOS is black or renders incorrectly: try enabling CSM in BIOS.
Mouse offset or abnormal movement: switch to relative mouse mode in the top-right of the web UI.
Screen goes black briefly and repeats after refresh: try Firefox.
If none of the above apply, reboot to reset. If still not resolved, submit an issue on GitHub or join the One-KVM group. -
How do I access One-KVM in my LAN from the public Internet?
If your router has a public IP, forward port 443 (integrated image) or 4430 (Docker). Otherwise, use NAT traversal or mesh networking tools like Tailscale or FRP.
-
How do I change the web login username and password?
Note: For integrated image users, you can log in as root in the HDMI or SSH terminal. The PiKVM web terminal uses the
kvmd-webtermlow-privilege user (no password) and does not have root orsudo. To run privileged commands, usesu rootand enter the password.Example: change username/password
Video¶
-
BIOS/UEFI display issues or wrong resolution?
On some motherboards, BIOS may display at a low resolution or render incorrectly.
This can usually be fixed by enabling the Compatibility Support Module (CSM) in BIOS. Video tutorial below (from Bilibili UP: MiaomiaoZhe - Lost Name).
If you cannot or do not want to enable CSM, try using a DisplayPort (DP) monitor or a dummy plug. If that does not work, try this sequence: connect a DP cable, boot into BIOS, disable CSM and power off (do not reboot). Then boot into BIOS again, enable CSM, power off, reconnect HDMI, and power on.
System¶
-
How do I set a static IP?
Use the terminal UI tool
nmtuiorarmbian-config. -
How do I change the MAC address?
For non-OneCloud devices, use
nmtuito change the MAC address.OneCloud has special constraints. Changing MAC with
nmtuican prevent IP assignment. Use the method below based on version.240118 and later
Edit
/etc/systemd/network/99-eth0.networkto change the MAC address.240138 to 240104
Edit/etc/systemd/network/99-eth0.networkto change the MAC address.Earlier than 240121
-
How do I change the OneCloud front panel LED color?
On 5.9 kernels,
green_on,red_on,blue_on,green_off,red_off, andblue_offare available.On 6.x kernels, use the following commands (0 = off, 1 = on):
-
After flashing OneCloud with the integrated image, LAN access is very slow (seconds of delay). How do I fix it?
This is a rare OneCloud compatibility issue (~2%). Tests show it can be fixed by changing the OneCloud DTB network mode from "rgmii-id" to "rgmii-rxid" and rebooting.


