Dear all,
I am setting up shiny server on Ubuntu. I already installed shiny and installed shiny server, and also activate the firewall and allow the connections in ufw for port, but I always meet trouble when shiny server is indeed listening on port 3838.
When I try to input the below command to listen to the port 3838:
sudo netstat -plunt | grep -i shiny
I got below output:
It is not like the same output as it supposed to:
Therefore, when I point my browser to http://shinyserver01.uni.au.dk:3838/ to try to bring up the default shiny server welcome page, it always give me the error “the site can not be reached”. I tried many solutions, but neither is working. So may I ask for a favor from you to suggest any idea about this?