hello,
after i create the website and upload the new file via file manager. it always set Permission (CHMOD) both file and folder is 755 and chown is root (not www). i always need login to ssh and fix chmod & chown to both file and folder to correct. hope you can make button to fix it via file manager.

cd /www/wwwroot/newwebsite/
find . -type d -exec chmod 0755 {} \;
find . -type f -exec chmod 0644 {} \;
chown -R www:www *

    aaPanel_Jose
    same, still not fix it. you can try after create new website and access to file manager, you will see default file always chmod 755

      25 days later

      hello, longtime but you still not fix the permission when upload/download/unzip/zip file

        aaPanel_Jose
        hello, no. You can't set permission file is 755 because it related to security. also you just need command this 4 line and file will be set at 644 & folder is 755.