remote-accessremote-serverapache-superset

Access Superset through a remote browser


I have installed 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.

When I try to access this page from my laptop (Windows- Browser:Chrome) with http://server-name:8080. It gives me the 'This site can't be reached' page.

I tested using netcat if the connection was open by typing nc -zvw3 server-name 8080 and it gave me Connection to server-name 8080 port [tcp/webcache] succeeded!

I have Jupyter installed on the same server on port 8888 and it works perfectly. Any thoughts would be greatly appreciated.


Solution

  • You may need to try this command by defining the IP address:

    superset run -h 0.0.0.0 -p 8080