This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
products:sbc:common:configurations:remote-access [2024/09/17 23:32] nick created |
products:sbc:common:configurations:remote-access [2024/09/18 06:47] (current) nick |
||
---|---|---|---|
Line 9: | Line 9: | ||
==== Connect to an SSH server ==== | ==== Connect to an SSH server ==== | ||
- | Open a terminal window on your computer and enter the following command, replacing the '' | + | Open a terminal window on your computer and enter the following command, replacing the '' |
- | you are trying to connect to and '' | + | with the IP address of the board you are trying to connect to and '' |
+ | username is '' | ||
```shell | ```shell | ||
Line 41: | Line 42: | ||
``` | ``` | ||
+ | ===== Access a remote desktop with RDP ===== | ||
- | ===== Remote access with RDP ===== | + | Remote Desktop Protocol ([[https:// |
- | + | ||
- | Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft Corporation which provides a user with a graphical interface \\ | + | |
to connect to another computer over a network connection. The user employs RDP client software for this purpose, while the other computer \\ | to connect to another computer over a network connection. The user employs RDP client software for this purpose, while the other computer \\ | ||
must run RDP server software. | must run RDP server software. | ||
+ | |||
+ | ==== Enable the RDP server ==== | ||
+ | |||
+ | === Ubuntu 24.04 === | ||
+ | |||
+ | You need to upgrade system to latest version and install '' | ||
+ | |||
+ | ```shell | ||
+ | sudo apt update | ||
+ | sudo apt full-upgrade | ||
+ | sudo apt install gnome-remote-desktop | ||
+ | sync | ||
+ | sudo reboot | ||
+ | ``` | ||
+ | |||
+ | After reboot, goto '' | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Enable '' | ||
+ | |||
+ | {{: | ||
+ | |||
+ | <WRAP important > | ||
+ | **You need to logout before you to login with RDP client.** | ||
+ | </ | ||
+ | |||
+ | |||
+ | === Ubuntu 22.04 === | ||
+ | |||
+ | Goto '' | ||
+ | under '' | ||
+ | |||
+ | {{: | ||
+ | |||
+ | <WRAP important > | ||
+ | **Enable auto login** | ||
+ | |||
+ | You will not be able to login remotely if there are no active user sessions, so you need to enable auto login. Goto '' | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Then enter your password and turn on the Automatic login switch: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==== Connect to a RDP server ==== | ||
+ | |||
+ | <WRAP tip > | ||
+ | If you get a black screen, please close the RDP client and try again. | ||
+ | </ | ||
+ | |||
+ | |||
+ | === Connect on Windows system === | ||
+ | |||
+ | Just open '' | ||
+ | |||
+ | === Connect on Linux system === | ||
+ | |||
+ | You need to install '' | ||
+ | |||
+ | ```shell | ||
+ | sudo apt update | ||
+ | sudo apt install remmina remmina-plugin-rdp remmina-plugin-vnc | ||
+ | ``` | ||
+ | |||
+ | Open '' | ||
+ | |||
+ | {{: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | === Connect on macOS system === | ||
+ | |||
+ | You can install '' | ||