use SSH port forwarding.

ssh -L 7474:localhost:7474 username@myremoteserver

Now just connect as if it were local.
Assuming you aren't also running a local neo4j already (if you are use a
different port number).

like:
ssh -L 7475:localhost:7474 username@myremoteserver


--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Not-sure-how-to-access-webadmin-in-Red-Hat-Enterprise-Linux-5-4-tp3558449p3558606.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to