Manage files with Pyd.io (formerly known as AjaXplorer)

For this guide I will use a VPS with VestaCP installed to make things a bit easier for me. A Control Panel like VestaCP is not needed but you do need to have a working webserver with atleast PHP 5.1 up and running. I have disabled Nginx for this web domain to make sure that the deployed .htaccess file is used properly.
Default Pydio installation has the following requirements:

  • PHP 5.1
  • DomXML
  • MCrypt
  • GD extensions

If you want to use some of the available plugins it may require additional extensions/libraries to be available/installed on the server. You can find all requirements listed on the Pydio website.

Steps that we will do to deploy Pydio:

  1. Download and deploy archive on the server. We will do the manual installation to be able to configure it to our liking.
  2. Run diagnostics and update the server configuration if needed.
  3. Run the installer to be up and running quickly
  4. Use Pydio.

 

Step 1 – Download

At the time of writing this guide the latest version is 5.2.5 and the files could be found here

As I am using VestaCP on my server I first su to the account that owns the web directory (in VestaCP this requires that the user has SSH access)

Download  the pydio-core-5.2.5.tar.gz file to your server into the web directory (it should look something like this)

pydio_install_1

extract the file with this command

This will create a directory named pydio-core-5.2.5, rename it with

Step 2 – Diagnostics

Open a web browser and enter the URL to your installation. It will take a moment to open the page since Pydio is running its Diagnostic Tool and will show you the current recommendations for the installation. Most Warnings are ok to live with but if you see Errors in the list you better fix them before going any further.

This is the result I got and since I don’t have SSL encryption on this domain yet I will safely ignore the warnings and continue.

pydio_install_2

Click the link on the page that says click here to continue to Pydio.

Step 3 – Installation

The Installation Wizard welcome screen will then show,

Installation Wiizard Welcomeclick the Start Wizard link and edit all parameters in each section to your liking. I will show you the parameters I’ve set during this installation.

 

 

 

 

 

pydio_install_4 Choose a random username and a long strong password to secure the installation.

 

 

 

 

 

 

 

 

pydio_install_5These settings can be changed after the installation has been finished so I’ll leave it as default for now.

 

 

 

 

 

 

 

 

pydio_install_6If you only are going to test the installation you can choose the NO DB option but that is not recommended in production.In my case I selected the sqlite3 option to save some configuration on the mysql.

 

 

 

 

 

 

 

pydio_install_7

Lets not add any more users at this moment. There is plenty of time to add them later.

 

 

 

 

 

When all is set, click the Install Pydio Now button.

 

 

Wait while the installation finishes

pydio_install_8

 

Step 4 – Using

Log in using the username and password you set during the installation an have fun using Pyd.io.

pydio_install_9

 

3 comments for “Manage files with Pyd.io (formerly known as AjaXplorer)

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.