I had client13 on server. The client had few added sites on his account. Removing them few weeks from ispconfig panel. Today I check my /etc/passwd and /etc/shadow file and I found: Code: [B]#[/B] cat /etc/passwd |grep /var/www/clients/client13/ web59:x:5023:5017::/var/www/clients/client13/web59:/bin/false web60:x:5024:5017::/var/www/clients/client13/web60:/bin/false [B]#[/B] cat /etc/shadow |grep web59 web59:!:NNNNN:0:99999:7::: [B]#[/B] cat /etc/shadow |grep web60 web60:!:NNNNN:0:99999:7::: In /var/log/ispconfig/cron.log not found any of web59 or web60.. Code: [B]#[/B] cat /var/log/ispconfig/cron.log |grep web59 [B]#[/B] cat /var/log/ispconfig/cron.log |grep web60 As far as I read these users are created when add a website.. How can I delete these users and their groups?