How to change default Vicidial login 6666 to admin other name
After fresh setup of vicidial its gives you default login and password as 6666 and 1234 .
you can change default login 6666 to admin or as you want .
1- Login to your server
2- login to mysql
3-
mysql -u root -ppassw0rd use asterisk; update vicidial_users set user='admin' where user='6666';
It will change all records related to this user .
its is good to change due to security issue.