I need to remove ispconfig totaly from my system before reinstalling it again because i have had an interruption duing the install. There is no uninsall in /root/ispconfig so how can i remove the program? i have already tryed just installing it again but that has not helped. thanks
Do this: Code: rm -fr /root/ispconfig rm -fr /home/admispconfig Also delete the ISPConfig database, if it exists: Code: mysql -u root -p SHOW DATABASES; DROP DATABASE <name_of_ispconfig_database>; quit;