Raspबेरी Pi को कहीं से भी कंट्रोल करें
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
अगर आपने डिवाइस से मॉनिटर, कीबोर्ड, और माउस कनेक्ट नहीं किया है, तो
एसएसएच की मदद से, डिवाइस को कहीं से भी कंट्रोल कर सकते हैं.
ईथरनेट/वाई-फ़ाई का विकल्प
- बिना ग्राफ़िक यूज़र इंटरफ़ेस वाली Raspberry Pi पर एसएसएच चालू करें
("हेडलेस रैज़बेरी पाई पर एसएसएच चालू करें" सेक्शन देखें).
- ईथरनेट केबल प्लग इन करें.
- Raspberry Pi को चालू करें.
- Raspberry Pi IP ढूंढें
पता.
- अगर आपको ईथरनेट का इस्तेमाल करना है, तो अगले सेक्शन पर जाएं.
- अगर आपको वाई-फ़ाई का इस्तेमाल करना है, तो पहले USB-TTL के ज़रिए कनेक्ट करें.
इसके बाद:
यूएसबी-टीटीएल का विकल्प
- यूएसबी-टीटीएल का इस्तेमाल करके कंसोल का ऐक्सेस पाना
केबल.
- ईथरनेट केबल लगाएं या निर्देश का इस्तेमाल करके, वाई-फ़ाई नेटवर्क से कनेक्ट करें
लाइन में दिखाया जाता है.
एसएसएच के ज़रिए Raspberry Pi से कनेक्ट करना
Raspberry Pi में कमांड चलाने के लिए, आपको terminal खोलना होगा
या एसएसएच कनेक्शन का इस्तेमाल करें. आपको अपने
अगर आपका मॉनिटर, कीबोर्ड, और माउस कनेक्ट नहीं है, तो डेवलपमेंट मशीन
Raspberry Pi में बदल देते हैं.
पक्का करें कि एसएसएच चालू हो
का इस्तेमाल करें.
ssh pi@raspberry-pi-ip-address
password: password-for-raspberry-pi
उदाहरण के लिए:
$ ssh pi@192.168.1.101
password: raspberry
रास्पबियन में, pi
उपयोगकर्ता के लिए डिफ़ॉल्ट पासवर्ड raspberry
है. आपको ऐसा करना चाहिए
इस पासवर्ड को तुरंत बदलें (PI पर टर्मिनल में passwd
चलाएं).
इस चरण में सेट अप किए गए टर्मिनल या एसएसएच सेशन का इस्तेमाल करके,
निर्देशों का पालन करें. दोनों के लिए काम करने वाली डायरेक्ट्री यह है
/home/pi
.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (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`."]]