F&Q
Updating to Solve Issues
NanoKVM Pro will periodically update applications, and some issues may have been resolved in newer versions. Therefore, please try updating the application first.
System Boot
Green LED Blinking
The green LED serves as the power indicator for NanoKVM Pro. If a power source with insufficient capacity is connected, the green LED may blink due to voltage instability and fail to start up. Please disconnect all power connections and replace the power adapter.
Video-Related Issues
HDMI Icon Lit on NanoKVM Screen but No Video Displayed in Web Interface
NanoKVM-Pro supports video capture and loop-out functions. When only capturing video, it reports a maximum resolution of 4K30FPS to the host by default. When a loop-out display is connected, it reports a common resolution list.
For the default resolution and frame rate list, please refer to here.
When connected through video adapters or docking stations, the reported capabilities may change (e.g., reporting 4K60FPS capture support, which may cause capture failure). In such cases, adjust the display settings in the host system:
- On Windows: Go to
Settings
→Display
→Advanced Display Settings
→ SelectNanoKVM-Pro
display →Display Adapter Properties
→List All Modes
→ Choose the desired mode → Click Apply or OK.
Blurry Image, Not Matching the Captured Resolution
- In the image above, box ③: If the desktop resolution is lower than the active signal resolution, the captured image may appear blurrier than expected. Follow the steps above to output a clear image.
Image Burning Methods
USB Burning
NanoKVM Pro supports restoring or updating the system via USB image burning.
Preparation
- Prepare a USB data cable
- Download the latest NanoKVM Pro image file
- Prepare a burning tool (such as balenaEtcher, Rufus, or the dd command)
Burning Steps
Download the Image and Burning Tool
- Visit the NanoKVM Pro Release Page to download the latest image file.
- Download and install the burning tool balenaEtcher.
Enter Burning Mode
- Use the USB data cable to connect the NanoKVM Pro's HID interface to your computer.
- Press and hold the User button on the NanoKVM, then power it on (or press the Reset button while powered on) until the orange LED turns off.
- The device will then enter burning mode, and the orange LED will start flashing again. Check if your computer recognizes the new disk device.

Windows Recognizing Device

Linux Recognizing Device
- Burn Using balenaEtcher (Recommended)
- Launch balenaEtcher.
- Click "Flash from file" and select the downloaded image file.
- Click "Select target" and choose the recognized NanoKVM Pro device.
- Click "Flash!" to start the burning process.
- Wait for the burning to complete and verify.

- If prompted that the partition table cannot be found, it is normal; click continue.

- Burn Using Command Line
# Find the device name
sudo fdisk -l
# Decompress the image file (if it is in .xz format)
xz -dv 20250828_NanoKVMPro_1_0_10.img.xz
# Burn the image (replace /dev/sdX with the actual device name)
sudo dd if=20250828_NanoKVMPro_1_0_10.img of=/dev/sdX bs=4M status=progress
sudo sync
- Restart the Device
- After burning is complete, safely eject the device.
- Disconnect the USB connection.
- Reconnect the power, and the device will automatically start the new system.
Notes
- Ensure you select the correct device to avoid accidentally operating on other storage devices.
- Do not disconnect the power or remove USB connections during the burning process.
- The first startup may take a long time for initialization and configuration.
- If the orange light does not turn on or the disk device does not appear, please refer to the methods below to use AXDL for burning.
AXDL Burning
AXDL is an official burning tool provided by Aixin, designed for burning AXP format system images. It currently supports Windows platform only.
Preparation
- Prepare a USB data cable.
- Visit the NanoKVM Pro Release Page to download the latest AXP format image file.
- Download and install the AXDL tool and corresponding drivers Download Link.
Burning Steps
Connect the Device
- Use the USB data cable to connect the NanoKVM Pro's HID interface to your computer.
Configure the Burning Tool
- Open the AXDL tool.
- Select the downloaded AXP format image file.
- Click the start burning button.
Enter Burning Mode and Start Burning
- Press and hold the User button on the NanoKVM, then power it on (or press the Reset button while powered on).
- The burning process will start automatically, wait for the progress bar to complete.
- Wait until the prompt indicates that burning was successful; the entire process is complete.