SSH connection to host computer
- This document is only applicable to FLY host computer
- If you are compiling and burning the firmware, please refer to the network connection tutorial instead of the serial port connection tutorial
- You can connect to the device via serial port or WIFI
- Please prepare MobaXterm_Personal or other SSH terminal tools in advance
- Please make sure that
SD
card orM2WE
has been burned with the corresponding host computer system - If the host computer cannot start normally, please remove the driver, limit switch, fan, and other peripheral devices!!
- Finally, connect to SSH via network for convenient firmware compilation!!
- If you need to compile the firmware, please see the tutorial on connecting the host computer via WIFI or Ethernet
Install system card
- Make sure the system card has been burned with the corresponding system, otherwise it will not start
- M2WE installation diagram to C5
- TF card installation diagram to C5


Power supply
- Use
USB Type-c
cable to connect the FLY host computer to the computer - Make sure that
USB Type-C
supports data transfer! - After the system starts, the indicator light will flash rapidly!!
- Flashing indicates that the system has started
- Serial Connection
- Network Connection
Connecting to Host Computer SSH via Serial Port
- If the motherboard is properly connected to the computer, you can see the CH340 port by opening the Device Manager.

- Open
MobaXterm
and set it up as shown below. Choose the port that was shown in the Device Manager.


- If everything is working properly, you will see the boot screen.
- After a short wait, you will see the screen below indicating that the system has started.

If after waiting a few minutes nothing is displayed on the screen like in the image below, press the Enter key a few times.

-
Please note that if you are using the FAST system, you need to enter the username and password. The password is not displayed.
-
FlyOS-FAST default username is root, default password is mellow.
-
After pressing Enter, you will see content as shown below.
-
The interface after login will appear as follows:
-
If you need to check the device
IP
, ensure that the network cable is connected or that WiFi is properly configured. Connect to WiFi -
If you need to check the IP address, enter the following command in the SSH session and press Enter. Then find the IP address in the same network segment as your router to access it.
ip a | grep inet
-
Please note that if the
WiFi
has not been configured in the system settings, the IP address will not be displayed.

Connecting to Host Computer SSH via Network IP
- Please log in to the router admin panel unless you already know the host computer's IP address.
- Please ensure that you know the host computer's username and password.
- FlyOS-FAST default username is root, default password is mellow.
- If the motherboard has already booted and is connected to the network, you can use the following method to connect to SSH.
- Open MobaXterm and configure it as shown below. Enter the IP address you previously checked, which can also be found in the router admin panel.

Note: The username entered in step 4 here is the host computer's username.

- When connecting for the first time, this window will pop up. Click
Accept
to proceed.

- You will be prompted to enter a password. Press Enter after entering the host computer's password.
Note: The password you enter here is not displayed. Just press Enter after entering it.
- For the FLY-FAST system, the username is:
root
, and the password is:mellow
.

- Login successful