Problem with folder permission (chown)


If u get error regarding permission folder failed to rewrite
please use this command by ssh your server =

chown -R runcloud:runcloud /home/runcloud/webapps/<name of your web app>

for example :-
chown -R runcloud:runcloud /home/runcloud/webapps/mapleymari

if you now sure with folder is, please use this command:-
1) cd /home/runcloud/webapps/
2) ls
3) then you can see your own directory name (webaapps)
for example [ mapleymari /mapleysini /mamak24jam ]
4)then use the command chown -R runcloud:runcloud /home/runcloud/webapps/mapleymari

Did you find this article useful?



  • SSL Runcloud + WordPress

    1) Setup SSL Runcloud            1. Access your runcloud dashboard             &...

  • Migration of WordPress to Runcloud

    Migration of WordPress to RUNCLOUD1. Firstly zip file to public_html2. Secondly export SQL file from phpmyadmin     3. Third upload zi...

  • Migration of Domain to Runcloud

    Description 1. Check wp-confiq information          i.   If you forget the name of the file use.  &n...

  • Cron job

    Cron job runcloud1) Go to runcloud cronjob2) Fill up cronjob name3) Select php version or insert your own commandFor example:-/usr/bin/php -q /home/ru...

  • Migration VPS to VPS (Runcloud)

    1) zip your folder file (home) zip -r your_namefolder.zip /home/runcloud/webapps/yournamefolder2) move your zip file to your new runcloud server by u...