edit manager.conf

[general]
webenabled = yes       ;comment in this line
;bindaddr = 127.0.0.1  ;comment out this line
bindaddr = 127.0.0.0   ;comment in this line
[admin]
secret = <password>

restart asterisk

astres.sh

edit allmon.ini

[1998] [60892]     ;chg to your node number
host=127.0.0.1:5038
user=admin
passwd=<password>   ;same as manager.conf password
[1999]
host=127.0.0.1:5038
user=admin
passwd=<password>

remove existing password if any

rm .htpasswd

create a new password

htpasswd -cB .htpasswd admin

Edit global.inc

$CALL = "your callsign"
$NAME = "your name"
$LOCATION = "your QTH"

reboot asl server

http://<ipaddress>/supermon should display your asl dashboard

Leave a Reply

Your email address will not be published. Required fields are marked *