• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Cloud solution, something like OwnCloud?

CoyoteKG

Regular Pleskian
Hello,

is there any solution for automatically syncing directories from Local PCs to Plesk Server?
Something like Dropbox, but free. For example OwnCloud.

Did someone already did that? If it is, please direct me what is the best solution.
Thanks and regards
 
Hello,

is there any solution for automatically syncing directories from Local PCs to Plesk Server?
Something like Dropbox, but free. For example OwnCloud.

Did someone already did that? If it is, please direct me what is the best solution.
Thanks and regards

If you only want to sync directories from your local PC, you can use syncthing : Syncthing
A wrapper is available on Windows to use it easily : GitHub - canton7/SyncTrayzor: Windows tray utility / filesystem watcher / launcher for Syncthing

Otherwise, you can try nextcloud (forked from owncloud) : Nextcloud
 
OK, it is very easy. I will write short steps if anyone is interested in NextCloud.

So

- First create Domain via Plesk server.
- To avoid later setup permissions, temporarily set user to use /bin/bash
upload_2017-10-10_15-8-56.png
- Login to SSH with that user, and go to root folder of that webspace. For example
Code:
-bash-4.2$ pwd
/var/www/vhosts/nextcloud.site.com/httpdocs
- Download the latest nextcloud stable revision and unpack it in root folder.
Code:
-bash-4.2$ wget https://download.nextcloud.com/server/releases/nextcloud-12.0.3.zip
-bash-4.2$ unzip nextcloud-12.0.3.zip
- Create database
- Run http://nextcloud.site.com/
- Create admin account, and set connection to that newly created database and that is it

nextcloud.JPG
 
Back
Top