Not able to get the GUI interface when we install the genieacs

Dear All ,

When we are installing genieacs server with using below link commend on ubuntu 16.04.3 LTE, then we are not able to get the GUI interface like https://Ipaddress:7547/
https://github.com/genieacs/genieacs/wiki/Installation-Guide-Ubuntu-16.04
in this command line i m not able to run this commend " rake db:migrate "

Please help , I will they 3-4 times but not succeeded .
Thanks in advance .

The GUI does not live at port 7547, the CWMP lives on that port.

Thanks for reply , if we will use these command then acs server can work properly and get the gui interface for next activity ?

For access the server in gui wheich port we will use ?

That app depends on your configuration.

If you are using http or https.

Sir , I am try to configure the acceding document ( Documentation - GenieACS command line but still some command syntax error
like


genieacs-cwmp
/usr/local/lib/node_modules/genieacs/bin/genieacs-cwmp:2
“use strict”;const e=require(“path”),t=require(“fs”),s=require(“os”),n=require(“ipaddr.js”),a=require(“cluster”),r=require(“http”),i=require(“https”),o=require(“zlib”),c=require(“crypto”),l=require(“vm”),u=require(“seedrandom”),f=require(“child_process”),d=require(“later”),p=require(“mongodb”),m=require(“parsimmon”),h=require(“util”),g=require(“iconv-lite”),w=require(“yaml”);function v(e){return e&&“object”==typeof e&&“default"in e?e:{default:e}}const b=v(a),y=v(u),S=v(m);let _,D,O,R,x,T,A=e.resolve(__dirname,”…");for(;!t.existsSync(A+"/package.json");){const t=e.resolve(A,"…");if(t===A){A=process.cwd();break}A=t}const E={EXT_DIR:{type:“path”,default:e.resolve(A,“config/ext”)},MONGODB_CONNECTION_URL:{type:“string”,default:“mongodb://127.0.0.1/genieacs”},CWMP_WORKER_PROCESSES:{type:“int”,default:0},CWMP_PORT:{type:“int”,default:7547},CWMP_INTERFACE:{type:“string”,default:“0.0.0.0”},CWMP_SSL_CERT:{type:“string”,default:""},CWMP_SSL_KEY:{type:“string”,

SyntaxError: Unexpected reserved word
at createScript (vm.js:80:10)
at Object.runInThisContext (vm.js:139:10)
at Module._compile (module.js:616:28)
at Object.Module._extensions…js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Function.Module.runMain (module.js:693:10)
at startup (bootstrap_node.js:188:16)
at bootstrap_node.js:609:3


I request you to please suggest some video of install the ACS Server or some guide with screenshot .Please help and guide to me , I m beginner stage for ACS Server .

Thanks a lot

What version of Node are you using? You need at least v12.

Yes we are using the least v12 .
Zaidka Sir, please start the genieacs development training program . it is very use full for multiples students and professional.

Thanks .

Hi, @rahul, gui interface lives at port 3000 not 7547, 7547 is for cwmp, you have to put it in CPE before your cpe can communicate with genieacs server.

genieacs server url ==> http://ipaddress:7547
genieacs gui url ==> http://ipaddress:3000

following this guide https://github.com/genieacs/genieacs/wiki/Installation-Guide-Ubuntu-16.04 if rake db:migrate doesn’t work, use rake db:reset instead.

Also, i suggest you to forget instructions at https://genieacs.com/docs/ ,as it seems to always run into many errors.

But authors released genieacs version 1.2.1, gui is integrated to app and no more ruby. Both install methods, from npm or sources work flawlessly.

Dear Sir , i tried with fresh ubuntu 16.04.3 LTS image with vmware application and install the all command as per guide line guide [https://github.com/genieacs/genieacs/wiki/Installation-Guide-Ubuntu-16.04 ] but still we are facing the issue in **rake db:migrate** and rake db:rest


root@ubuntu1804:~/genieacs-gui# rake db:migrate
Could not find nokogiri-1.8.5 in any of the sources
Run bundle install to install missing gems.
root@ubuntu1804:~/genieacs-gui# rake db:reset
Could not find nokogiri-1.8.5 in any of the sources
Run bundle install to install missing gems.
root@ubuntu1804:~/genieacs-gui#


Please help

Please help me , I have tried 6-7 time to install the fresh image and install the acs server but still not get the GUi interface .

Any command to check acs server configuration , where we can share it and identified the were is the mistake from my side . thanks a lot for your support and guidance.

@rahul Start with fresh Ubuntu server 18.04

follow this guide instead http://docs.genieacs.com/en/latest/installation-guide.html you will have genieacs 1.2.1 with new and integrated gui at http://ipaddress:3000

if you absolutely want genieacs v1.1:

  • make sure you are under Ubuntu 18.04, updated packages list and upgraded packages
  • start genieacs, ruby, mongodb, etc install process
  • ignore rake db:migrate command during process
  • launch genieacs start script
  • point browser to http://ipaddress:3000
    you should get a ruby init error page, then
  • run rake db:reset
  • refresh http://ipaddress:3000