NextCloud
nextcloud.com Web, Windows, Mac OS, Linux, Android, iOSA complete self-hosted productivity platform, with a strong community and growing app store. NextCloud is similar to (but arguably more complete than) Google Drive, Office 365 and Dropbox. Clear UI and stable native apps across all platforms, and also supports file sync. Supports encrypted files, but you need to configure this yourself. Fully open source.
- Homepage: nextcloud.com
- GitHub: github.com/nextcloud/server
- Privacy: tosdr.org/en/service/707
- Web info: web-check.xyz/results/nextcloud.com
NextCloud Privacy Policy
Privacy Policy Summary
- The terms for this service are translated into different languages
- Only necessary user logs are kept by the service to ensure quality
- User logs are deleted after a finite period of time
- The service provides details about what kinds of personal information they collect
- The service provides information about how they collect personal data
- The service provides information about how they intend to use your personal data
- IP addresses of website visitors are not tracked
- The forum of this service is only available to users over 10 years of age
- Users can access most of the pages on the service's website without revealing any personal information
- This service respects your browser's Do Not Track (DNT) headers
- This service tracks which web page referred you to it
- The service does not share user information with third parties
- Third parties are involved in operating the service
- The service does not use third-party analytics or tracking platforms
- Tracking cookies refused will not limit your ability to use the service
- This service gives your personal data to third parties involved in its operation
- The services will notify users if personal data has been affected by data breaches
- This service reserves the right to disclose your personal information without notifying you
- The service may change its terms at any time, but the user will receive notification of the changes.
- Users who have been permanently banned from this service are not allowed to re-register under a new account
- Prohibits political discussions or campaigning
- You have the right to leave this service at any time
- You are responsible for maintaining the security of your account and for the activities on your account
- Content is published under a free license instead of a bilateral one
- Users agree not to use the service for illegal purposes
- Spidering, crawling, or accessing the site through any automated means is not allowed
- Users can scrape the site, as long as it doesn't impact the server too much
- Features of the website are made available under a free software license
- The service informs you that its privacy policy does not apply to third party websites
- There is a date of the last update of the agreements
- You are warned of the potential consequences related to third-party access
- Third parties used by the service are bound by confidentiality obligations
- A complaint mechanism is provided for the handling of personal data
- Your personal data is aggregated into statistics
- You can opt out of promotional communications
- Your personal data is not sold
- The user is informed about security practices
NextCloud Source Code
Author
Description
☁️ Nextcloud server, a safe home for all your data
Homepage
https://nextcloud.comLicense
AGPL-3.0
Created
02 Jun 16
Last Updated
05 Oct 24
Latest version
Primary Language
PHP
Size
4,701,881 KB
Stars
26,905
Forks
4,015
Watchers
26,905
Language Usage
Star History
Top Contributors
- @rullzer (6157)
- @MorrisJobke (5730)
- @icewind1991 (5046)
- @DeepDiver1975 (4941)
- @nickvergessen (4893)
- @skjnldsv (3240)
- @LukasReschke (2998)
- @blizzz (2824)
- @nextcloud-bot (2779)
- @PVince81 (2769)
- @schiessle (2557)
- @juliushaertl (2111)
- @jancborchardt (2003)
- @ChristophWurst (1644)
- @come-nc (1328)
- @susnux (1286)
- @bartv2 (1178)
- @dependabot[bot] (1020)
- @tanghus (996)
- @MTGap (971)
- @Pytal (926)
- @butonic (720)
- @szaimen (676)
- @kesselb (665)
- @dependabot-preview[bot] (655)
- @franktesty (628)
- @danxuliu (591)
- @artonge (583)
- @CarlSchwan (534)
- @marcelklehr (407)
Recent Commits
- dependabot[bot] (05 Oct 24)
Merge pull request #48576 from nextcloud/dependabot/npm_and_yarn/babel/plugin-transform-private-methods-7.25.7
- dependabot[bot] (05 Oct 24)
chore(deps-dev): Bump @babel/plugin-transform-private-methods Bumps [@babel/plugin-transform-private-methods](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-private-methods) from 7.25.4 to 7.25.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-plugin-transform-private-methods) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-private-methods" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- dependabot[bot] (05 Oct 24)
Merge pull request #48573 from nextcloud/dependabot/npm_and_yarn/babel/node-7.25.7
- dependabot[bot] (05 Oct 24)
chore(deps-dev): Bump @babel/node from 7.25.0 to 7.25.7 Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.25.0 to 7.25.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-node) --- updated-dependencies: - dependency-name: "@babel/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Nextcloud bot (05 Oct 24)
Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot <[email protected]>
- Arthur Schiwon (04 Oct 24)
Merge pull request #48532 from nextcloud/fix/48437/dont-exclude-user fix: do not reduce count for subadmins if they are members of group
- Robin Appelman (04 Oct 24)
Merge pull request #48421 from nextcloud/smb-systembridge fix: use nc's binary finding logic for smb
- Robin Appelman (27 Sept 24)
fix: use nc's binary finding logic for smb Signed-off-by: Robin Appelman <[email protected]>
- Nextcloud bot (04 Oct 24)
Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot <[email protected]>
- Ferdinand Thiessen (03 Oct 24)
Merge pull request #48440 from nextcloud/refactor/background-service refactor(theming): Reduce duplicated code in `BackgroundService`
- Kate (03 Oct 24)
Merge pull request #48522 from nextcloud/fix/querybuilder/output-columns-aliases
- Pytal (03 Oct 24)
Merge pull request #48543 from nextcloud/fix/themes-layout fix(theming): Fix layout of themes
- Côme Chilliet (03 Oct 24)
Merge pull request #48548 from nextcloud/fix/fix-admin-audit-event-listening fix(admin_audit): Listen to the right events
- Joas Schilling (03 Oct 24)
Merge pull request #48540 from nextcloud/bugfix/noid/remove-3rdparty-use fix(filesexternal): Remove unneeded 3rdparty library use
- Côme Chilliet (03 Oct 24)
fix(admin_audit): Listen to the right events Signed-off-by: Côme Chilliet <[email protected]>
- Nextcloud bot (03 Oct 24)
Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot <[email protected]>
- nextcloud-command (02 Oct 24)
chore(assets): Recompile assets Signed-off-by: nextcloud-command <[email protected]>
- Christopher Ng (02 Oct 24)
fix(theming): Fix layout of themes Signed-off-by: Christopher Ng <[email protected]>
- Joas Schilling (02 Oct 24)
fix(filesexternal): Remove unneeded 3rdparty library use Signed-off-by: Joas Schilling <[email protected]>
- Maksim Sukharev (02 Oct 24)
fix: do not reduce count for subadmins if they are members of group Signed-off-by: Maksim Sukharev <[email protected]>
- Anna (02 Oct 24)
Merge pull request #48508 from nextcloud/fix/webcal-subscription-jobs-middleware fix(caldav): add missing handlers
- Sebastian Krupinski (02 Oct 24)
Merge pull request #48519 from nextcloud/bug/48518/ignore-invalid-dates fix(dav): don't crash subscription on invalid calendar object
- F. E Noel Nfebe (02 Oct 24)
Merge pull request #48486 from nextcloud/chore/48408/rename-twitter-to-x chore: Move from Twitter to X
- provokateurin (02 Oct 24)
fix(QueryBuilder): Account for aliases in output columns Signed-off-by: provokateurin <[email protected]>
- escoand (25 Sept 24)
fix(dav): don't crash subscription on invalid calendar object Signed-off-by: escoand <[email protected]>
- Arthur Schiwon (02 Oct 24)
Merge pull request #47414 from nextcloud/debt/noid/user-changed-event test(admin_audit): add test for user management listener
- Pytal (02 Oct 24)
Merge pull request #48512 from nextcloud/fix/pick-folder-smart-picker fix(files): Fix folders not being selectable in the smart picker
- fenn-cs (01 Oct 24)
chore: Move from Twitter to X Signed-off-by: fenn-cs <[email protected]>
- Anna (02 Oct 24)
Merge pull request #47788 from nextcloud/feat/add-addressbook-list-command feat(carddav): add command to list address books
- Marcel Klehr (02 Oct 24)
Merge pull request #48513 from nextcloud/fix/taskprocessing-manager/php-notice fix(TaskProcessing\Manager): Don't provoke PHP notice in setTaskResult
NextCloud Website
Website
Nextcloud - Open source content collaboration platform
The most popular open source content collaboration platform for tens of millions of users at thousands of organizations across the globe
Redirects
Does not redirect
Security Checks
1 security checks failed (65 passed)
- Suspicious Content Detected
Server Details
- IP Address 85.10.195.17
- Hostname static.85-10-195-17.clients.your-server.de
- Location Nuremberg, Bayern, Germany, EU
- ISP Hetzner Online AG
- ASN AS24940
Associated Countries
- AT
- DE
Saftey Score
Website marked as risky
60%
Blacklist Check
nextcloud.com was found on 0 blacklists
- ThreatLog
- OpenPhish
- PhishTank
- Phishing.Database
- PhishStats
- URLhaus
- RPiList Not Serious
- AntiSocial Blacklist
- PhishFeed
- NABP Not Recommended Sites
- Spam404
- CRDF
- Artists Against 419
- CERT Polska
- PetScams
- Suspicious Hosting IP
- Phishunt
- CoinBlockerLists
- MetaMask EthPhishing
- EtherScamDB
- EtherAddressLookup
- ViriBack C2 Tracker
- Bambenek Consulting
- Badbitcoin
- SecureReload Phishing List
- Fake Website Buster
- TweetFeed
- CryptoScamDB
- StopGunScams
- ThreatFox
- PhishFort
Website Preview
NextCloud Docker
Container Info
nextcloud
Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices.
Run Command
docker run -d \ -e PUID=${PUID} \ -e PGID=${PGID} \ -e TZ=${TZ} \ -e DATABASE_PASSWORD=${DATABASE_PASSWORD} \ -e MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD} \ -e PORT=${PORT} \ undefined
Compose File
version: 3.8 services: nextcloud: image: undefined ports: environment: PUID: 1000 PGID: 100 TZ: DATABASE_PASSWORD: MYSQL_ROOT_PASSWORD: PORT: volumes: restart: undefined
Environment Variables
- Var Name Default
- PUID 1000
- PGID 100
- TZ null
- DATABASE_PASSWORD null
- MYSQL_ROOT_PASSWORD null
- PORT null
NextCloud Reviews
More Cloud Productivity Suites
-
A zero knowledge cloud productivity suite. Provides Rich Text, Presentations, Spreadsheets, Kanban, Paint a code editor and file drive. All notes and user content, are encrypted by default, and can only be accessed with specific URL. The main disadvantage, is a lack of Android, iOS and desktop apps - CryptPad is entirely web-based. You can use their web service, or you can host your own instance. Price for hosted: free for 50mb or $5/ month for premium.
-
A platform providing online services based on principles of freedom, privacy, federation and decentralization. It is an implementation of NextCloud, with strong encryption configured - it is widely used by journalists, activists and whistle-blowers. It is free to use, but there have been reported reliability issues of the cloud services.
-
An open source platform for self-hosting web apps. Once you've set it up, you can install items from the Sandstorm App Market with -click, similar to NextCloud in terms of flexibility.
-
Vikunja is an open-source to-do application. It is suitable for a wide variety of projects, supporting List, Gantt, Table and Kanban views to visualize all tasks in different contexts. For collaboration, it has sharing support via private teams or public links. It can be self-hosted or used as a managed service for a small fee.
About the Data: NextCloud
API
You can access NextCloud's data programmatically via our API.
Simply make a GET
request to:
https://api.awesome-privacy.xyz/productivity/cloud-productivity-suites/nextcloud
The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.
About the Data
Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.
Share NextCloud
Help your friends compare Cloud Productivity Suites, and pick privacy-respecting software and services.
Share NextCloud and Awesome Privacy with your network!