diff --git a/web-console/unified-console.html b/web-console/unified-console.html
index 81073f1a1d9..37426ea21d1 100644
--- a/web-console/unified-console.html
+++ b/web-console/unified-console.html
@@ -20,6 +20,7 @@
+
Apache Druid
diff --git a/web-console/webpack.config.js b/web-console/webpack.config.js
index 9c8f9c9359f..c3ffcf02362 100644
--- a/web-console/webpack.config.js
+++ b/web-console/webpack.config.js
@@ -61,6 +61,7 @@ module.exports = env => {
publicPath: '/public',
index: './index.html',
openPage: 'unified-console.html',
+ host: '0.0.0.0',
port: 18081,
proxy: {
'/status': proxyTarget,