Skip to main content

Raspberry Pi OS

Installation
    Raspberry Pi Imager
    Enable SSH

    Default credential is pi / raspberry

    Option #1: For headless setup

    SSH can be enabled by placing a file named named ssh, without any extension, onto the boot partition of the SD Card.

    Option #2: From the desktop

    1. Launch Raspberry Pi Configuration from the Preferences menu
    2. Navigate to the Interfaces tab
    3. Select Enabled next to SSH
    4. Click OK

    Option #3: Using the raspi-config

    1. Enter sudo raspi-config in a terminal window
    2. Select Interfacing Options
    3. Navigate to and select SSH
    4. Choose Yes
    5. Select Ok
    6. Choose Finish