From 7948b46e867935d82aedcd5ec5919d00c2aafe17 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 26 Mar 2019 22:13:09 -0700 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/FAQ.md b/FAQ.md index 576faf8..092a712 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,3 +1,13 @@ +### How to access the server dashboard? +SeaweedFS has web dashboards for its different services: + +* Master server dashboards can be accessed on `http://hostname:port` in a web browser. + For example: `http://localhost:9333`. +* Volume server dashboards can be accessed on `http://hostname:port/ui/index.html`. + For example: `http://localhost:8080/ui/index.html` + +Also see [#275](https://github.com/chrislusf/seaweedfs/issues/275). + ### Why my 010 replicated volume files have different size? The volumes are consistent, but not necessarily the same size or the same number of files. This could be due to these reasons: