Your comments

I have no FTP packages in Plugins menu. How to install FTP packages? Use yum? What the path to package?
UPD: Got it :yum install ajenti-v-ftp-pureftpd
Bad dependencies with v-mail and v-mysql on Centos 7
Everybody has the same issue, because mysql-server is no longer available for CentOS 7! mariadb-server is the replacement.
Possible Workaround - run:
rpm -Uvh http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm
Then you can install mysql-server:
yum install mysql-server

Thanks for resolve https://github.com/Eugeny/ajenti-v/issues/109