Page 1 of 1

Vicibox Redux 2.0

PostPosted: Fri Jun 04, 2010 11:02 am
by josh1856
What is the default admin password for vicibox server redux 2.0?

PostPosted: Fri Jun 04, 2010 12:23 pm
by Kumba
The default root password is 'vicidial'

The defaul login/pass for the web interface is 6666/1234

PostPosted: Mon Jun 07, 2010 7:05 pm
by williamconley
and as always you can do this to GET the user/pwd on any vicidial server (if you have root access to the box):


No password required for mysql root user:
Code: Select all
# mysql
> use asterisk;
> select user, pass from vicidial_users;
> exit;

Mysql root user has a password:
Code: Select all
# mysql -p
> use asterisk;
> select user, pass from vicidial_users;
> exit;

PostPosted: Tue Jun 08, 2010 6:43 pm
by ruben23
guys where do i can find the yast2 live-installer script on the redux..? what directory..is it still available on a fully new installed redux..?

PostPosted: Tue Jun 08, 2010 7:29 pm
by williamconley
i believe that script resides on the INSTALLER cd. after the installation, you pull that out and the script goes with it.

of course, you CAN mount that disk and look at it if you like.