Zenko CloudServer Review, Pricing & Features

Learn what Zenko CloudServer does, its S3-compatible API, multi-cloud backends, deployment options, and why it's free and open source under Apache 2.0.

Category
Cloud Storage
Pricing
open-source, from Free (open source)
Verified
Not yet
Last updated
July 19, 2026
Founded
2016
Headquarters
San Francisco, California, United States (Scality)
APIOpen SourceSelf-Hosted

What Is Zenko CloudServer

Zenko CloudServer is an open-source object storage server that implements the Amazon S3 API, letting developers run S3-compatible storage anywhere, not just on AWS. It was originally released by Scality in June 2016 as S3 Server and was renamed CloudServer and folded into the broader Zenko multi-cloud data controller project in 2017.

Scality, the company behind CloudServer, was founded in 2009 and is headquartered in San Francisco, California, with major engineering operations in Paris. CloudServer remains one of Scality's flagship open-source projects and continues to see active development on GitHub.

The project is written in Node.js and released under the Apache License 2.0, making it free to use, modify, and redistribute, including as part of commercial products, without licensing fees.

Key Features

CloudServer's core feature is full S3 API compatibility, which means existing applications and tools written against Amazon's S3 API, including AWS SDKs for Python, Java, Node.js, and .NET, work against a CloudServer instance without code changes.

It supports multiple storage backends: a local file system backend suited to development and testing, and cloud backends including Amazon S3, Microsoft Azure Blob Storage, and Google Cloud Storage, letting teams present one consistent S3-style API across otherwise incompatible cloud storage systems.

Deployment is designed to be fast, with an official Docker image that lets developers spin up a working instance within minutes, making CloudServer popular for local development, CI/CD pipelines, and testing S3-dependent code without a live AWS account.

Pricing

Zenko CloudServer is completely free and open source under the Apache License 2.0. There are no license fees, seat costs, or paid tiers for the core software.

Costs come only from the infrastructure you run it on, such as compute, storage, and any commercial cloud backend it's connected to (for example, actual AWS S3 or Azure Blob Storage usage fees when using those as a backend).

Scality also offers commercial, enterprise-grade storage products separately from the open-source CloudServer project for organizations that want vendor support and additional features beyond the free software.

Key Features

Pros & Cons

Pros

  • Completely free and open source under a permissive Apache 2.0 license
  • Full S3 API compatibility means minimal to no code changes for existing S3 applications
  • Supports multiple cloud backends, reducing vendor lock-in
  • Fast Docker-based deployment suited to local development and CI/CD
  • Backed by an established storage vendor (Scality) with an active open-source community

Cons

  • Requires self-hosting and infrastructure management, unlike a managed cloud storage service
  • No official paid support tier included with the open-source project itself
  • Best suited for developers comfortable with Docker and Node.js-based tooling
  • Enterprise-grade features and support require Scality's separate commercial products

Pricing

Frequently Asked Questions

What is Zenko CloudServer?

Zenko CloudServer is a free, open-source object storage server that implements the Amazon S3 API, allowing S3-compatible applications to run on-premises or across multiple cloud providers.

Is Zenko CloudServer free?

Yes, CloudServer is completely free and open source under the Apache License 2.0, with no licensing fees for the software itself.

Who maintains Zenko CloudServer?

Zenko CloudServer is maintained by Scality, a data storage company founded in 2009, along with an active open-source community.

What cloud backends does CloudServer support?

CloudServer supports a local file system backend as well as cloud backends including Amazon S3, Microsoft Azure Blob Storage, and Google Cloud Storage.

How is Zenko CloudServer deployed?

CloudServer is most commonly deployed via Docker, with an official image that allows a working instance to be running within minutes.

Is Zenko CloudServer the same as Amazon S3?

No, it is a separate open-source server that implements the S3 API, so S3-compatible applications can run against it, but it is not operated by AWS.

What programming languages does CloudServer support?

CloudServer works with standard AWS SDKs for languages including Python, Java, Node.js, and .NET, since it implements the same S3 API those SDKs already use.

Who typically uses Zenko CloudServer?

It's typically used by developers building S3-compatible applications, enterprises wanting multi-cloud storage flexibility, and teams testing S3-dependent code locally.

Related Tools