Connecting to the Host via SSH
- This document applies only to the FLY host
- If you are compiling and flashing firmware, please refer to the network connection tutorial rather than the serial 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 ensure that the
SD
card orM2WE
has the corresponding host system flashed - If the host fails to boot normally, please remove peripherals such as drivers, limit switches, fans, etc.!!!
- Finally, connect to SSH via network for easier firmware compilation!!
- If firmware compilation is required, please refer to the tutorial for connecting the host via WIFI or Ethernet
Install System Card
-
Need to ensure that the system card has the correct system flashed, otherwise it will not boot
Power Supply
- Connect the FLY host to your computer using a
USB Type-C
cable - Ensure that the
USB Type-C
cable supports data transfer! - After the system boots, the LED indicator will flash rapidly!!
- Flashing indicates that the system has successfully booted
- Fly-FAST SSH Connection 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