Easy TR-069 GenieACS Server Installation on Ubuntu

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 10

  • @jerekyox
    @jerekyox 2 місяці тому +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  24 дні тому

      NO ...FOLLOW GENIEACS INSTALLTION DOCUMENT AND REQUIREMENT

    • @jerekyox
      @jerekyox 24 дні тому +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 3 місяці тому

    please link for download ubuntu and geniacs..

  • @joylumer
    @joylumer Місяць тому

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

    • @ThinkIOT
      @ThinkIOT  Місяць тому

      @@joylumer ok

    • @ThinkIOT
      @ThinkIOT  24 дні тому

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

    • @ThinkIOT
      @ThinkIOT  24 дні тому

      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 7 місяців тому

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

    • @ThinkIOT
      @ThinkIOT  7 місяців тому

      Ubuntu 20.04