Connect & Prepare the Pi
Check Raspberry Pi OS
Confirm only the basic operating-system settings needed before learning the terminal and configuring storage.
Check the hostname
The hostname should match the server name selected in Raspberry Pi Imager.
hostnameCheck the date, time and time zone
timedatectlConfirm the time zone is correct and network time synchronisation is active. Correct time matters later for logs, scheduled jobs and security certificates.
Use Raspberry Pi configuration only when needed
sudo raspi-configUse this menu only to correct the hostname or localisation settings. Do not change unfamiliar hardware or interface options here; SATA support is handled once in the storage chapter.
Reboot and reconnect
sudo rebootWait for the server to restart, then reconnect through SSH. If you can reconnect and the checks above remain correct, the operating system is ready.
Required screenshot: Terminal showing the hostname and timedatectl results after the clean reboot.