SunFounder Pironman
4.2 Setting Up Without a Screen
If you don’t have a monitor, remote login is a viable option.
Required Components
• Raspberry Pi 5/4 Model B
• Power Adapter
• Micro SD card
Using SSH, you can access the Raspberry Pi’s Bash shell, which is the default Linux shell. Bash offers a command-line
interface for performing various tasks.
For those preferring a graphical user interface (GUI), the remote desktop feature is a convenient alternative for managing
files and operations.
For detailed setup tutorials based on your operating system, refer to the following sections:
4.2.1 For Mac OS X Users
For Mac OS X users, SSH (Secure Shell) offers a secure and convenient method to remotely access and control a
Raspberry Pi. This is particularly handy for working with the Raspberry Pi remotely or when it’s not connected to
a monitor. Using the Terminal application on a Mac, you can establish this secure connection. The process involves
an SSH command incorporating the Raspberry Pi’s username and hostname. During the initial connection, a security
prompt will ask for confirmation of the Raspberry Pi’s authenticity.
1. To connect to the Raspberry Pi, type the following SSH command:
ssh pi@raspberrypi.local
16 Chapter 4. 4. Setting Up Your Raspberry Pi