runApp() using shinyFiles from github

I've been mucking around with a package from github shinyFiles. It seemed like a good package to run due to the fact it just opens up and shows the directories in the server.

So I ran runApp() from libary(shiny) in the R console on the server and also in the directory which holds the server.R file and it produces Listening on http://127.0.0.1:4550 with no error.

After that I go back to my desktop and type in the address but it only produces the error The connection to the server was reset while the page was loading.

Now is this because the app is running on the server browser and not linked to my desktop browser at all? Yes, I have no clue about servers etc, just trying to learn.

When use use runApp() is for local testing, this ip http://127.0.0.1 is the same as localhost, if you type that in your desktop browser you are pointing to port 4550 in your desktop computer not in the server.

This topic was automatically closed 21 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.