High-performance distributed object storage
Scale object storage without scaling complexity.
Run S3-compatible storage, identity, protection, monitoring, and
administration through one X2 Node on every storage server.
Loading the signed release catalog…
Designed for modern data workloads
↗
Scale-out performance Expand throughput and capacity across nodes and disks.
◇
Resilient data protection Healing, lifecycle, replication, and recovery workflows.
◎
Secure multi-tenant access Integrated IAM, audit activity, TLS, and external key
management.
S3-compatible Connect existing applications and tools
Scale-out throughput Grow performance with infrastructure
Continuous protection Keep data healthy through its lifecycle
Unified operations Manage storage, identity, and health together
Evaluation
Download once. Run one command.
Start a local node directly from the downloaded executable. Use
the production guide when you need persistent services, trusted
TLS, clustering, or encryption.
Evaluation and development
chmod 0755 ./x2-node
./x2-node server \
--root '/var/lib/x2' \
--metadata '/var/lib/x2/metadata' \
--admin-user admin \
--admin-password 'ReplaceWithStrongPassword' \
'/data/x2/disk{1...4}'
.\x2-node.exe server `
--root 'D:\x2-dev\node-1\runtime' `
--metadata 'D:\x2-dev\node-1\metadata' `
--admin-user admin `
--admin-password 'ReplaceWithStrongPassword' `
'D:\x2-dev\node-1\data{1...4}'
chmod 0755 ./x2-node
./x2-node server \
--root '/usr/local/var/lib/x2' \
--metadata '/usr/local/var/lib/x2/metadata' \
--admin-user admin \
--admin-password 'ReplaceWithStrongPassword' \
'/Volumes/X2Data/disk{1...4}'
What the parameters mean
--root
Node-local runtime and persistent state. Use a unique path on
each node.
--metadata
Durable metadata storage. Keep it separate from the object
data paths.
--admin-user
Username for the first administrator created during a fresh
bootstrap.
--admin-password
Initial administrator password. Restarting with a different
value does not reset an existing administrator.
data path(s)
Object storage locations. Pass one path, several paths, or
expandable notation such as disk{1...4}.
Release artifacts
Download X2
The selected target resolves exact binaries, verification data,
and installation helpers from the current immutable release
manifest.
Version
—
Channel
—
Published
—
JavaScript is required to resolve release downloads.
Installation helpers
Platform setup files
Download these beside the binaries. Continue in the installation
or encryption guide for the correct sequence.
Documentation
Choose one task-focused guide
Product orientation stays here. Installation and operational
procedures live on dedicated pages with their own prerequisites and
completion checks.
01 Install X2 Prepare a host, install services, configure the first node, and
connect XC. Open installation guide →
02 Build a cluster Choose topology, enroll nodes, establish quorum, and validate
convergence. Open cluster guide →
03 Enable encryption Choose X2 KMS or Vault and understand the security
boundary. Open encryption guide →
04 Configure a reverse proxy Deploy Nginx or HAProxy with verified upstream TLS, S3 routing,
streaming, and trusted forwarded headers. Open proxy guide →
05 Operate X2 Perform rolling updates, inspect health and logs, and recover
safely. Open operations guide →