- Username:
jetson1 - Password:
goodbot
Via Wi-Fi
Join the same network
Make sure your computer and MARS are on the same Wi-Fi network (or your phone hotspot).
Finding your robot hostname
The hostname is based on your robot name from the app, converted to a valid host:- Letters become lowercase
- Spaces/special characters become hyphens (
-) - Multiple hyphens are collapsed
- Leading/trailing hyphens are removed
| Robot name | Hostname | SSH command |
|---|---|---|
My Robot | my-robot.local | ssh jetson1@my-robot.local |
MARS_01 | mars-01.local | ssh jetson1@mars-01.local |
Test Bot | test-bot.local | ssh jetson1@test-bot.local |
Via Ethernet (preferred wired method)
Set static IP on your computer
Configure your Ethernet interface to
192.168.50.1 with netmask 255.255.255.0.Static IP setup by OS
- Windows
- macOS
- Ubuntu
Open adapter settings
Go to Settings -> Network & Internet -> Advanced network settings -> More network adapter options.
Via USB-C (last resort)
USB-C is not recommended. Use this only when Wi-Fi and Ethernet are unavailable.Show USB-C connection instructions
Show USB-C connection instructions

