Connect to Host via SSH
- This document applies only to FLY hosts
- For compiling and flashing firmware, please refer to the network connection tutorial instead of the serial port connection tutorial
- You can connect to the device using serial port or WIFI
- Please prepare MobaXterm_Personal or another SSH terminal tool in advance
- Please ensure that the
SD
card orM2WE
has the corresponding host system flashed - If the host fails to boot normally, remove peripherals such as drivers, limit switches, and fans!!!
- Finally, connect to SSH via network for convenient firmware compilation!!
- For firmware compilation, please refer to the tutorial on connecting to the host via WIFI or Ethernet
Install System Card
- Must ensure the system card has the corresponding system flashed, otherwise it will not boot
- M2WE Installation Diagram for C8
- TF Card Installation Diagram for C8


Power Supply
- Connect the FLY host to the computer using a
USB Type-C
cable - Ensure the
USB Type-C
cable supports data transfer! - The system indicator light will flash rapidly after the system boots!!
- Flashing indicates the system has started
- Fly-FAST Connect to SSH Tutorial
- 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