Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

  • Mango v5.1.4 SSL

    2
    0 Votes
    2 Posts
    619 Views
    Jared WiltshireJ
    @Jdiaz-co I just reproduced this, this is a bug and we will fix it in the next release. Can I ask why you want to disable SSL? You should be able to access the HTTP port on 8080 even if SSL is enabled. If you are having trouble accessing Mango on port 8080, try disabling HSTS using ssl.hsts.enabled=false and clear your browser cache. HSTS tells your web browser to only ever use HTTPS for that website. https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security
  • Docker and Mango v5.0.2

    11
    0 Votes
    11 Posts
    3k Views
    M
    @MattFox When I execute your command, a container is created, but without Mango being installed. Since my knowledge is too limited, I'm going to install mango in a windows environment. Still, thank you for your efforts!
  • Installing Windows Service

    25
    0 Votes
    25 Posts
    21k Views
    T
    @dschaible said in Installing Windows Service: @tungthanh500 Did you check this page: https://docs-v4.mango-os.com/windows-installation Are you seeing any errors in eventviewer that you can share? I just found out the reason. Of course I follow above instruction but instead of installing mango in C drive, I created a folder named SCADA in C:\Program Files\ and have mango and mango_data folder in SCADA folder. Maybe the name Program Files is not easy to identify with windows services. This should be added in the instruction.
  • No Machine ID

    4
    0 Votes
    4 Posts
    993 Views
    Jared WiltshireJ
    @gordoe Can you confirm if the file /opt/dTwin/.ma exists? If it does not perhaps try creating an empty file. Very strange that we have not seen this before. What version of Java are you using?
  • Ubuntu 18 Install failed

    18
    0 Votes
    18 Posts
    4k Views
    G
    @jared-wiltshire It's running as Mango. I'll start a new post as I don't want to hijack this one. Same error but not from the installation script.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • installation script link not working

    3
    0 Votes
    3 Posts
    1k Views
    SwinoS
    Hi thanks for getting back to me. The script link has me up and running
  • Bad credential when login the first time

    4
    0 Votes
    4 Posts
    735 Views
    ramhuzainiR
    @nurr Can you guide me on how to do that
  • Mango 4.0 - web server error on Windows 10 Pro

    5
    0 Votes
    5 Posts
    1k Views
    cwangvC
    @cwangv Do I need Oracle JDK or OpenJDK for Mango 4.0 to work on windows 10 Pro?
  • This topic is deleted!

    1
    1 Votes
    1 Posts
    52 Views
    No one has replied
  • Installation error - 4.0.0

    1
    1 Votes
    1 Posts
    644 Views
    No one has replied
  • Error accessing login page after upgrade

    3
    0 Votes
    3 Posts
    470 Views
    J
    Hi Matt. A .js of the previous version was in the overrides folder. Now everything is working smoothly. Thanks.
  • 1-wire notworking

    1
    0 Votes
    1 Posts
    782 Views
    No one has replied
  • update from v2.5 to v3.7 where are my graphical views ?

    2
    0 Votes
    2 Posts
    866 Views
    MattFoxM
    Pretty sure all of your graphical views were on the legacy backend. if that's the case you're gonna have to start again since mango 3.7.7 is leveraging the dashboard display with the dashboard editor in which you make entire pages and charts yourself. Fox
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • Changing Mango Port 8080 to 80.

    3
    0 Votes
    3 Posts
    1k Views
    MattFoxM
    It also pays to use nestat if you are using a linux based operating system to see if you have blocked ports. Fox
  • Installation / Documentation for Mango 4.0b

    1
    0 Votes
    1 Posts
    793 Views
    No one has replied
  • Upgrade to 4.0.0 with a 4.0.0-beta.x configuration

    2
    0 Votes
    2 Posts
    952 Views
    CraigWebC
    Hi Ralf A v3 licence will not be valid for v4. Going from v4-beta to v4 should be seamless.
  • SSL Certification Error

    4
    1 Votes
    4 Posts
    2k Views
    CraigWebC
    @nurr said in SSL Certification Error: openjdk version "1.8.0_252" We recommend using AdoptOpenJDK 13 HotSpot. upgrade to that version and then remove the enable-alpn.sh script.
  • What processes should be working while Mango is running?

    3
    1 Votes
    3 Posts
    1k Views
    M
    @CraigWeb Thanks!