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…
S3-compatibleConnect existing applications and tools
Scale-out throughputGrow performance with infrastructure
Continuous protectionKeep data healthy through its lifecycle
Unified operationsManage 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
Operating system
Architecture

Linux · AMD64

01

Downloaded executable

Run X2 Node

Download X2 Node
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}.

Replace paths and password, then open https://127.0.0.1:8443. Press Ctrl+C to stop.

Release artifacts

Download X2

The selected target resolves exact binaries, verification data, and installation helpers from the current immutable release manifest.

Version
Channel
Published
Selected targetLinux · AMD64Change target

Installation helpers

Platform setup files

Download these beside the binaries. Continue in the installation or encryption guide for the correct sequence.

Verify before installation

Compare the published SHA-256 value before executing any artifact.

Open complete release manifest

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.