How to let other people use shinyapp via web page

I installed shiny server on window subsystem ubuntu 20.04. and it works fine when I open the site. But I want another computer connected to the same wifi to be able to use shinyapp even if he doesn't have a shiny server. e.g. I did it with the given example 01.example and changed his last line of code to shinyApp(ui = ui, server = server,options = list(host = "0.0.0.0", port = 3838)). This will only work locally, not for other LAN users!

Check your firewall + port forwarding settings :slight_smile:

Thanks for your reply!
But I check my firewall cmd following:
image
Sorry, I don't know the port forwarding meaning and how he should set it up.And I realized I couldn't ping the IPs of either computer.

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.