×


DirectAdmin Skin or Interface Issues

Are you trying to fix DirectAdmin skin or interface issues?

This guide is for you.

Our customers using DirectAdmin at times report facing issues with the DirectAdmin Skin or Interface. This happens when the DirectAdmin skin is corrupted.
Here at Ibmi Media, as part of our Server Management Services, we regularly help our Customers to resolve DirectAdmin related errors.
In this context, we shall look into steps to solve this error.

Steps to fix DirectAdmin Skin or Interface Issues ?

Some of the methods that our Support Techs use to fix DirectAdmin Skin or Interface Issues are given below:

1. Reinstalling skin

First will try to reinstall DirectAdmin skin. Reinstalling skin will fix the issue as the corrupted version will be removed before it.
For this, we can use the following commands:

cd /usr/local/directadmin/data/skins/
./packskins.sh


2. Recompiling PHP

Another way to fix this issue is to recompile PHP.
For this, we can use the following commands:

cd /usr/local/directadmin/custombuild
./build update
./build clean
./build php d


3. Changing DirectAdmin Skin to a New one

In this step, we will change the existing skin to a new one. For this, we will first install other skins to make them available for application.
The steps to follow are given below:
i. First we will connect to the server via SSH.
ii. We can use the following command to go to the file which includes different DirectAdmin skins.

cd /usr/local/directadmin/data/skins

iii. Next we will make a directory using the following command:

mkdir EvoluSkin

iv. Then we will go to the created directory as given below:

cd EvoluSkin

v. After that we will download the Evolution skin using the following command:

wget -O evolution.tar.gz http://demo.directadmin.com/download/evolution.tar.gz

vi. Once the download is complete we can enter these two commands given below:

tar xvzf evolution.tar.gz
cd ..

vii. Then we will use the following command to finish the installation:

chown -R diradmin:diradmin EvoluSkin

viii. Finally, we will log into the DirectAdmin panel and go to the Reseller level and take Skin management.
From there we can choose the installed skin and click on the “Apply to me” button.

The above steps will fix almost every issue with DirectAdmin skin.

[Still, facing issue with skin in DirectAdmin? We are happy to help you! ]


Conclusion

This article will guide you on different methods to fix #DirectAdmin #skin or #interface issues.
To fix DirectAdmin Skin or Interface Issues:
What if the DirectAdmin skin is corrupted? How to fix DirectAdmin Skin or Interface Issues? Here are some steps you can try.
1. Reinstall skin.
cd /usr/local/directadmin/data/skins/
./packskins.sh
2. Recompile PHP using the following commands.
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build php d
These steps will fix almost every issues with DirectAdmin skin.