Added by Terah Kaggwa about 6 years ago
Hello,
I have installed v4 and its up and running. However now when I login as goadmin, it takes me agent.php and I can't figure out how to get the admin dashboard. Any ideas? Perhaps the dashboaord URL?
Thanks
Terah
Hi,
Login to your server mysql and post the output the this query. Make user sure you see similar output below.
MariaDB [(none)]> select user_level, user_group from asterisk.vicidial_users where user='goadmin'; +------------+------------+ | user_level | user_group | +------------+------------+ | 9 | ADMIN | +------------+------------+