Install Ajenti
apt-get update
wget http://repo.ajenti.org/debian/key -O- | apt-key add -
echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" >> /etc/apt/sources.list
apt-get update
apt-get install ajenti
service ajenti restart
Install Ajenti-v
apt-get install ajenti-v ajenti-v-nginx ajenti-v-mysql ajenti-v-php-fpm php-mysql
If <3 Ruby
apt-get install ajenti-v-ruby-unicorn ajenti-v-ruby-puma
If you need Python
apt-get install ajenti-v-python-gunicorn
If you need nodeJS
apt-get install ajenti-v-nodejs
If you want mail
apt-get install ajenti-v-mail
Restart All Services
sudo service php5-fpm restart
sudo service nginx restart
sudo service ajenti restart