Difference between revisions of "FAQ"

From Teltonika Networks Wiki
m (package installation FAQ edited)
Line 132: Line 132:
 
#*To install a package use the following syntax: '''''opkg install <PACKAGE_NAME>'''''
 
#*To install a package use the following syntax: '''''opkg install <PACKAGE_NAME>'''''
 
#*For example to install DNP3 package: '''''opkg install dnp3'''''
 
#*For example to install DNP3 package: '''''opkg install dnp3'''''
*Once desired package is installed, a related configuration page is generated somewhere in the WebUI, depending on the packages purpose. You can find a redirect to the configuration page by locating your package in the '''''[[RUT955 Services section|Services]]''''' block.
+
*You can find the newly installed packages configuration section at Services → <PACKAGE_NAME>.  
  
 
<br>
 
<br>
 
  
 
== Technical Questions ==
 
== Technical Questions ==

Revision as of 07:29, 25 July 2022

Main Page > FAQ

General Questions

How do I find information on this Wiki?

  • You can find basic information in the General Information page and you can find answers to some of the most frequently asked question in this FAQ page.
    To find specific information related to your device, follow a path such as this from the Wiki's home page:
    Main Page → Device series → Device name → Information...
    For example:
    Main PageRUT RoutersRUT955RUT955 Manual
    The Wiki is structured like this (click 'Expand' to see the image):

    Networking wiki faq wiki structure v2.png


Where can I download the latest firmware version?


How do I contact technical support?

  • If you have encountered a software/firmware related issue, you can get in touch with Teltonika-Networks technical support via:
    • VIP HelpDesk - you can register your question on Teltonika's internal HelpDesk system. If you don't have access to the HelpDesk, your sales manager can create an account for you.
    • Sales Manager - your sales person can relay technical questions to Teltonika's support team.
    • Crowd-Support Forum - a public forum for Teltonika-Networks related questions.


I have a broken device. What should I do?

  • Please evaluate if your device is eligible for warranty by checking the guidelines described in the RMA page. If you do suspect a hardware malfunction, please fill out this RMA request form and read our warranty policy for more details.
  • Software issues are not covered by Teltonika-Networks' warranty policy. Therefore, if you have encountered an issue related to a device's software/firmware, you should contact Teltonika-Networks technical support (refer to the question above for related information).


My device seems functional, but I cannot access it. What should I do?

  • If you're having trouble with your device, LED behaviour may provide some insight into what's happening and what steps should be taken next. Look for your device's LED info in the LEDs page.
  • If you still can't reach the device using conventional methods, you may need to perform a reset to factory settings. Please refer to the Device Recovery Options page for information on that.


What is a Troubleshoot file and how do I download it?

  • A Troubleshoot file contains a device's event logs, configuration files and other info useful for diagnostics. It can be downloaded from your device's WebUI, Troubleshoot page:
    System → Administration → Troubleshoot
    If you have encountered an issue and plan on contacting technical support, it is usually a good idea to include a Troubleshoot file along with a description of the issue. Doing this can speed up the support process significantly.


Which Teltonika-Networks device meets my requirements?

  • It depends on where the device will be used. Refer to links below for help in finding a device that meets the necessary requirements of your solution.
    • Product list - contains the full list of Teltonika-Networks products.
    • Feature lists - comprehensive feature lists for each device can be found by clicking on a product in the list and opening its "Features" section (click 'Expand' to see an example)

      Networking device faq how to find feature lists v1.gif
    • Product compare - a feature of the Teltonika-Networks website that allows you to make direct product comparisons. Simply click the '+ Compare' button next to products that wish to consider and click '+ Compare Products' in the top-right of the page to generate a comparison (click 'Expand' to see an example)

      Networking device faq how to use product compare v1.gif


Why is my router slower than my phone?

  • Modern phones support faster LTE technologies than most Teltonika-Networks devices as they are made and used for different purposes. Most of the speed discrepancies are due to carrier aggregation (CA). To see how CA and other factors can affect LTE speeds, please refer to the LTE Speed Discrepancies page.


I'm looking for information on product accessories. Where can I find it?


How much power does my device use?

  • Power usage measurement results for all devices can found in the Power Consumption page.


Where can I find all the available certificates for Teltonika Networks devices?

  • A table of all available certificates and certification information can be found in the certificates page.

How can I restart RUT/TRB device's particular service via SSH?

  • On the RUT/TRB devices, it is available to restart a particular service by executing command in the router's Secure Socket Shell (SSH).
  • SSH is a network protocol that gives users, particularly system administrators, a secure way to access the device.
  • To see how a particular service is named please type ls /etc/init.d command in SSH.
  • Here is the example of listed files that are located on init.d directory
ls command
  • For example in order to restart OpenVPN service you have to specify directory location and add command "restart".
  • Example: /etc/init.d/openvpn restart
  • After you execute this command your service is immediately restarted. Also, you can use start/stop commands which accordingly start or stop service.
  • Example: /etc/init.d/firewall stop
Start-stop command.png


How can I install packages on my device?

  • Some packages, which are not as commonly used, are excluded from firmware files in order to save flash space.
  • You can install these packages using either Package Manager in WebUI or using opkg CLI command.
  1. To install a package using Package Manager, simply login to routers WebUI and navigate to Services Package Manager Packages
    • You can either select a package from the list or use search bar located on the upper right corner of the screen.
    • Once required package is found, press '+' button to install.
    • Additionally, if device does not have internet connectivity, package files for specific device firmware version can be downloaded on our wiki from here and uploaded offline by navigating to Services Package Manager Upload
  2. If a package is unavailable in package manager or installation through command line interface is required - opkg command can be used.
    • Before using opkg, source list must be updated using the following command: opkg update
    • To list all available packages use the following command: opkg list
    • To install a package use the following syntax: opkg install <PACKAGE_NAME>
    • For example to install DNP3 package: opkg install dnp3
  • You can find the newly installed packages configuration section at Services → <PACKAGE_NAME>.


Technical Questions

Control & Configuration


Troubleshooting & Recovery


Other Topics


Remote Access


Networking


Security