Where can i find my webmailer, filemanager and PHPMyAdmin?

You can find them on your server in the following directory: /var/www/ispcp/gui/tools/

You can access them under your ispCP-domain and under your user-domains with the following URLs:

– The following is based on Debian and might have some path differences on other variants of Linux –

If you wish to modify this behavior the entry is in: /etc/apache2/sites-enabled/ispcp.conf file with rules that look like

  RedirectMatch permanent ^/ftp([\/]?)                http://domain.tld/ftp/
  RedirectMatch permanent ^/pma([\/]?)                http://domain.tld/pma/
  RedirectMatch permanent ^/webmail([\/]?)    http://domain.tld/webmail/

If you wish to modify the template that generates these rules its located here: /etc/ispcp/apache/parts/dmn_entry.tpl