Install Vtiger Integration in Vicidial


easy system albania vtiger support install Vtiger Integration in Vicidial
Install Vtiger integration in Vicidial, I have been a part of this community for a few months now. There are few common configuration problems for new user after successful install. Among those one is integration of VTIGER. I did this integration for quite a few times without any problem. I decided to share my guide with others. If admins like this guide they may decide to make this sticky for others.

There are three things in this guide
1. For MySQL
2. Installation of Vtigercrm 5.0.4
3. Integration with VICIDIALNOW VERSION: 2.0.5-173

Let we take these steps one by one.

1. For MySQL

#mysql -u root -p   (it will ask for root password default is vicidialnow)
mysql>GRANT ALL on vtigercrm504.* TO vtiger@’%’ IDENTIFIED BY ‘vtuser’;
mysql>GRANT ALL on vtigercrm504.* TO vtiger@localhost IDENTIFIED BY ‘vtuser’;
mysql>create database vtigercrm504;
mysql>quit

2. Installation of Vtigercrm 5.0.4

#cd /var/www/html
#rm -r -f vtigercrm
#wget http://voxel.dl.sourceforge.net/sourceforge/vtigercrm/vtigercrm-5.0.4.tar.gz
#gunzip vtigercrm-5.0.4.tar.gz
#tar xvf vtigercrm-5.0.4.tar
#chmod -R 0777 vtigercrm
#cd vtigercrm

* in browser go to the following URL: http://ip-address/vtigercrm/index.php
* enter contact info and click the START button at the bottom of the screen
* in system configuration set the database host to: <ip-address>
* database user/pass: vtiger/vtuser
* database name: vtigercrm504
* change default admin(vtadmin) and standarduser(vtuser) passwords
* click to install vtiger, then follow the on-screen instructions

After successful install it will ask for login into vtiger crm, you can login to test if everything is fine. Password for admin to login is “vtadmin”, we have choosen this in aboive step.

Now we have to patch this new install of vtiger to work with VICIDIALNOW
Note: Make sure to execute these commands in vtigercrm folder

#wget http://www.eflo.net/files/Vtiger504_vicidial.patch
#patch -p1 < ./Vtiger504_vicidial.patch

After this goto admin interface for integration and user synchronization
Admin->System Settings

3. Integration in VICIDIAL

Enable Vtiger Integration:  1
Vtiger DB Server IP: <your ip>
Vtiger DB Name: vtigercrm504
Vtiger DB Login: vtiger
Vtiger DB Password: vtuser
Vtiger URL: <yout ip>/vtigercrm

Submit setting and click “Click here to Synchronize users with Vtiger”
This will synchronize all users with VTIGER
Note: After synchronization your VTIGER admin password is replaced wih your VICIDIALNOW admin password.


¿Le ha resultado útil este artículo?



  • How to install VICIDial

    Video TutorialScript--------Phase 1 – OS Installation1. Download the current ViciBox ISO from Here2. Burn ISO to CD/DVD or USB thumb drive and b...

  • Vicidial / Vicibox Tutorials

    Instalación de Vicidial Primer LogIn en Vicidial / ViciboxEn este video mostramos los pasos que debe seguir en Vicidial la primera vez que uste...

  • CMD Codes

    Change user minimum password length net accounts /minpwlen:NumberOfCharactersPassword required [Y/N] net user username /passwordreq:ValuePas...

  • Reset Windows 10 Password with Ubuntu Live CD or USB

    Steps: 1. Boot your Windows 10 computer from Ubuntu Live CD or USB drive. 2. Update the system and install the free open-source password cracking tool...

  • vTiger Vicidial Integration

    ViciDial has been widely used as a complete dialer system over the years which is open sourced and act as a perfect call center suite. Call ce...