Browser Login
Prerequisites
- Mainboard: Rhino Pi A1
- Power Supply: DC12V/24V 3A Power Adapter
- Input Device: USB TYPE-A to TYPE-C Cable
- Communication Device: Ordinary Network Cable
Start the Board
The board is pre-installed with Android 14 system. After powering with DC12V/24V 3A power adapter, the board will automatically start the system.
- Boot Process: Power indicator red light stays on
- Use USB TYPE-A to TYPE-C cable, TYPE-A port connects to Windows PC USB port, TYPE-C port connects to board C port.
- System Normal Startup: RGB light red light stays on and fan rotates and works, indicating boot completion
Get IP Address via ADB
Install ADB Software
Visit link ADB Download select corresponding platform to download ADB software.
Open Terminal in ADB folder directory, input adb output ADB related command description means environment is normal

Tip
More ADB usage please refer to ADB Basic Usage.
IP Address Acquisition
# Enter device
adb shell
# Get IP address
ifconfig eth0You can see the following output:

inet addr parameter indicates the device's IP address
Tip
More IP address acquisition methods please refer to IP Address Acquisition.
Login to Web Page
After getting the device's IP address, you can login to the fusion system's Web interface as follows.
Ensure PC and board are on the same LAN
Enter url in browser:
http://ip:8000/loginPlease replaceipin url with device's actual ip address. Username/Password: aidlux/aidlux

Use the System
After successfully starting the system, developers can officially use Ubuntu 22.04 system on Rhino Pi-A1, can refer to System Usage
Tip
If developers need to reinstall the system or OTA upgrade, please refer to: System Flashing