Skip to main content

Teltonika RUT955 Setup Guide

Version 1.0


Firmware

MOS350 is only supported on RUT9_R_XX firmware. It is not supported on the legacy RUT9XX firmware. If your RUT955 is running the legacy version, you will need to upgrade to the latest RUT9_R_XX firmware. It is always recommended to upgrade to the latest firmware version before setting up MOS350.

At the time of writing, the latest firmware version is RUT9_R_00.07.02.7, available from the Teltonika Wiki.

note

If you are running legacy firmware, you may need to upgrade to the latest legacy version before upgrading to RUT9_R_XX, depending on your current firmware version.


RUT955 SSH Access

  1. Ensure your RUT955 is connected to the internet (Ethernet, Wi-Fi, or SIM).
  2. Connect your computer to one of the LAN ports on the RUT955 (not the WAN port).
  3. Once connected, the RUT955 will assign an IP address to your computer.
  4. The default LAN address of the RUT955 is 192.168.1.1.
  5. If this is your first time accessing the device, open a browser and navigate to http://192.168.1.1 (or your device's IP address). If prompted to change the default password from admin01, do so and make a note of the new password.
  6. Open an SSH client such as PuTTY and connect to the same IP address.
  7. If connecting for the first time, accept the host key when prompted.
  8. Log in with root as the username and your admin password.
  9. Once in the terminal, proceed with the setup steps below.

MOS350 Setup Script

  1. Download the setup script:
wget -O rut9_r_setup.sh "http://update.moleculeos.io/mpackages/files/rut9_r/rut9_r_setup.sh"
  1. Confirm the file was downloaded successfully:
ls
  1. Set execute permissions on the script:
chmod +x rut9_r_setup.sh
  1. Run the script and wait for it to complete. This may take a few minutes depending on your internet connection:
./rut9_r_setup.sh
  1. Upon successful completion you should see:
MOS350 Kernel Fusion installed successfully!

MOS350 User core installed successfully!
  1. Setup is complete.