Activity Stream
48,167 MEMBERS
6950 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 2 of 2
  1.     
    #1
    Member

    Default How to remove permanently DirectAdmin without re-install OS?

    How to remove permanently DirectAdmin without re-install OS?

    i want to remove DA from my server. but "Google" say better to re-OS.

    anyone?
    Jiung Reviewed by Jiung on . How to remove permanently DirectAdmin without re-install OS? How to remove permanently DirectAdmin without re-install OS? i want to remove DA from my server. but "Google" say better to re-OS. :facepalm: anyone? Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    xsl.tel xsltel.com
    according to directadmin staff its virtually not possible however since it build all all software from source and put each software in its individual folder you can try remove them.
    1- this command will remove all directadmin files including license,templates,user data, apache vrtual hosts.
    rm -rf /usr/local/directadmin

    2- to remove mysql completely from system do this commands

    rpm -qa "MySQL*"

    this will show you something like this

    MySQL-devel-5.1.61-1.glibc23
    MySQL-shared-5.1.61-1.glibc23
    MySQL-client-5.1.61-1.glibc23
    MySQL-server-5.1.61-1.glibc23

    you will need to remove all those with this command :
    rpm -e MySQL-devel-5.1.61-1.glibc23 MySQL-shared-5.1.61-1.glibc23 MySQL-client-5.1.61-1.glibc23 MySQL-server-5.1.61-1.glibc23

    please be aware versions may vary between my current example and your VPS.

    then you will need to remove mysql directory where it save mysql databases, mysql logins, etc... with this command :

    rm -rf /var/lib/mysql

    and then remove init script
    rm -rf /etc/init.d/mysqld

    3- you will need to remove apache configuration and files with this command :
    rm -rf /etc/httpd

    4- also you will need to remove php directory with this command according to your current php version :
    rm -rf /usr/local/php5

    or

    rm -rf /usr/local/php4

    this should make your system clean to install cpanel, kloxo, or other thing you will like.

    Highest Regards
    Mohammed H

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. HELP How to remove ubuntu and install Windows
    By Cooper in forum Webmaster Discussion
    Replies: 14
    Last Post: 17th Aug 2011, 04:37 PM
  2. Replies: 7
    Last Post: 6th Apr 2011, 07:12 AM
  3. How to install sborg on vps with directadmin
    By downloadsmasti in forum Technical and Security Tutorials
    Replies: 5
    Last Post: 11th Mar 2011, 06:54 PM
  4. Replies: 0
    Last Post: 29th Apr 2010, 09:59 PM

Tags for this Thread

BE SOCIAL