De-install DA?

droopy_14

Verified User
Joined
Jun 18, 2006
Messages
9
Hello

I have installed DA on my servers and even if it works very good
it has it limitations.

That is why i want to change to cpanel & whm because for me as
an host i can do much more, fo example automated host selling , account creations and so on.

Now my question is. Is it safe for me to delete DA and or, how schould i do it without looing data?.

Thanks, Droopy
 
I don't think it will work flawless, i recommend you backup all your stuff and re-install the server.
 
Wido said:
I don't think it will work flawless, i recommend you backup all your stuff and re-install the server.



auch.... Thats not the answer i wanted to hear:)

Thanks
 
userdel -r diradmin
chkconfig --del directadmin
chkconfig --del da-popb4smtp
rm -f /etc/cron.d/directadmin_cron
service crond restart
replace /etc/httpd/conf/httpd.conf with the default httpd.conf
can delete everything under /var/log/httpd/domains
remove all dns zones in /var/named
remove all domain mail settings in /etc/virtual
remove all mail in /var/spool/virtual

that's what I can think of at this moment
 
Last edited:
Warning:

It's very unlikely your server will just work if you uninstall DirectAdmin and install any other Control Panel.

Jeff
 
Pay 15/month or so for Modernbill or the like and you can have the same thing (Automated account creation and sales, etc)

DA is much better in layout and ease of use, with all of the same power of cPanel. Add Installatron to the mix and your golden. (But then again, I'm mostly preaching to the choir here...)
 
In debian systems:


userdel -r diradmin
update-rc.d -n -f directadmin remove
update-rc.d -n -f da-popb4smtp remove
rm -f /etc/cron.d/directadmin_cron
chmod 755 /var/run/crond.reboot
/var/run/crond.reboot
replace /etc/httpd/conf/httpd.conf with the default httpd.conf
can delete everything under /var/log/httpd/domains
remove all dns zones in /var/named
remove all domain mail settings in /etc/virtual
remove all mail in /var/spool/virtual
 
Back
Top