We are hosting the NEO4J browser on a CentOS Linux 7 server on port 7474. On another port we are hosting a website via Django. Using iframe we are able to embed other applications running on other ports as tabs on this website, i.e. there is no need to give link to that application's port because it basically becomes a tab on the same website. But the same trick doesn't work for Neo4J. Do you know any way I can accomplish this? Maybe I need to do it a little bit differently? I searched for this and found some cases about embedding a certain graph, but I want to embed the entire browser; its login page and everything should just turn into a tab in my website. Is it possible? Thank you.