1. You need to setup a cronjob to update your graphs. Run 'crontab -e' and add the following line: */5 * * * * /usr/bin/php ${VHOST_HTDOCSDIR}/update.php >/dev/null 2>&1 2. When your graphs are created, point your browser to your site and enjoy! http://${VHOST_HOSTNAME}/${VHOST_APPDIR} NOTE: There is no GUI to configure this webapp. The default configuration provides a few simple graphs, that should just work without any further configuration. If you need more detailed help and examples, see /usr/share/doc/${P} or point your browser to http://www.webmasterpro.de/~ddanier/serverstats/.