SSD Nodes Learn 🎉 VPS from $5.50/mo
Guides Matt ConnorBy Matt Connor

Is Nextcloud free? Hub vs Enterprise

The Nextcloud server is free software with no licence fee. Here is what an Enterprise subscription really buys, and the costs you pay either way.

Is Nextcloud free? The short answer

Yes, Nextcloud is free. The server software is released under the AGPLv3 (GNU Affero General Public License version 3), so you can download it and run it on a VPS (virtual private server) you rent, for as many users as the machine will hold. There is no licence fee, no seat count, no trial clock, and no key to type in.

Nextcloud GmbH also sells a subscription called Nextcloud Enterprise, built on the same codebase. That is where the question comes from. People see real money on a pricing page and assume the free download must be a cut-down version of it. It is not.

Two things are worth the rest of this page. The first is what the subscription actually buys, because it is mostly not features. The second is the part of the bill that has nothing to do with licences: the server, the storage you keep adding, the backups, the document editor, and the hours somebody spends on upgrades. That second list is the honest answer to "is it free".

What "free" means here: a licence, not a free tier

A free tier is a vendor's decision, and a vendor can change it. A licence is a grant, and it cannot be taken back from the copy you already have. Nextcloud Server is the second kind. Every contribution to the server repository from June 2016 onward is licensed AGPLv3 or later, the full source is public, and the code you install never asks anyone for permission to run.

The AGPL adds one duty on top of the ordinary GPL. If you modify the code and let other people use your modified version over a network, you must offer those users the source of your changes. Running the released code unmodified triggers none of that. You do not owe anyone a copy, and your configuration is not covered.

The app store is free in the same way. As of August 2026, Tables, Whiteboard, Collectives, Forms and the SSO & SAML authentication app all install from the public app store onto an ordinary Hub instance, with no account and no licence key. Remember that when you read the pricing table.

What does a Nextcloud Enterprise subscription actually buy?

Checked against the vendor's enterprise and pricing pages in August 2026. It buys four things, and a feature key is not one of them.

Support with a response commitment. The reaction time is the product. The tiers differ mainly in how quickly a Nextcloud engineer is contractually obliged to respond, from a couple of business days at the entry tier down to hours at the top tier, with phone support offered up to 24/7. If your file server going down means a room full of people cannot work, that response time is what you are paying for.

A maintenance lifecycle. This is the difference that costs the most when you ignore it. Nextcloud ships a new major version roughly every four months and maintains each one for one year through monthly maintenance releases. Version 34 (Hub 26 Spring) arrived on 9 June 2026, and version 32 (Hub 25 Autumn) reaches end of life in September 2026. That schedule means a major upgrade at least once a year, forever, on a community install. The paid tiers stretch that window, and the enterprise page advertises up to 5 to 10 years of long term support on a stable release. Staying on one version for years instead of upgrading annually is a real operational saving, and it is what most buyers are actually buying.

Hardened builds and early patches. Subscriber builds get extra testing and quality assurance before release, early critical bug fixes, early security patches, and advance notice of critical issues. The code is the same code. The release engineering around it is not.

Vendor components and paperwork. Microsoft integrations covering Outlook, Exchange, Teams, SharePoint and Active Directory, custom branding of the interface, premium partner apps such as Collabora Online and the Kaspersky scan engine, and compliance documentation for regimes like GDPR (general data protection regulation) and HIPAA (health insurance portability and accountability act). This is the part of the list that is genuinely unavailable to a free install.

Which features really sit behind the subscription?

Fewer than the pricing table makes it look, and this is the most useful thing to understand before you budget.

As of August 2026 that table places Whiteboard in the middle tier, and Nextcloud Assistant, Flow, Tables, Collectives, Forms and several chat integrations in the top tier. It reads like a paywall. It is a support scope. Those apps sit on the public app store under open licences and install on a free Hub instance with no key. What the tier buys is a promise that the vendor will support them, fix them under your service level agreement, and carry them for the life of your release.

So verify each feature against the vendor's own documentation before you plan around it, and search the app store for the app by name. Tier contents move between releases, and a feature list copied from any article, this one included, goes stale.

You can see which build you are running. From your Nextcloud installation directory:

sudo -E -u www-data php occ status

The output lists installed, version, versionstring and edition. In the administration manual's own example the edition field is empty, because a community build has no edition string to report. Compare versionstring against the published release schedule to see how much maintenance life your version has left.

One absence deserves naming, because the opposite is common. Single sign-on is not a paid feature here. LDAP (lightweight directory access protocol) user backends ship with the server, and the SAML (security assertion markup language) app is a free app store install that supports current versions. Plenty of self-hosted products reserve exactly that for their business tier, which is the SSO tax that self-hosted apps quietly charge. Nextcloud does not charge it, and when you compare products on total cost, that single difference can outweigh everything else on the table.

How is Nextcloud Enterprise priced?

Per user, per year, in named tiers, with volume discounts at higher user counts, and separate product lines for Files and for Talk. Two shape facts matter more than any figure. The published table starts at 100 users, so a team of ten sits outside the shape the page was built for and is really a conversation with sales. And the tiers step by response time and maintenance window rather than by feature count, so you choose a tier by asking how fast you need an answer and how long you want to stay on one version.

Do not budget from a number copied out of an article. Read the Nextcloud pricing page and ask for a quote.

The costs that are not licence fees

The server. Nextcloud is a PHP application with a database behind it, and the load comes from active sync clients and preview generation rather than from the number of bytes at rest. A small team runs comfortably on a modest VPS. Sizing, and what the different plan shapes really cost, is covered in the breakdown of what a VPS costs.

Storage, the line that never stops growing. This is the bill that replaces the per-user subscription, and it behaves differently. It grows with stored bytes, not with headcount. It also grows faster than people expect, because file versions and the trash keep old copies of everything until retention rules expire them. Know which directory holds the real data before you size a disk or write a backup script: where Nextcloud in Docker stores its files documents exactly that.

Backups, and the copy that lives somewhere else. A snapshot on the same provider protects you from your own mistakes. It does not protect you from losing the account, and account loss is the failure that ends companies. A real backup is the data directory, a database dump, config.php, and any apps you installed by hand, held in a second location and restored once to prove it works. Budget that second location as a running cost, including whatever the provider charges to pull the data back out.

The document editor. It has its own licence, from its own company, so it gets its own section below.

Your hours. The largest cost, and the one nobody puts in the spreadsheet.

Why does the document editor have its own licence?

Because it is a separate product from a separate company, and Nextcloud only integrates it.

Collabora's own FAQ describes CODE (Collabora Online Development Edition) as a rolling release with no service level agreement and no long term support, suited to testing, home use or small teams, and not recommended for a production environment. Nextcloud's documentation says the same thing from its side: subscribers get the more stable Collabora Online Enterprise through a support subscription. So the free editor exists, works, and comes with the vendor telling you plainly where it stops.

ONLYOFFICE moved in the other direction. ONLYOFFICE Docs 9.4, released on 19 May 2026, removed the 20 simultaneous connection limit from the open source Community edition, and the software stays under AGPLv3 with added attribution terms. A connection is a document open in an editor, so one person with three files open used to consume three of the twenty. Removing that cap took away the main reason a growing team hit a wall on the free editor. If editing is the reason you are pricing this out, the ONLYOFFICE and Collabora comparison for self-hosting is where that decision belongs.

The real recurring cost is keeping it patched

A major version every four months, each maintained for one year, means at minimum one major upgrade every year plus a monthly maintenance release. That is the floor. Above it sit app compatibility, which is the usual reason an upgrade stalls, and the PHP and database versions moving underneath you. None of this is difficult. All of it is scheduled, and the schedule does not care how busy you are.

Price those hours honestly, because the failure mode is specific. When nobody owns the upgrade, the instance drifts past its end of life date, and an unpatched file sync server holding every document a company owns is the worst outcome anywhere on this page. That is exactly the case where a subscription is cheaper than the alternative, because a support contract turns the upgrade into somebody's named job.

Free software, with a bill you control

Compare the two bills rather than the two prices.

The SaaS bill is one line. It is per user per month, it grows when you hire, and it grows again when the vendor reprices. You cannot decline the increase and keep the service.

The self-hosted bill has several lines and none of them is a licence. It grows with stored bytes and with your time rather than with headcount, which is why the arithmetic flips as a team gets larger. Every line is yours to control, and every failure is yours to carry.

Self-hosted Nextcloud wins when somebody will genuinely own the upgrades and you want the per-seat line gone. A subscription wins when a slow restore or a missed patch would cost more than the yearly fee, and the same reasoning sends you back to a hosted service if nobody wants to be the person on call.

If you are ready to build it, the guide to running Nextcloud on a VPS with TLS and backups covers the install end to end. If this page has convinced you that you want less software than Nextcloud offers, look at the lighter self-hosted Nextcloud alternatives before you spend anything at all.

FAQ

Is Nextcloud free for commercial use?

Yes. The AGPLv3 does not distinguish between personal and commercial use, and there is no user limit in the software. A company of 500 people can run Nextcloud Hub and owe Nextcloud GmbH nothing. The one duty the licence adds is that if you modify the source and offer your modified version to users over a network, you must make that modified source available to them. Running the released code unmodified triggers nothing.

What is the difference between Nextcloud Hub and Nextcloud Enterprise?

Hub is the free release that anyone can download. Enterprise is a subscription on the same codebase, sold per user per year. It buys support with a contractual response time, a longer maintenance window on a stable release, extra quality assurance and early security patches, vendor-built Microsoft integrations, interface branding, and compliance documentation. It does not unlock hidden features in the server, because the server is the same AGPLv3 code either way.

Do I need a subscription to edit documents in Nextcloud?

No. Collabora Online Development Edition and ONLYOFFICE Docs Community edition both run free next to Nextcloud. Collabora's FAQ describes CODE as a rolling release with no service level agreement, aimed at testing, home use or small teams, and it points production users at the supported build instead. ONLYOFFICE Docs 9.4 removed the 20 connection limit from its Community edition in May 2026, which makes it the cheaper route for a team that has outgrown a hobby setup.

What does it really cost to run Nextcloud on a VPS?

The server, the storage you keep adding, a backup target in a second location, and the hours somebody spends on upgrades. Storage is the line that grows without anyone deciding to grow it, since file versions and trash retention keep old copies. Whether that total beats a per-seat subscription depends mostly on how many people you have and how much each one stores, which is the arithmetic in whether self-hosted storage is cheaper than Dropbox.