Windows Remote Desktop Access to Raspberry Pi Device

pi

Last updated on April 17th, 2023 at 12:16 am

Read Time:1 Minute, 3 Second

If you have a Raspberry Pi you may not want to have a monitor, keyboard and mouse connected to the device. So the best solution is to be able to remote desktop onto the device from your Windows laptop or desktop.

Well you can do that with a few simple commands on your Raspberry Pi.

Follow the command steps below to enable remote desktop connections:

Install XRDP onto your device:

  • sudo apt-get -y install xrdp

Install Samba to connect using a hostname:

  • sudo apt-get -y install samba

That is all you need to run on your Raspberry Pi device. Now turning to your Windows device, start up the Remote Desktop Connection tool and enter either the IP address or hostname of your Raspberry Pi device in the Computer section to connect to.

You should then use the following login credentials (assuming you have not changed your Raspberry Pi password:

  • Username: pi
  • Password: raspberry

Give it around a minute to fully connect to the Raspberry Pi device and you should now have full remote desktop access to your Raspberry Pi from your Windows computer.

COMMENTS

If you have any questions or comments on this post, then please feel free to leave us a message below using our comments system.

Click to rate this post!
[Total: 0 Average: 0]

Free Subscription

If you want to be notified when we post more quality guides like this one, sign up to our free subscription service and you will receive an email when a new post is live.

Join 441 other subscribers.

No need to worry, we will not be filling your inbox with spam and you can unsubscribe anytime you like.


Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.