Allmon3 Connection Error Undefined

Hello folks,

I'm running ASL3 on Debian 13 Trixie, a fresh install. The node works fine, I can connect to other nodes and such, but when I launch Allmon 3 and try to run any command from in there, I get a command error "undefined".

I checked my allmon3.ini and manager.conf to make sure the user and password/secret match, and they do.

Also*,* the Dashboard doesn't show any connections or uptime

When I do a systemctl status allmon3, I get the following messages:

May 03 15:14:42 localhost allmon3[877]: WARNING: (asl_allmon.ami_conn) connection failed to 127.0.0.1:5038: [Errno 111] Connect call failed ('127.0.0.1', 5038)
May 03 15:14:42 localhost allmon3[877]: INFO: (asl_allmon.allmon3_ws_status) node: 437120 - sleeping for RETRY_INTERVAL of 15
May 03 15:14:42 localhost allmon3[877]: WARNING: (asl_allmon.ami_conn) connection failed to 127.0.0.1:5038: [Errno 111] Connect call failed ('127.0.0.1', 5038)
May 03 15:14:42 localhost allmon3[877]: INFO: (asl_allmon.allmon3_ws_status) node: 1972 - sleeping for RETRY_INTERVAL of 15
May 03 15:14:57 localhost allmon3[877]: INFO: (asl_allmon.allmon3_ws_status) node: 437120 - attempting reconnection retry #71
May 03 15:14:57 localhost allmon3[877]: INFO: (asl_allmon.allmon3_ws_status) node: 1972 - attempting reconnection retry #71
May 03 15:14:57 localhost allmon3[877]: WARNING: (asl_allmon.ami_conn) connection failed to 127.0.0.1:5038: [Errno 111] Connect call failed ('127.0.0.1', 5038)
May 03 15:14:57 localhost allmon3[877]: INFO: (asl_allmon.allmon3_ws_status) node: 437120 - sleeping for RETRY_INTERVAL of 15
May 03 15:14:57 localhost allmon3[877]: WARNING: (asl_allmon.ami_conn) connection failed to 127.0.0.1:5038: [Errno 111] Connect call failed ('127.0.0.1', 5038)
May 03 15:14:57 localhost allmon3[877]: INFO: (asl_allmon.allmon3_ws_status) node: 1972 - sleeping for RETRY_INTERVAL of 15

Any hints on what I may be doing wrong will be greatly appreciated

thanks

Dexter de 9Y4C

There is no Asterisk manager listening on localhost:5038. Look at your /etc/asterisk/manager.conf and correct.

try adding bindaddr = 0.0.0.0 to the [general] stanza?

Was able to get it going with the Help of corrupted files. Thanks for all the help buddy!