Skip to content

Browser Login

Prerequisites

  • Mainboard: Rhino Pi-X1
  • Power Supply: DC 12V 5A power adapter
  • Input Devices: USB Type-A to Type-C cable
  • Communication Equipment: Standard network cable

Starting the Board

The board comes pre-installed with the Android 13 system. After supplying power using the 12V power adapter, the board will automatically boot the system.

  • Boot-up Process: The power indicator light is solid red.
  • Use a USB Type-A to Type-C cable: Plug the Type-A end into the USB port of a Windows computer, and the Type-C end into the board's C port.
  • Normal system startup: The RGB light is solid red and the fan is running, indicating that the system has completed booting up.

Obtaining the IP Address via ADB

Installing ADB Software

Visit the link ADB Download and select the corresponding platform to download the ADB software.

Open the Terminal in the ADB folder directory and enter adb. If the output shows the ADB related command instructions, the environment is ready.

Tip

For more ADB usage, please refer to ADB Basic Usage.

IP Address Acquisition

bash
# Enter device shell
adb shell

# Get IP address
ifconfig eth0

You should see output similar to the following:

The inet addr parameter indicates the IP address of the device.

Tip

For more methods of IP address acquisition, please refer to IP Address Acquisition.

Logging into the Web Page

After obtaining the device's IP address, you can log into the system's Web interface using the following method.

  • Ensure the PC and the board are on the same local area network (LAN).

  • Enter the URL in your browser: http://ip:8000/login. Please replace ip in the URL with the actual IP address of the device. Username/Password: aidlux/aidlux

System Usage

After successfully booting the system, developers can officially start using the Ubuntu 22.04 system on the Rhino Pi-X1. Please refer to System Usage

Tip

If developers need to reinstall the system or perform an OTA upgrade, please refer to: System Flashing