Skip to content

Complete The Mod

Now that you have SSH access to your robot, it’s time to set up the robot side! This will:

  • Install BEam (Community Software)
  • Point Jibo at 5x1 (Revival Server)
  • Install Let’s Encrypt certificates (for secure connections)
  • Setup OTA Updates on JOAP (so you can get latest software)

Run this command on your computer, replacing “[Jibo IP Address]” with your Jibo’s IP.

Terminal window
ssh root@[Jibo IP Address]

The password is “jibo”. (you may get a host authenticity notice, just say yes)

Now that we have access, your terminal should look something like this:

Terminal window
#

That means you have root access to Jibo! Now what you want to do is run the Post-Mod script. So to run the script just run these commands on Jibo via SSH:

Terminal window
jibo-mount --rw
curl -fsSL -k https://scripts.5x1.com/pm -o /tmp/pm.sh
chmod +x /tmp/pm.sh
sh /tmp/pm.sh

This will take about 3-10 minutes, and when it completes the script will automatically reboot your robot. After your robot has rebooted it should function with the 5x1 server. If you are experiencing problems with that, please join the Jibo Revival Group Discord. Other than that, your robot should now be running 5x1 and work just fine! If you don’t plan on tinkering with your robot, this is a good point to stop as you shouldn’t need any other guide(s). Have a wonderful day!