From 3942e0748768f996792308482f6868d615c17087 Mon Sep 17 00:00:00 2001 From: tryao Date: Tue, 23 Dec 2025 13:36:38 +0800 Subject: [PATCH] console port is 9001 (#1235) Signed-off-by: tryao --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5e0dca4..3bf4d0e4 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ nix run ### Accessing RustFS -5. **Access the Console**: Open your web browser and navigate to `http://localhost:9000` to access the RustFS console. +5. **Access the Console**: Open your web browser and navigate to `http://localhost:9001` to access the RustFS console. * Default credentials: `rustfsadmin` / `rustfsadmin` 6. **Create a Bucket**: Use the console to create a new bucket for your objects. 7. **Upload Objects**: You can upload files directly through the console or use S3-compatible APIs/clients to interact with your RustFS instance.