QUESTION AMI Login info

gotel

Member
Joined
Oct 31, 2008
Messages
85
Reaction score
10
How can I find out what the username / password is for my AMI?

I am running Incredible PBX 13-12.2 for Sci Linux 6.7
Asterisk 13.7.2
Incredible GUI 12.0.30

Thanks,
Craig
 

ostridge

Guru
Joined
Jan 22, 2015
Messages
1,627
Reaction score
520
Code:
cat /etc/asterisk/manager.conf

Yours should look like this:-
Code:
[general]
enabled = yes
port = 5038
bindaddr = 0.0.0.0
displayconnects=no ;only effects 1.6+

[admin]
secret = ******
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
read = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate,message
write = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate,message
writetimeout = 5000

#include manager_additional.conf
#include manager_custom.conf

So
[admin] # means that the user = admin
secret = ****** # here is where you look for your password

BUT Somewhere I remember that @wardmundy has said
(in freepbx) Please Do not change that user / password combination from the default.
 

Members online

Forum statistics

Threads
25,803
Messages
167,722
Members
19,232
Latest member
voiplads
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top