Homer off-line astpp

Friends, I installed the homer script on the astpp debian9 server, went to sip profiles sip-capture = yes and then in Settings / homer and put: udp: 147.xxx.xxx.xxx: 9060 and restart.
But page 147.xxx.xxx.xxx:9080 does not open, I have already opened all firewall ports.

systemctl status heplify-server
● heplify-server.service - HEP Server & Switch in Go
Loaded: loaded (/lib/systemd/system/heplify-server.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2021-11-08 23:02:25 -03; 5s ago
Process: 6368 ExecStart=/usr/local/bin/heplify-server $HEPLIFY_CONFIG (code=exited, status=127)
Main PID: 6368 (code=exited, status=127)

nov 08 23:02:25 voip systemd[1]: heplify-server.service: Unit entered failed state.
nov 08 23:02:25 voip systemd[1]: heplify-server.service: Failed with result ‘exit-code’.

systemctl status homer-app
● homer-app.service - Homer API Server and UI Webapplication
Loaded: loaded (/lib/systemd/system/homer-app.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2021-11-08 22:31:04 -03; 34min ago
Process: 1891 ExecStop=/bin/kill ${MAINPID} (code=exited, status=0/SUCCESS)
Main PID: 1893 (homer-app)
Tasks: 6 (limit: 4915)
CGroup: /system.slice/homer-app.service
└─1893 /usr/local/bin/homer-app

nov 08 22:31:04 voip homer-app[1893]: //\ /:/:\ _____
nov 08 22:31:04 voip homer-app[1893]: \ :/:confused:
/ |___ |
nov 08 22:31:04 voip homer-app[1893]: \ ::confused: / /
nov 08 22:31:04 voip homer-app[1893]: \ :\ / /
nov 08 22:31:04 voip homer-app[1893]: \ :\ //
nov 08 22:31:04 voip homer-app[1893]: _
/
nov 08 22:31:04 voip homer-app[1893]:
nov 08 22:31:04 voip homer-app[1893]: Version: homer-app 1.4.25
nov 08 22:31:04 voip homer-app[1893]: ⇨ http server started on [::]:9080
nov 08 22:50:04 voip homer-app[1893]: Successful ping: 127.0.0.1, Type: data, Node: LocalNodeSuccessful ping: localhost, Type: config, Node: localnodeSuccessful ping:

Do you have anything else to configure?
Thanks

You need to look at the log “journalctl -xe” to see why heplify-server is failing. Status is not giving enough details.