Nextcloud is a secure cloud platform for managing and sharing research data at Würzburg University. This guide provides step-by-step instructions to register, sync and share data, collaborate using Office tools, and connect your data to analysis servers using rclone.
1. Registration and Login
A. Register and Log In
- Visit: coreunitrdm.biozentrum.uni-wuerzburg.de
- Register for an account and wait for approval.
- Log in using your assigned username and password.
2. Upload and Download Files
A. Upload via Browser
- Log in to the web interface.
- Click the “+” icon → Upload File or Upload Folder.
- Or drag-and-drop files directly into your folder structure.
B. Download Files
- Right-click on any file or folder.
- Select Download to retrieve a ZIP archive or the individual file.
3. Synchronize with the Desktop or Mobile Client
A. Install the Nextcloud Client
- Download from the Nextcloud Client Page
(Windows, macOS, Linux, iOS, and Android supported)
B. Set Up Synchronization
- Launch the client after installation.
- Server address:
https://www.coreunitrdm.biozentrum.uni-wuerzburg.de/ - Enter your username and password.
- Choose folders to sync locally.
💡 Tip: Use selective sync to save space when handling large datasets.
4. Share Data Securely
A. Public Link Sharing
- Click the Share icon beside a file or folder.
- Create a public link.
- Configure access:
- Password protection
- Expiration date
- Download or upload permissions
B. Share with Specific Users
- Enter the user’s name or email.
- Set specific access levels: view, edit, upload, or delete.
5. Customize File Access Rights
- Click the Share icon → then the three-dot menu (⋮) next to a user or link.
- Adjust:
- Edit or view-only access
- Download visibility
- Resharing rights
- Expiration date
🔗 Advanced Access Rights (ACLs)
6. Use OnlyOffice in Nextcloud
You can edit Microsoft Office files directly in the browser:
- Click on any
.docx,.xlsx, or.pptxfile. - It opens in OnlyOffice.
- Collaborate live with colleagues.
- Add comments and track changes.
7. Restore Deleted Files or Previous Versions
A. Restore Deleted Files
- Open the Deleted Files tab in the left sidebar.
- Click Restore to recover a file or folder.
B. Restore Previous Versions
- Hover over a file → click the three-dot menu (⋮) → choose Versions.
- Select and restore the desired version.
8. Connect to Analysis Servers Using rclone
You can mount or transfer data from Nextcloud directly to an HPC or remote server using rclone + WebDAV.
A. Install rclone
sudo apt install rclone
B. Configure a New Remote
rclone config
- Choose
nfor new remote - Name it:
nextcloud - Type:
webdav - URL:
https://www.coreunitrdm.biozentrum.uni-wuerzburg.de/remote.php/dav/files/YOURUSERNAME/ - WebDAV type:
Nextcloud - Enter your username and an App Password (generate it in Settings → Security → App Passwords)
C. Use rclone to Mount or Copy Files
Mount your Nextcloud folder:
rclone mount nextcloud:/ ~/mnt/nextcloud --vfs-cache-mode writes
Copy files to/from Nextcloud:
rclone copy /local/folder nextcloud:/your-folder --progress
🔐 App passwords are safer than your login credentials and can be revoked at any time.
9. Need Help?
Johannes Balkenhol
Chair of Bioinformatics, University of Würzburg
✉️ johannes.balkenhol@uni-wuerzburg.de
🌐 https://www.biozentrum.uni-wuerzburg.de/bioinfo/