it was a wonderful solution, i didn't had a personal desktop to enable ssh, the only problem which i faced was of resolution, the pi is set to the default resolution and i just had to tweak it, if you would update about this in the description, it'll be helpful for viewers, rest the video was pretty good. Loved it!
Hello, I have a problem in the end. I followed all the steps, opened VNC, entered the raspberrypi.local command, entered the id and password, but the message I get says "Cannot currently show the desktop". What should I do, or what did I do wrong? Thank you!
3:15 It worked only when the host name/IP Address was entered as raspberrypi alone .It thrown an error window as "host not found" when it was given as raspberrypi.local .
By default RPi uses SD as booting option. But yes you can also use USB storage as booting option in latest versions of pi. Find more details about the same in following link... www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/msd.md
Create ssh file using command prompt as following echo>drive_name:\ssh In place of drive_name put the drive name of boot drive For eg if boot drive is K then echo>K:\ssh
@@SaMvidita when I was on the 3:08 step I clicked open and after that, it displays the message network no host connection after that my raspberry pi device is not showing. kindly help !!
Kindly check whether u connected proper LAN cable and ssh file. Please note ssh file should not have any extension... Just blank ssh file If you are still facing problem kindly DM us on instagram.com/samvidita
PuTTY is a terminal emulator www.chiark.greenend.org.uk/~sgtatham/putty/latest.html From this link download MSI (Windows installer) based on your system size. Thank you
Every time I try to save the ssh file in sd card, the file is automatically saved as txt file. How can I avoid that? I think that is causing issues because the PuTTY cannot detect it.
While saving keep type as all files Or jus open cmd and type following command echo>drive_name:\ssh In place of drive_name put the drive name of boot drive For eg if boot drive is K then echo>K:\ssh This will create an ssh file
I have a doubt Is it necessary to use Etcher to put the OS in the SD card. Because I have directly put the OS from the RAspberry pi website into the SD card. So, can I skip that Etcher part? If you know please help.
You have to flash OS to SD card. Just copying OS file will not work. You can either use Etcher or Raspberry pi imager. Watch our new video for more details th-cam.com/video/I-vCFP2jD1g/w-d-xo.html
I have a question, hoping someone will answer for clarifications After successful interfacing. Is it right that whatever data you input on the raspberry pi it will remain on the RPi? I'm planning to have heavy work on the RPi that needs mass storage. So my option is to boot mass storage like SSD in the RPi and manage all the data in my laptop. Correct me if I'm wrong Thanks!
@JeromeLique, Yes you are correct whatever the data you input on Pi will remain in Pi. While flashing SD acrd with OS, SD card will make partitions for storage and it will be saved there
By default RPi uses SD as booting option. But yes you can also use USB mass storage as booting option in latest versions of pi. Find more details about the same in following link... www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/msd.md
Try any of these Go to raspi-config on putty *Enable vnc *Under boot option select desktop autologin *Try to change default resolution *Check whether network sharing is enabled on your system.
@@SaMvidita thank you very much it worked perfectly now I just change the screen resolution to 1920*1080 60fps and it worked.Thanks A Lot For Your Help!!
Change default resolution following these steps. 1.login with PuTTY. 2.use this command 'sudo raspi-config'. 3.select Advanced Settings->Resolution 4.choose a resolution. 5.reboot
the password doesn't seem to work for me, I have no idea why. I am 100% certain I'm using the right password 'raspberry' and typing it correctly. But is still doesn't work, ant advice to get around this of what might be causing this
after i setup the raspi from the gui, i cant open it again. it said "Unable to open connection to raspberrypi.local, Host does not exist" does anyone has the same problem with me? Update: solved it with reopening connection from Putty with "raspberrypi" (not raspberrypi.local) and then on the VNC with "raspberrypi.local"
*Check whether connected to network or not. *Check whether network sharing is enabled on your system or not *Check ssh port and address i.e raspberrypi.local
Sorry.. It was editing mistake. Kindly ignore that ifconfig instruction @ 3:00 Just open putty and type raspberrypi.local and cary on with remaining steps Thank you.....
Can you give us some more details.... *did you follow all previous steps and enabled ssh and vnc using putty *If there is problem with laptop you can install vnc viewer mobile app also
Can you guys help us in our major project, we are facing issue in hardware side. If you're ready to help us then I will post my email address. We are ready to give 💸. Athmanirbal Barath🙏
THANK YOU SO MUCH you made it look easier
Thank you
Thank you so much, this was by far the most clear and concise setup video I have come across
it was a wonderful solution, i didn't had a personal desktop to enable ssh, the only problem which i faced was of resolution, the pi is set to the default resolution and i just had to tweak it, if you would update about this in the description, it'll be helpful for viewers, rest the video was pretty good. Loved it!
Thank you so much. Your suggestion is appreciated and we will update accordingly.
3:31 the password is not getting actually showing "Access denied"
What should I do? Help!!
Check if any custom password is given
@@SaMvidita how can I get it?
Finally, I found this way. Thank you very much
:)
Nice - now where does one find a modern laptop with a LAN connector.
Are those BalenaEtcher and Formatting Steps really needed? Won't it work if we skip those and start right away from PuTTY and VNC Viewer?
They are recommended. Balena etcher is recommended for copying img. file if you know any other you can use them as well.
@@SaMvidita Thank you so much! I really appreciate this.
Sir can we remove LAN cable after this.
After connecting to laptop.. if I remove lam cable and reconnecting it.. will it need to do all process again?
No need...Just test it
@@SaMvidita kk 👍 dude
is the LAN cable a crossed or straight cable?
No difference you can use any
Hello, I have a problem in the end. I followed all the steps, opened VNC, entered the raspberrypi.local command, entered the id and password, but the message I get says "Cannot currently show the desktop". What should I do, or what did I do wrong? Thank you!
Once you login to putty type 'sudo raspi-config'. Under advanced options try to change default resolution and then try to connect to VNC
I cant create ssh file in the boot help pls
3:15 It worked only when the host name/IP Address was entered as raspberrypi alone .It thrown an error window as "host not found" when it was given as raspberrypi.local .
i still get errors on both of them. raspberrypi or raspberrypi.local
Hey, I don’t have an sd over 8gb can I use a usb stick and format that?
By default RPi uses SD as booting option. But yes you can also use USB storage as booting option in latest versions of pi. Find more details about the same in following link...
www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/msd.md
After i downloaded the programs i got a blue screen of death. Was one of thos the cause of it?
Check your display settings
stuck at 3:30 any help, please? I followed the same step but when I made the connection my raspberry pi bootable device is not showing there
Create ssh file using command prompt as following
echo>drive_name:\ssh
In place of drive_name put the drive name of boot drive
For eg if boot drive is K then
echo>K:\ssh
@@SaMvidita its not working still not showing anyhthing
@@SaMvidita when I was on the 3:08 step I clicked open and after that, it displays the message network no host connection after that my raspberry pi device is not showing. kindly help !!
Kindly check whether u connected proper LAN cable and ssh file.
Please note ssh file should not have any extension... Just blank ssh file
If you are still facing problem kindly DM us on instagram.com/samvidita
Which one i have to download putty for SSH or Window
PuTTY is a terminal emulator
www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
From this link download MSI (Windows installer) based on your system size. Thank you
@@SaMvidita thnk u☺
after typing the host name as raspberrypi.local in putty. it shows host does not exist
This problem occurs if SSH is not enabled properly . After flashing OS into SD card create a file named SSH without any extension inside boot drive
Every time I try to save the ssh file in sd card, the file is automatically saved as txt file. How can I avoid that? I think that is causing issues because the PuTTY cannot detect it.
While saving keep type as all files
Or jus open cmd and type following command
echo>drive_name:\ssh
In place of drive_name put the drive name of boot drive
For eg if boot drive is K then
echo>K:\ssh
This will create an ssh file
Okay I saved the file without a txt extension. But still it isn't shown under 'Network Connections'. Any way out?
Please DM us on instagram.com/samvidita we will help you
I can't find the custom pass , what should I do?
I have a doubt
Is it necessary to use Etcher to put the OS in the SD card. Because I have directly put the OS from the RAspberry pi website into the SD card. So, can I skip that Etcher part?
If you know please help.
You have to flash OS to SD card. Just copying OS file will not work. You can either use Etcher or Raspberry pi imager. Watch our new video for more details
th-cam.com/video/I-vCFP2jD1g/w-d-xo.html
@@SaMvidita Thanks a lot. I will check it out.
Good work 🔥 keep going
Can this be done for first time? will this work for rasp pi 2.Pls reply
Yess of course this is completely first time setup and you can try this with all pi version with the LAN port
@@SaMvidita okay thanks!
@@SaMvidita or pi zero with an "usb to ethernet dongle" or even "usb to wifi"
Excellent work💯
thats was very useful
thank you
i don't have boot option in raspberrypi. Can I fix it?
Format SD card and flash the OS once again
good day, I saved the ssh file as all files and it still says host does not exist. Do you know what the issue is?
There are two possibilities. Check whether ssh file created correctly or check your LAN cable
Good work amigos🥃. Why we should use SSH? Can you guys pls explain.
You can access the command line of a raspberry pi remotely from another computer connected on the same network using SSH so we need to enable it
Would be nice to do the same thing with WIFI and no router or network.
Yeah definitely we can do that as well
You are great brother
I was struggling from like 3-4 days to connect my pi with laptop,
Bt you made it easy to me by making this amazing video♥️👍💯
Thank you keep supporting ❤️
I have a question, hoping someone will answer for clarifications
After successful interfacing. Is it right that whatever data you input on the raspberry pi it will remain on the RPi? I'm planning to have heavy work on the RPi that needs mass storage.
So my option is to boot mass storage like SSD in the RPi and manage all the data in my laptop. Correct me if I'm wrong
Thanks!
@JeromeLique, Yes you are correct whatever the data you input on Pi will remain in Pi. While flashing SD acrd with OS, SD card will make partitions for storage and it will be saved there
By default RPi uses SD as booting option. But yes you can also use USB mass storage as booting option in latest versions of pi. Find more details about the same in following link...
www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/msd.md
Thanks a lot for your tutorial !
Etcher finishing with errors when flashing SD card what should I do😥
DM your problem snap to instagram.com/samvidita
thank you very much, it's very useful
Hi I keep getting the error "Unable to open connection raspberrypi.local. Host doesn't exist" Is there a way to fixed it? I'm using a pi 4?
did you find a solution?
Excellent 👌 work
Thank you keep supporting
When I entered the password raspberry it is showing access denied in puTTY terminal.
Check whether u given custom password
@@SaMvidita i don't give password? Plz tell
Host doesn't exist, can't connect,,, What am i supposed to do
Check the wifi connection
Its Showing Me Cannot Connect To Display.Can Anyone Please Help Me How To Solve This?
Try any of these
Go to raspi-config on putty
*Enable vnc
*Under boot option select desktop autologin
*Try to change default resolution
*Check whether network sharing is enabled on your system.
@@SaMvidita thank you very much it worked perfectly now I just change the screen resolution to 1920*1080 60fps and it worked.Thanks A Lot For Your Help!!
Anytime🤗
Thanks very much.
Only the password should still be changed. That then changes for VNC and SSH.
acces denied ! despite correct password and username , I can't login.
Format SD card start from beginning
Default username : pi
Password : raspberry
"can not currently show the desktop". I get this instead of display screen.
Change default resolution following these steps.
1.login with PuTTY.
2.use this command 'sudo raspi-config'.
3.select Advanced Settings->Resolution
4.choose a resolution.
5.reboot
@@SaMvidita Thanks sir, now it is working perfect.
It says Disc G is Write protected
Please check your SD card adapter. Unlock if it is locked 🙂
@@SaMvidita it worked thanks bro
the password doesn't seem to work for me, I have no idea why. I am 100% certain I'm using the right password 'raspberry' and typing it correctly. But is still doesn't work, ant advice to get around this of what might be causing this
Please check if you have configured any custom password during the setup.
same problem did you got any fix?
after i setup the raspi from the gui, i cant open it again. it said "Unable to open connection to raspberrypi.local, Host does not exist" does anyone has the same problem with me?
Update: solved it with reopening connection from Putty with "raspberrypi" (not raspberrypi.local) and then on the VNC with "raspberrypi.local"
*Check whether connected to network or not.
*Check whether network sharing is enabled on your system or not
*Check ssh port and address i.e raspberrypi.local
@@SaMvidita thanks, i'll try it
@@haras.498 same problem for me.
Can you help me to fix this?
Try changing the default resolution under advanced options it might work
thank you
where to write Ifconfig command?
Sorry.. It was editing mistake.
Kindly ignore that ifconfig instruction @ 3:00 Just open putty and type raspberrypi.local and cary on with remaining steps
Thank you.....
What to do when your default password shows access denied
Check whether u given custom password
I don't give any password
Thanks Bro
Vnc viewer is not working in my laptop w
What should I do now
Can you give us some more details....
*did you follow all previous steps and enabled ssh and vnc using putty
*If there is problem with laptop you can install vnc viewer mobile app also
help.realvnc.com/hc/en-us/sections/360000576931-Troubleshooting
This might help you
@@SaMvidita ok I will try
👍👍
👌
Holla
Where to get image file?
www.raspberrypi.com/software/operating-systems/
@@SaMvidita bro I have a doubt can I use pi lite for interface with laptop?
Pi Lite does not contain a GUI.
Thank you!
Very informative but you went too fast. Had to pause in each stage
Great job otherwise
Thank you
yes, super 5mi
Can you guys help us in our major project, we are facing issue in hardware side. If you're ready to help us then I will post my email address. We are ready to give 💸. Athmanirbal Barath🙏
DM us on instagram.com/samvidita
🙈🙉🙊
Annavru🌚
@@prajwall6387 Bhai