This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
procedures:pi:rlogin [2022/05/27 20:36] tim |
procedures:pi:rlogin [2022/06/03 12:10] (current) tim |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| hostname -I | hostname -I | ||
| From a network connected computer, open a terminal or command prompt, use: ssh <pi IP> | From a network connected computer, open a terminal or command prompt, use: ssh <pi IP> | ||
| + | Bonus: from linux or Mac, use the -X (or -Y if -X doesn' | ||
| + | ssh -X pi@<pi IP> | ||
| Enable remote full desktop access | Enable remote full desktop access | ||
| use RDP on the Raspberry Pi, via xrdp | use RDP on the Raspberry Pi, via xrdp | ||
| sudo apt-get update | sudo apt-get update | ||
| sudo apt-get upgrade | sudo apt-get upgrade | ||
| + | maybe: sudo apt-get autoremove | ||
| sudo apt-get install xrdp | sudo apt-get install xrdp | ||
| additional info: sudo service xrdp start | stop | restart | status | additional info: sudo service xrdp start | stop | restart | status | ||
| Line 16: | Line 19: | ||
| Next to “Computer: | Next to “Computer: | ||
| Download “Microsoft Remote Desktop” from the MAC App Store, and connect similarly | Download “Microsoft Remote Desktop” from the MAC App Store, and connect similarly | ||
| + | “Microsoft Remote Desktop” is also available for Android and iOS. | ||
| \\ | \\ | ||
| + | Strange Issue, RDP-> | ||
| + | Solution: create another user | ||
| + | For anyone coming here looking for the answer: to fix this, this may help. | ||
| + | You need to create another user. The Pi root user cannot RDP for whatever reason. | ||
| + | | ||
| + | sudo adduser < | ||
| + | Choose password | ||
| + | Confirm password | ||
| + | Hit enter for defaults | ||
| + | | ||
| + | Try RDP again with that login | ||
| + | | ||
| Reference: https:// | Reference: https:// | ||
| + | https:// | ||
| + | \\ | ||
| + | see more: \\ | ||
| + | https:// | ||
| + | https:// | ||
| + | https:// | ||
| \\ | \\ | ||
| [[procedures: | [[procedures: | ||