Your comments



Login to Ajenti (Ajenti-V needs to be installed) and create a new website.

  • Set name as phpmyadmin
  • Untick Maintenance mode
  • Set Path to /usr/share/phpmyadmin
  • Under 'ports' add host = * Port = 8001
  • Under 'content' create new PHP FastCGI
Save and test all works correctly at http://yourdomain.com:8001

If you recieve an error 'cannot start session without errors' run: chmod 777 /var/lib/php/session/
Recently setup phpmyadmin with ajenti/NGINX and documented my steps. Follow these and you shouldn't have any issues:


Login to Ajenti (Ajenti-V needs to be installed) and create a new website.

  • Set name as phpmyadmin
  • Untick Maintenance mode
  • Set Path to /usr/share/phpmyadmin
  • Under 'ports' add host = * Port = 8001
  • Under 'content' create new PHP FastCGI
Save and test all works correctly at http://yourdomain.com:8001

If you recieve an error 'cannot start session without errors' run: chmod 777 /var/lib/php/session/