change directadmin template to default

3245

Verified User
Joined
Mar 28, 2013
Messages
34
Hello
i want install default directadmin template

already i changed to capri, now i want change it to default, how i can?

Thanks.
 
yes i edited it and now i want reinstall it
can you tell me all command i need for reinstall ir?
mean in which directory i should download and extract it?
 
Code:
cd /usr/local/directadmin/data/skins
rm -rf enhanced
mkdir enhanced
cd enhanced
wget http://www.directadmin.com/enhanced.tar.gz
tar xzf enhanced.tar.gz
rm -f enhanced.tar.gz
cd ..
chown -R diradmin:diradmin enhanced
 
How can I reset my template without accesing to the cli!

I did the mistake and removed my current template!!!
and currently almost I couldn't do anything, what should I do?

Error: document not found
 
If you accidentally misconfigure the skin and cannot see what you are doing, simply run the command "/CMD_SKIN?reset" to restore the default skin:

i.e. http://server.domain.com/CMD_SKIN?reset

https://www.directadmin.com/technotes.php
 
Back
Top