Skip to main content

Logo RustFS

About

RustFS is a high-performance, distributed object storage system built in Rust—one of the most loved programming languages worldwide.

Admin credentials

To change admin credentials, use the File manager to edit the variables RUSTFS_ROOT_USER and RUSTFS_ROOT_PASSWORD in /app/data/env.sh .

env.sh
export RUSTFS_ROOT_USER=superadmin
export RUSTFS_ROOT_PASSWORD='Secr$et#pass'

Restart the app after making changes.

Domains

RustFS uses two domains:

  • Console domain - this domain is for accessing the RustFS console.

  • S3 API Domain - this endpoint responds to S3 API requests. This is the domain that you need to put into various configs and tools like s3cmd. Only the domain name is needed, no port should be added.

The locations can be changed in the Location section in the Cloudron dashboard.