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
- Ensure your RUT955 is connected to the internet (Ethernet, Wi-Fi, or SIM).
- Connect your computer to one of the LAN ports on the RUT955 (not the WAN port).
- Once connected, the RUT955 will assign an IP address to your computer.
- The default LAN address of the RUT955 is
192.168.1.1. - 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 fromadmin01, do so and make a note of the new password. - Open an SSH client such as PuTTY and connect to the same IP address.
- If connecting for the first time, accept the host key when prompted.
- Log in with
rootas the username and your admin password. - Once in the terminal, proceed with the setup steps below.
MOS350 Setup Script
- Download the setup script:
wget -O rut9_r_setup.sh "http://update.moleculeos.io/mpackages/files/rut9_r/rut9_r_setup.sh"
- Confirm the file was downloaded successfully:
ls
- Set execute permissions on the script:
chmod +x rut9_r_setup.sh
- Run the script and wait for it to complete. This may take a few minutes depending on your internet connection:
./rut9_r_setup.sh
- Upon successful completion you should see:
MOS350 Kernel Fusion installed successfully!
MOS350 User core installed successfully!
- Setup is complete.