After install 3rd party PHP applications on Synology
Synology support 3rd party PHP applications https://www.synology.com/en-global/knowledgebase/faq/418 But you can NOT install plugin or theme after you installed. You have to change the permission as below : Open the Window's Command Line or any other telnet clients (such as PuTTY), Mac's Terminal, or Linux's Console, depending on which platform you are using. Connect to Synology NAS with Telnet/SSH: telnet 192.168.xxx.xxx (Synology NAS device's IP address) Login with the root account and Synology NAS admin's password. go to 3rd party PHP applications forder. DiskStation> cd /volume1/web/joomlaX enter the command : DiskStation> chown -R http:http . DiskStation> chmod -R 755 . DiskStation> chmod 644 *.txt DiskStation> chmod 644 *.php DiskStation> chmod 644 *.html 使用非Synology套件安裝PHP應用,一台Synology架設多個Joomla,一台Synology架設多個網站