Easy TR-069 GenieACS Server Installation on Ubuntu

Поделиться
HTML-код
  • Опубликовано: 3 фев 2025

Комментарии • 14

  • @OmkarNetServices
    @OmkarNetServices 16 дней назад

    How much aws amazon charge to host GenieACS Server on it ?

  • @jerekyox
    @jerekyox 4 месяца назад +1

    I get this error when I install genieacs:
    npm WARN notsup Unsupported engine for genieacs@1.2.12: wanted: {"node":">=12.13.0"} (current: {"node":"10.19.0","npm":"6.14.4"})
    APT seems to install version 10.19.0 for me. Did you do anything else with regards to nodejs?

    • @ThinkIOT
      @ThinkIOT  2 месяца назад

      NO ...FOLLOW GENIEACS INSTALLTION DOCUMENT AND REQUIREMENT

    • @jerekyox
      @jerekyox 2 месяца назад +1

      @@ThinkIOT I figured out my problem. Installing nodejs using apt-get was my issue. I am getting a newer version now on apt.
      Thanks.

  • @refiliansyah1122
    @refiliansyah1122 4 месяца назад

    please link for download ubuntu and geniacs..

  • @joylumer
    @joylumer 3 месяца назад

    UI_JWT_SECRET is not set i am getting this error pls kindly reply for this

    • @ThinkIOT
      @ThinkIOT  3 месяца назад

      @@joylumer ok

    • @ThinkIOT
      @ThinkIOT  2 месяца назад

      You might be missing a step which is showing this error.

    • @ThinkIOT
      @ThinkIOT  2 месяца назад

      Generate a secure JWT secret and append to /opt/genieacs/genieacs.env:
      node -e "console.log(\"GENIEACS_UI_JWT_SECRET=\" + require('crypto').randomBytes(128).toString('hex'))" >> /opt/genieacs/genieacs.env
      Set file ownership and permissions:
      sudo chown genieacs:genieacs /opt/genieacs/genieacs.env
      sudo chmod 600 /opt/genieacs/genieacs.env

  • @fredyhernandez2561
    @fredyhernandez2561 9 месяцев назад

    Do you do the installation on Ubuntu? What version of Ubuntu or Linux?

    • @ThinkIOT
      @ThinkIOT  9 месяцев назад

      Ubuntu 20.04

  • @joe72lp
    @joe72lp Месяц назад

    Does not work on Ubuntu 24.01.

    • @ThinkIOT
      @ThinkIOT  Месяц назад

      @@joe72lp I have not tried Ubuntu 24, but what problem are you facing?

    • @ThinkIOT
      @ThinkIOT  Месяц назад

      @@joe72lp I can help you if you are facing any problem