Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:configurations:remote-access

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:common:configurations:remote-access [2024/09/18 02:26]
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 ''ip address'' placeholder with the IP address of the board \\ +Open a terminal window on your computer and enter the following command, replacing the ''ip address'' placeholder \\ 
-you are trying to connect to and ''username'' with your username, e.g. the default username is ''khadas'':+with the IP address of the board you are trying to connect to and ''username'' with your username, e.g. the default \\ 
 +username is ''khadas'':
  
 ```shell ```shell
Line 50: Line 51:
  
 === Ubuntu 24.04 === === Ubuntu 24.04 ===
 +
 +You need to upgrade system to latest version and install ''gnome-remote-desktop''.
 +
 +```shell
 +sudo apt update
 +sudo apt full-upgrade 
 +sudo apt install gnome-remote-desktop
 +sync
 +sudo reboot
 +```
 +
 +After reboot, goto ''Settings->System->Remote Desktop->Remote Login'', click ''Unlock'' and enter password:
 +
 +{{:products:sbc:common:configurations:remote-login-24-04-1.webp?600|}}
 +
 +Enable ''Remote Login'' and setup username and password in ''Login Details'' section:
 +
 +{{:products:sbc:common:configurations:remote-login-24-04-2.webp?600|}}
 +
 +<WRAP important >
 +**You need to logout before you to login with RDP client.**
 +</WRAP>
 +
  
 === Ubuntu 22.04 === === Ubuntu 22.04 ===
Line 58: Line 82:
 {{:products:sbc:common:configurations:remote-desktop.webp?600|}} {{:products:sbc:common:configurations:remote-desktop.webp?600|}}
  
-  * **Enable Auto Login**+<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 ''Settings->Users'', and click Unlock: You will not be able to login remotely if there are no active user sessions, so you need to enable auto login. Goto ''Settings->Users'', and click Unlock:
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:
  
-{{:products:sbc:common:configurations:auto-login-2.webp?600|}}+{{:products:sbc:common:configurations:auto-login-2.webp?600|}}</WRAP> 
 + 
 + 
  
 ==== 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.
 +</WRAP>
 +
 +
 +=== Connect on Windows system ===
 +
 +Just open ''Remote Desktop Connection'' app, enter the IP address and click connect and enter the username and password.
 +
 +=== Connect on Linux system ===
 +
 +You need to install ''Remmina'':
 +
 +```shell
 +sudo apt update
 +sudo apt install remmina remmina-plugin-rdp remmina-plugin-vnc
 +```
 +
 +Open ''Remmina'' select ''RDP'' and enter the IP address and press ''Enter'' to enter the username and password, then click ''OK'':
 +
 +{{:products:sbc:common:configurations:linux-rdp-1.webp?600|}}
 +
 +{{:products:sbc:common:configurations:linux-rdp-2.webp?600|}}
  
 +{{:products:sbc:common:configurations:linux-rdp-3.webp?600|}}
  
 +=== Connect on macOS system ===
  
 +You can install ''Microsoft Remote Desktop'' client from Apple App Store to connect to a RDP server.
  
Last modified: 2024/09/18 02:26 by nick