Connect to the console (SSH)

IP: 10.0.0.1 | Login: pi | Password: raspberry

on Windows

Download and install Putty: https://www.putty.org/ - it will allow you to establish SSH connection with the Rover and open command console.

Connect to the Rover Wifi.

Don't know how? Find here.

Open Putty, type '10.0.0.1' as IP address and press 'open'.

Login: pi ; password: raspberry

You'll see something like this. You're in!

[Based on: https://www.raspberrypi.org/documentation/remote-access/ssh/windows.md]

on Windows 10 via OpenSSH

Open 'run' command line (⊞ Win + X and click 'Run' or ⊞ Win + R)

Type

cmd

and then in the command window:

ssh pi@10.0.0.1

password: raspberry

on Linux

Access command console and enter:

ssh pi@10.0.0.1

password: raspberry

Last updated