This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:common:configurations:remote-access [2024/09/18 02:40] nick |
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 50: | Line 51: | ||
| === Ubuntu 24.04 === | === 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 === | === Ubuntu 22.04 === | ||
| Line 58: | Line 82: | ||
| {{: | {{: | ||
| - | * **Enable | + | <WRAP important > |
| + | **Enable | ||
| You will not be able to login remotely if there are no active user sessions, so you need to enable auto login. Goto '' | You will not be able to login remotely if there are no active user sessions, so you need to enable auto login. Goto '' | ||
| Line 66: | Line 91: | ||
| Then enter your password and turn on the Automatic login switch: | Then enter your password and turn on the Automatic login switch: | ||
| - | {{: | + | {{: |
| - | . | + | |
| + | |||
| + | |||
| ==== Connect to a RDP server ==== | ==== 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 === | === Connect on Windows system === | ||