Skip to main content

How to SSH into the Robot

AI Sapiens supports mDNS, allowing you to connect without manually checking the IP address.

  1. Connect the robot's SBC (onboard PC) to the same network as your PC using a LAN cable.

  2. Check the robot serial number. It is printed on the back of the robot body and also appears on the controller LCD during startup. To display it again after startup, press the controller's SE button once. In this example, the serial number is SNPR50A1004.

AI Sapiens K1 serial number label AI Sapiens K1 serial number shown on the RadioMaster controller LCD
  1. On your PC terminal, run:

    ssh root@k1-SNPR50A1004.local

Replace SNPR50A1004 with your robot's serial number.

The root account has no password by default.