This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
procedures:pi:rlogin [2022/03/18 14:36] tim created |
procedures:pi:rlogin [2022/06/03 12:10] (current) tim |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| \\ | \\ | ||
| Enable remote login via a terminal (ssh < | Enable remote login via a terminal (ssh < | ||
| - | | + | |
| + | use the network connection icon, or from a terminal | ||
| + | hostname -I | ||
| + | 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 | ||
| - | | + | |
| + | sudo apt-get update | ||
| + | sudo apt-get upgrade | ||
| + | maybe: sudo apt-get autoremove | ||
| + | sudo apt-get install xrdp | ||
| + | additional info: sudo service xrdp start | stop | restart | status | ||
| + | Remote Desktop Connection application on Windows | ||
| + | Next to “Computer: | ||
| + | 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:// | ||
| + | https:// | ||
| + | \\ | ||
| + | see more: \\ | ||
| + | https:// | ||
| + | https:// | ||
| + | https:// | ||
| \\ | \\ | ||
| [[procedures: | [[procedures: | ||