দূরবর্তীভাবে একটি রাস্পবেরি পাই নিয়ন্ত্রণ করুন
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
আপনার যদি ডিভাইসের সাথে একটি মনিটর, কীবোর্ড এবং মাউস সংযুক্ত না থাকে তবে আপনি SSH এর মাধ্যমে দূরবর্তীভাবে ডিভাইসটিকে নিয়ন্ত্রণ করতে পারেন।
ইথারনেট/ওয়াই-ফাই বিকল্প
- হেডলেস রাস্পবেরি পাইতে SSH সক্ষম করুন ("হেডলেস রাস্পবেরি পাইতে SSH সক্ষম করুন" বিভাগটি দেখুন)।
- একটি ইথারনেট তারের প্লাগ ইন করুন।
- রাস্পবেরি পাইতে পাওয়ার।
- রাস্পবেরি পাই আইপি ঠিকানা খুঁজুন ।
- আপনি যদি ইথারনেট ব্যবহার করতে পছন্দ করেন তবে পরবর্তী বিভাগে যান।
- আপনি যদি Wi-Fi ব্যবহার করতে পছন্দ করেন তবে প্রথমে USB-TTL এর মাধ্যমে সংযোগ করুন৷ তারপর:
ইউএসবি-টিটিএল বিকল্প
- একটি USB-TTL কেবল ব্যবহার করে কনসোল অ্যাক্সেস পান ।
- একটি ইথারনেট তারের প্লাগ ইন করুন বা কমান্ড লাইন ব্যবহার করে একটি Wi-Fi নেটওয়ার্কের সাথে সংযোগ করুন ৷
SSH এর মাধ্যমে রাস্পবেরি পাই এর সাথে সংযোগ করুন
রাস্পবেরি পাইতে কমান্ড চালানোর জন্য, আপনাকে ডিভাইসে টার্মিনাল খুলতে হবে বা একটি SSH সংযোগ ব্যবহার করতে হবে। আপনার যদি মনিটর, কীবোর্ড এবং মাউস রাস্পবেরি পাইয়ের সাথে সংযুক্ত না থাকে তবে আপনাকে অবশ্যই আপনার ডেভেলপমেন্ট মেশিন থেকে একটি SSH সংযোগ ব্যবহার করতে হবে।
রাস্পবেরি পাইতে এসএসএইচ সক্ষম করা আছে তা নিশ্চিত করুন।
ssh pi@raspberry-pi-ip-address
password: password-for-raspberry-pi
যেমন:
$ ssh pi@192.168.1.101
password: raspberry
রাস্পবিয়ানে, pi
ব্যবহারকারীর জন্য ডিফল্ট পাসওয়ার্ড হল raspberry
। আপনার অবিলম্বে এই পাসওয়ার্ডটি পরিবর্তন করা উচিত (Pi-তে একটি টার্মিনালে passwd
চালান)।
এই গাইডের বাকি অংশে কমান্ড লিখতে এই ধাপে আপনি যে টার্মিনাল বা SSH সেশন সেট আপ করেছেন তা ব্যবহার করুন। উভয়ের জন্য কার্যকরী ডিরেক্টরি হল /home/pi
।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-28 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-28 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThis guide explains how to remotely control a device, specifically a Raspberry Pi, without a monitor, keyboard, or mouse using SSH.\u003c/p\u003e\n"],["\u003cp\u003eTwo main options are provided for establishing the connection: through Ethernet/Wi-Fi, or via a USB-TTL cable.\u003c/p\u003e\n"],["\u003cp\u003eThe Ethernet/Wi-Fi option involves enabling SSH, connecting to the network, finding the device's IP address, and then connecting via SSH.\u003c/p\u003e\n"],["\u003cp\u003eThe USB-TTL option requires a USB-TTL cable for console access and then network configuration similar to the Ethernet/Wi-Fi method.\u003c/p\u003e\n"],["\u003cp\u003eOnce connected via SSH, users can run commands on the Raspberry Pi remotely from their development machine.\u003c/p\u003e\n"]]],[],null,["# Control a Raspberry Pi Remotely\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`."]]