How to Install BT Panel in a Custom Directory
Baota (BT Panel) locks the installation directory to /www by default, but many servers have limited root partition space. Here is how to move Baota data to another directory.
Check the current server disk usage:
df -h
Here we put the data under /data:
ln -sf /data /www
This will then under /data …