Use galaxy on rental server

I’m using a university server and connect on ssh. I installed galaxy, but I cannot connect it by localhost. How can I connect the galaxy? Sorry I’m not familiar with CUI.

localhost means that it is running on your own computer. The simplest way is to chance http to 0.0.0.0:8080 in galaxy/config/galaxy.yml.

http: 0.0.0.0:8080

Then you can connect with galaxy by going to the ip adres of the university server and port 8080. So if the ip of the server is something like 111.111.111.111, in you webbrwoser you go to 111.111.111.111:8080.

Remember that this is not for a production environment with many users.