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)
SSH into Jibo
Section titled “SSH into Jibo”Run this command on your computer, replacing “[Jibo IP Address]” with your Jibo’s IP.
ssh root@[Jibo IP Address]The password is “jibo”. (you may get a host authenticity notice, just say yes)
Run the Post-Mod script
Section titled “Run the Post-Mod script”Now that we have access, your terminal should look something like this:
#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:
jibo-mount --rwcurl -fsSL -k https://scripts.5x1.com/pm -o /tmp/pm.shchmod +x /tmp/pm.shsh /tmp/pm.shThis 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!