Skip to main content

Logo SeaweedFS

About

SeaweedFS is a distributed storage system for object storage (S3), file systems, and Iceberg tables, designed to handle billions of files with O(1) disk access and effortless horizontal scaling.

Admin credentials

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

env.sh
export WEED_ADMIN_USER=superadmin
export WEED_ADMIN_PASSWORD='Secr$et#pass'

Restart the app after making changes.

Domains

SeaweedFS uses two domains:

  • Dashboard domain - this domain is for accessing the SeaweedFS 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.