Self backup server for Arx One Backup. AES-256 encrypted, versioned backups on your infrastructure.
915
Official Docker image for Arx One On Box, the local backup server component of Arx One Backup service. It allows you to store your encrypted, versioned backups on your own infrastructure while maintaining the security and features of Arx One Backup.
docker run -d \
--name arxone-onbox \
-v /path/to/storage:/arx \
-p 10999:10999/udp \
-p 8443:8443/tcp \
-e ONBOX_TOKEN=your_token_here \
arxone/onbox:latest
/arx - Mount point for local backup storageONBOX_TOKEN - Authentication token generated from your Arx One Backup account10999/udp - Data transfer port8443/tcp - Management interfaceONBOX_TOKEN environment variableIt is designed for users who need faster local restoration while maintaining cloud backup redundancy. It prioritizes availability by allowing quick restores from your local network, while your data remains securely backed up to Arx One's cloud infrastructure.
For assistance, contact us at: [email protected]
All backups are encrypted end-to-end with AES-256. Encryption keys are managed securely and can only be decrypted by the account owner through PBKDF2-derived credentials.
Note: This is an optional component of Arx One Backup. Cloud backups are available by default without requiring a local storage installation.
Content type
Image
Digest
sha256:fe3c99fa6…
Size
221.1 MB
Last updated
29 days ago
docker pull arxone/onbox