通过远程浏览器访问 Superset

Access Superset through a remote browser

我已经安装了Apache Superset on a remote Linux Server and initialized it on port 8080. When I pull up localhost:8080 on the Linux server, the homepage shows up which suggests that the installation worked as per their instructions here.

当我尝试从笔记本电脑 (Windows- Browser:Chrome) 使用 http://server-name:8080 访问此页面时。它给了我“无法访问此站点”页面。

如果通过键入 nc -zvw3 server-name 8080 打开连接,我使用 netcat 进行了测试,它给了我 Connection to server-name 8080 port [tcp/webcache] succeeded!

我在同一台服务器的 8888 端口上安装了 Jupyter,它运行良好。任何想法将不胜感激。

您可能需要通过定义 IP 地址来尝试此命令:

superset run -h 0.0.0.0 -p 8080