i have recently installed Ispconfig 3 on Debian Wheezy using the tutorial provided by you it was working fine , and showing 350MB Memory consuming then i rebooted it and now it is showing only 6MB memory consuming means that all the services/processes are stopped so i just want you to help me to give the list of services to start in order to make it working again also please provide commands so that these services always start automatically on vps reboot
All services should start automatically as debian activates them in the rc.d directories when they were installed as describe din the guide. To start the services manually, run: /etc/init.d/apache2 start /etc/init.d/mysql start /etc/init.d/postfix start /etc/init.d/amavis start /etc/init.d/dovecot start you will have to stat also pure-ftpd and calamv, the start scripts are also in /etc/init.d