Hello all, I am feeling rather dumb right now and I have not had to use the admin level access in over 3 months... which is a good thing.. however I have forgotten what it is and I have tried for the last 3 hrs in vain to recover it. I can only find the way to recover it using phpmyadmin... but I forget that one too I have shell access to the server and I am wondering if there is another way I can recover it? Thanks for your help -Sin
go into mysql, e.g.: mysql -p db_ispconfig and there do: UPDATE sys_user SET passwort = md5('myNewPassword') WHERE username = 'admin';