Add default username and password

This commit is contained in:
loverustfs
2025-07-04 11:17:06 +08:00
parent 5cf9087113
commit 8b2b4a0146
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ To get started with RustFS, follow these steps:
```
3. **Access the Console**: Open your web browser and navigate to `http://localhost:9001` to access the RustFS console.
3. **Access the Console**: Open your web browser and navigate to `http://localhost:9001` to access the RustFS console, default username and password is `rustfsadmin` .
4. **Create a Bucket**: Use the console to create a new bucket for your objects.
5. **Upload Objects**: You can upload files directly through the console or use S3-compatible APIs to interact with your RustFS instance.