On this page
On a Mac
- Open a new Terminal Window
- If using the Pi hostname then type
ssh [piusername]@[pihostname].local
- Replace
[piusername]
with your Pi username and[pihostname]
with your Pi’s hostname - If using the pi IP address then type
ssh [piusername]@[IP address]
- Replace
[piusername]
with your Pi username and[IP address]
with your Pi’s IP address - Press return
- Type in the password for the Pi
- Press return
On Windows
- Open a new Windows Terminal Window Windows Terminal is part of Windows 11 but needs to be downloaded if using Windows 10
- If using the Pi hostname then type
ssh [piusername]@[pihostname].local
- Replace
[piusername]
with your Pi username and[pihostname]
with your Pi’s hostname - If using the pi IP address then type
ssh [piusername]@[IP address]
- Replace
[piusername]
with your Pi username and[IP address]
with your Pi’s IP address - Press enter
- Type in the password for the Pi
- Press enter
Further Reading
(Last Modified:
)