diff --git a/.env b/.env
new file mode 100644
index 00000000..e4a708c0
--- /dev/null
+++ b/.env
@@ -0,0 +1 @@
+WEBUI_MULTIPLE=false
\ No newline at end of file
diff --git a/.env.example b/.env.example
new file mode 100644
index 00000000..e4a708c0
--- /dev/null
+++ b/.env.example
@@ -0,0 +1 @@
+WEBUI_MULTIPLE=false
\ No newline at end of file
diff --git a/README.md b/README.md
index ce05b594..6c0aab20 100644
--- a/README.md
+++ b/README.md
@@ -31,3 +31,21 @@ Run `grunt` for building and `grunt serve` for preview.
## Testing
Running `grunt test` will run the unit tests with karma.
+
+# Documentation
+
+## Multipe WebUI
+
+Change value in .env file
+
+**Multiple account disabled:**
+
+```
+WEBUI_MULTIPLE=false
+```
+
+**Multipe account enabled:**
+
+```
+WEBUI_MULTIPLE=true
+```
\ No newline at end of file
diff --git a/app/index.ejs b/app/index.ejs
index 5f60d690..d1d89f69 100644
--- a/app/index.ejs
+++ b/app/index.ejs
@@ -48,6 +48,7 @@
+
{{'webUI.manager.table.header.name' | translate}} | +{{'webUI.manager.table.header.host' | translate}} | +{{'webUI.manager.table.header.port' | translate}} | +{{'webUI.manager.table.header.user' | translate}} | +{{'webUI.manager.table.header.prefix' | translate}} | ++ | ||
---|---|---|---|---|---|---|---|
{{ account.name }} | +{{ account.name }} | +{{ account.host }} | +{{ account.port }} | +{{ account.user }} | ++ | + + + + | ++ |