Raspberry Pi'de komut çalıştırmak için terminal'i açmanız gerekir
cihazda veya SSH bağlantısı kullanın.
bağlı bir monitör, klavye ve fareniz yoksa geliştirme makinesi
Raspberry Pi'ya yükseltiyoruz.
Raspbian'da pi kullanıcısı için varsayılan şifre raspberry şeklindedir. Şunları yapmalısınız:
bu şifreyi hemen değiştirin (Pi'deki bir terminalde passwd komutunu çalıştırın).
Terminali veya bu adımda ayarladığınız SSH oturumunu kullanarak
komutlarını inceleyebilirsiniz. Her ikisinin de çalışma dizini
/home/pi
[null,null,["Son güncelleme tarihi: 2025-07-26 UTC."],[[["\u003cp\u003eThe Google Assistant Library for Python is deprecated; use the Google Assistant Service instead.\u003c/p\u003e\n"],["\u003cp\u003eThis guide explains how to control your device remotely via SSH if you don't have a monitor, keyboard, and mouse connected.\u003c/p\u003e\n"],["\u003cp\u003eYou can establish a remote connection using either Ethernet/Wi-Fi or a USB TTL cable by following the provided steps.\u003c/p\u003e\n"],["\u003cp\u003eConnect to the Raspberry Pi via SSH by enabling SSH and using the command \u003ccode\u003essh pi@raspberry-pi-ip-address\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe default password for the 'pi' user on Raspbian is 'raspberry' and should be changed immediately using the \u003ccode\u003epasswd\u003c/code\u003e command.\u003c/p\u003e\n"]]],[],null,["# Control a Raspberry Pi Remotely\n\n| **Warning:** The Google Assistant Library for Python is deprecated as of June 28th, 2019. Use the [Google Assistant Service](/assistant/sdk/guides/service/python) instead.\n\n\u003cbr /\u003e\n\nIf you don't have a monitor, keyboard, and mouse connected to the device, you\ncan still control the device remotely via SSH.\n\n- [Ethernet/Wi-Fi option](#headless-network-access)\n- [USB TTL option](#usb-ttl-network-access)\n\nEthernet/Wi-Fi option\n---------------------\n\n1. [Enable SSH on a headless Raspberry Pi](https://www.raspberrypi.org/documentation/remote-access/ssh/) (see section \"Enable SSH on a Headless Raspberry Pi\").\n2. Plug in an ethernet cable.\n3. Power on the Raspberry Pi.\n4. [Find the Raspberry Pi IP\n address](https://www.raspberrypi.org/documentation/remote-access/ip-address.md).\n5. If you prefer to use ethernet, skip to the next [section](#ssh).\n6. If you prefer to use Wi-Fi, first connect via [USB-TTL](#usb-ttl-network-access). Then:\n - [Connect to a Wi-Fi network using the command\n line](https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md).\n - [Find the Raspberry Pi IP address for the Wi-Fi\n connection](https://www.raspberrypi.org/documentation/remote-access/ip-address.md).\n - Re-connect via [SSH](#ssh) using this Wi-Fi IP address.\n\nUSB-TTL option\n--------------\n\n1. [Get console access using a USB-TTL\n cable](https://learn.adafruit.com/adafruits-raspberry-pi-lesson-5-using-a-console-cable/overview).\n2. Plug in an ethernet cable or [connect to a Wi-Fi network using the command\n line](https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md).\n\nConnect to the Raspberry Pi via SSH\n-----------------------------------\n\nTo run commands on the Raspberry Pi, you need to open the [terminal](https://www.raspberrypi.org/documentation/usage/terminal/)\non the device or use an SSH connection. You must use an SSH connection from your\ndevelopment machine if you do not have a monitor, keyboard, and mouse connected\nto the Raspberry Pi.\n\nMake sure [SSH is enabled](https://www.raspberrypi.org/documentation/remote-access/ssh/README.md)\non the Raspberry Pi. \n\n```\nssh pi@raspberry-pi-ip-address\n``` \n\n```\npassword: password-for-raspberry-pi\n```\n\nFor example: \n\n```\n$ ssh pi@192.168.1.101\npassword: raspberry\n```\n\nOn Raspbian, the default password for the `pi` user is `raspberry`. You should\nchange this password immediately (run `passwd` in a terminal on the Pi).\n\nUse the terminal or the SSH session you set up in this step to enter the\ncommands in the rest of this guide. The working directory for both is\n`/home/pi`."]]