diff --git a/priv/static/instance/panel.html b/priv/static/instance/panel.html
new file mode 100644
index 000000000..ae9647837
--- /dev/null
+++ b/priv/static/instance/panel.html
@@ -0,0 +1,4 @@
+
+
diff --git a/priv/static/static/config.json b/priv/static/static/config.json
index 8e4b21cad..50bf888af 100644
--- a/priv/static/static/config.json
+++ b/priv/static/static/config.json
@@ -3,5 +3,6 @@
"background": "/static/bg.jpg",
"logo": "/static/logo.png",
"defaultPath": "/main/all",
- "chatDisabled": false
+ "chatDisabled": false,
+ "showInstanceSpecificPanel": true
}