Install from archive
WARNING
This documentation is for Pydio 7. Looking for Pydio 8 docs?
Download the latest stable version from Download Page either as ZIP or TAR.GZ format. Alternatively, you can use our Linux repositories to install Pydio using a package manager on Debian or CentOS Linux flavors.
Using your favorite FTP client or SCP command, upload this package to your webserver, and extract its content to a web-accessible folder (e.g. /var/www/pydio).
Make sure the data path is writeable by the web server. For example :
chown -R www-data:www-data /var/www/pydio/data
Assuming your webserver is configured to serve /var/www/pydio/data. You can now connect to your server and set up Pydio to suit your needs.
Back to top